Commit 09c479db authored by Vincent Pelletier's avatar Vincent Pelletier

Fix nesting level.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19248 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 62b85fd5
......@@ -6,7 +6,7 @@ if getattr(TypeInformation, 'manage_main', None) is not None:
elif None in (getattr(TypeInformation, 'manage_propertiesForm__roles__', None),
getattr(TypeInformation, 'manage_propertiesForm', None):
LOG('ERP5Type/patches/CMFCoreTypesTool.py', INFO, 'manage_propertiesForm not found. Skipping.')
else:
else:
TypeInformation.manage_main__roles__ = TypeInformation.manage_propertiesForm__roles__
TypeInformation.manage_main = TypeInformation.manage_propertiesForm
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