Commit 4d2eb4bd authored by Gabriel Monnerat's avatar Gabriel Monnerat

add current user in follow up list

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44404 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent fc65f0ed
......@@ -50,73 +50,21 @@
</item>
<item>
<key> <string>_body</string> </key>
<value> <string>if context.getReference().startswith("default-"):\n
<value> <string>context.WebSection_userFollowUpWebPage()\n
if context.getReference().startswith("default-"):\n
context.setReference(DateTime().millis())\n
context.share()\n
return "%s/?key=%s" % (context.REQUEST.get("URL3"), context.getReference())\n
</string> </value>
</item>
<item>
<key> <string>_code</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>_params</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>errors</string> </key>
<value>
<tuple/>
</value>
</item>
<item>
<key> <string>func_code</string> </key>
<value>
<object>
<klass>
<global name="FuncCode" module="Shared.DC.Scripts.Signature"/>
</klass>
<tuple/>
<state>
<dictionary>
<item>
<key> <string>co_argcount</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>co_varnames</string> </key>
<value>
<tuple>
<string>_getattr_</string>
<string>context</string>
<string>DateTime</string>
</tuple>
</value>
</item>
</dictionary>
</state>
</object>
</value>
</item>
<item>
<key> <string>func_defaults</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>WebSection_shareDocument</string> </value>
</item>
<item>
<key> <string>warnings</string> </key>
<value>
<tuple/>
</value>
</item>
</dictionary>
</pickle>
</record>
......
......@@ -252,8 +252,8 @@ $(document).ready(function() { \n
});\n
$("div#new_event_dialog").dialog({\n
autoOpen: false,\n
height: 270,\n
width: 400,\n
height: 258,\n
width: 410,\n
modal: true,\n
});\n
$( "#datepicker" ).datepicker({\n
......
301
\ No newline at end of file
302
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment