[Erp5-report] r22583 - in /erp5/trunk/bt5/erp5_crm: SkinTemplateItem/portal_skins/erp5_crm/...
nobody at svn.erp5.org
nobody at svn.erp5.org
Mon Jul 21 12:09:07 CEST 2008
Author: jerome
Date: Mon Jul 21 12:09:03 2008
New Revision: 22583
URL: http://svn.erp5.org?rev=22583&view=rev
Log:
the "better implementation" from r22465 has been implemented in 22476, this
is no longuer necessary
Modified:
erp5/trunk/bt5/erp5_crm/SkinTemplateItem/portal_skins/erp5_crm/Event_viewFieldLibrary/my_text_content.xml
erp5/trunk/bt5/erp5_crm/bt/revision
Modified: erp5/trunk/bt5/erp5_crm/SkinTemplateItem/portal_skins/erp5_crm/Event_viewFieldLibrary/my_text_content.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_crm/SkinTemplateItem/portal_skins/erp5_crm/Event_viewFieldLibrary/my_text_content.xml?rev=22583&r1=22582&r2=22583&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_crm/SkinTemplateItem/portal_skins/erp5_crm/Event_viewFieldLibrary/my_text_content.xml (original)
+++ erp5/trunk/bt5/erp5_crm/SkinTemplateItem/portal_skins/erp5_crm/Event_viewFieldLibrary/my_text_content.xml Mon Jul 21 12:09:03 2008
@@ -307,7 +307,7 @@
<dictionary>
<item>
<key> <string>_text</string> </key>
- <value> <string>python:((here.hasFile() and here.getSimulationState() not in (\'draft\', \'outgoing\', \'pending\')) and \'page\') or \'\'</string> </value>
+ <value> <string>python:(here.hasFile() and \'page\') or \'\'</string> </value>
</item>
</dictionary>
</pickle>
@@ -323,7 +323,7 @@
<dictionary>
<item>
<key> <string>_text</string> </key>
- <value> <string>python:here.Event_getTextContentCorrespondToFormat(editable=(not here.hasFile() or here.getSimulationState() in (\'draft\', \'outgoing\', \'pending\')))</string> </value>
+ <value> <string>python:here.Event_getTextContentCorrespondToFormat(editable=not here.hasFile())</string> </value>
</item>
</dictionary>
</pickle>
@@ -339,7 +339,7 @@
<dictionary>
<item>
<key> <string>_text</string> </key>
- <value> <string>python:not here.hasFile() or here.getSimulationState() in (\'draft\', \'outgoing\', \'pending\')</string> </value>
+ <value> <string>not:here/hasFile</string> </value>
</item>
</dictionary>
</pickle>
Modified: erp5/trunk/bt5/erp5_crm/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_crm/bt/revision?rev=22583&r1=22582&r2=22583&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_crm/bt/revision (original)
+++ erp5/trunk/bt5/erp5_crm/bt/revision Mon Jul 21 12:09:03 2008
@@ -1,1 +1,1 @@
-293
+294
More information about the Erp5-report
mailing list