[Erp5-report] r39324 yo - in /erp5/trunk/bt5/erp5_forge: SkinTemplateItem/portal_skins/erp5...
nobody at svn.erp5.org
nobody at svn.erp5.org
Tue Oct 19 10:14:08 CEST 2010
Author: yo
Date: Tue Oct 19 10:14:05 2010
New Revision: 39324
URL: http://svn.erp5.org?rev=39324&view=rev
Log:
2010-10-19 yo
* When checking duplicated selection names, skip field libraries, as they don't matter.
Modified:
erp5/trunk/bt5/erp5_forge/SkinTemplateItem/portal_skins/erp5_toolbox/SkinsTool_getDuplicateSelectionNameDict.xml
erp5/trunk/bt5/erp5_forge/bt/change_log
erp5/trunk/bt5/erp5_forge/bt/comment
erp5/trunk/bt5/erp5_forge/bt/revision
Modified: erp5/trunk/bt5/erp5_forge/SkinTemplateItem/portal_skins/erp5_toolbox/SkinsTool_getDuplicateSelectionNameDict.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_forge/SkinTemplateItem/portal_skins/erp5_toolbox/SkinsTool_getDuplicateSelectionNameDict.xml?rev=39324&r1=39323&r2=39324&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_forge/SkinTemplateItem/portal_skins/erp5_toolbox/SkinsTool_getDuplicateSelectionNameDict.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_forge/SkinTemplateItem/portal_skins/erp5_toolbox/SkinsTool_getDuplicateSelectionNameDict.xml [utf8] Tue Oct 19 10:14:05 2010
@@ -77,6 +77,9 @@ for field_path, field in skins_tool.Zope
# in some rare cases sharing a selection can be done intentional so avoid them\n
if form.getId() in ok_to_share_selection_form_list:\n
continue\n
+ # if the form looks like a field library, we don\'t care, because it is not used directly.\n
+ if form.getId().endswith(\'FieldLibrary\'):\n
+ continue\n
\n
selection_name_dict.setdefault(\n
field.get_value(\'selection_name\'), []).append(field_path)\n
Modified: erp5/trunk/bt5/erp5_forge/bt/change_log
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_forge/bt/change_log?rev=39324&r1=39323&r2=39324&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_forge/bt/change_log [utf8] (original)
+++ erp5/trunk/bt5/erp5_forge/bt/change_log [utf8] Tue Oct 19 10:14:05 2010
@@ -1,3 +1,6 @@
+2010-10-19 yo
+* When checking duplicated selection names, skip field libraries, as they don't matter.
+
2010-10-11 lucas
* Now portal_type_group_list is an optional param for the script BaseType_copyRoleList.
Modified: erp5/trunk/bt5/erp5_forge/bt/comment
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_forge/bt/comment?rev=39324&r1=39323&r2=39324&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_forge/bt/comment [utf8] (original)
+++ erp5/trunk/bt5/erp5_forge/bt/comment [utf8] Tue Oct 19 10:14:05 2010
@@ -1,3 +1,3 @@
-* The glossary module "Update Workflows by English Glossary" Action uses DCWorkflow's API method "setProperties". In case of future patches or updates, this must be reviewed, as there is a risk of overwriting important data
-* Software Release and Software Publication were moved to erp5_forge_release.
+* The glossary module "Update Workflows by English Glossary" Action uses DCWorkflow's API method "setProperties". In case of future patches or updates, this must be reviewed, as there is a risk of overwriting important data
+* Software Release and Software Publication were moved to erp5_forge_release.
* upload_module has been removed since it was only used by Nexedi and it can be implemented better with DMS and caching.
\ No newline at end of file
Modified: erp5/trunk/bt5/erp5_forge/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_forge/bt/revision?rev=39324&r1=39323&r2=39324&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_forge/bt/revision [utf8] (original)
+++ erp5/trunk/bt5/erp5_forge/bt/revision [utf8] Tue Oct 19 10:14:05 2010
@@ -1 +1 @@
-622
\ No newline at end of file
+623
\ No newline at end of file
More information about the Erp5-report
mailing list