[Erp5-report] r23166 - in /erp5/trunk/bt5/erp5_crm: SkinTemplateItem/portal_skins/erp5_crm/...
nobody at svn.erp5.org
nobody at svn.erp5.org
Tue Aug 26 14:17:51 CEST 2008
Author: jerome
Date: Tue Aug 26 14:17:50 2008
New Revision: 23166
URL: http://svn.erp5.org?rev=23166&view=rev
Log:
Don't fail if no ticket is passed
Modified:
erp5/trunk/bt5/erp5_crm/SkinTemplateItem/portal_skins/erp5_crm/PersonModule_newEvent.xml
erp5/trunk/bt5/erp5_crm/bt/revision
Modified: erp5/trunk/bt5/erp5_crm/SkinTemplateItem/portal_skins/erp5_crm/PersonModule_newEvent.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_crm/SkinTemplateItem/portal_skins/erp5_crm/PersonModule_newEvent.xml?rev=23166&r1=23165&r2=23166&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_crm/SkinTemplateItem/portal_skins/erp5_crm/PersonModule_newEvent.xml (original)
+++ erp5/trunk/bt5/erp5_crm/SkinTemplateItem/portal_skins/erp5_crm/PersonModule_newEvent.xml Tue Aug 26 14:17:50 2008
@@ -142,7 +142,7 @@
</item>
<item>
<key> <string>_params</string> </key>
- <value> <string>portal_type, title, description, direction, selection_name, follow_up, single_event=0, text_content, form_id, **kw</string> </value>
+ <value> <string>portal_type, title, description, direction, selection_name, follow_up=None, single_event=0, text_content, form_id, **kw</string> </value>
</item>
<item>
<key> <string>errors</string> </key>
@@ -206,6 +206,7 @@
<key> <string>func_defaults</string> </key>
<value>
<tuple>
+ <none/>
<int>0</int>
<none/>
<none/>
Modified: erp5/trunk/bt5/erp5_crm/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_crm/bt/revision?rev=23166&r1=23165&r2=23166&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_crm/bt/revision (original)
+++ erp5/trunk/bt5/erp5_crm/bt/revision Tue Aug 26 14:17:50 2008
@@ -1,1 +1,1 @@
-294
+295
More information about the Erp5-report
mailing list