Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
erp5
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Georgios Dagkakis
erp5
Commits
de424156
Commit
de424156
authored
Nov 05, 2012
by
Julien Muchembled
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fail with more info when 2 imported document/tool classes have same name
parent
1af3e662
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
product/ERP5Type/Utils.py
product/ERP5Type/Utils.py
+2
-1
No files found.
product/ERP5Type/Utils.py
View file @
de424156
...
@@ -965,7 +965,8 @@ def registerDocumentClass(module_name, class_name):
...
@@ -965,7 +965,8 @@ def registerDocumentClass(module_name, class_name):
if
old_value
:
if
old_value
:
if
class_name
==
'CategoryTool'
:
if
class_name
==
'CategoryTool'
:
assert
module_name
==
'Products.CMFCategory.CategoryTool'
assert
module_name
==
'Products.CMFCategory.CategoryTool'
,
(
old_value
,
new_value
)
LOG
(
'Utils'
,
WARNING
,
LOG
(
'Utils'
,
WARNING
,
'Ignoring replacement of %s by %s'
%
(
old_value
,
new_value
))
'Ignoring replacement of %s by %s'
%
(
old_value
,
new_value
))
return
return
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment