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
479893c1
Commit
479893c1
authored
May 20, 2014
by
Jérome Perrin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Base_edit: do not traverse to edited object when edit_listbox function is passed
parent
028de06a
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_edit.xml
...ore/SkinTemplateItem/portal_skins/erp5_core/Base_edit.xml
+1
-1
product/ERP5/bootstrap/erp5_core/bt/revision
product/ERP5/bootstrap/erp5_core/bt/revision
+1
-1
No files found.
product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_edit.xml
View file @
479893c1
...
@@ -127,9 +127,9 @@ def editListBox(listbox_field, listbox):\n
...
@@ -127,9 +127,9 @@ def editListBox(listbox_field, listbox):\n
value = None\n
value = None\n
cleaned_v[key] = value\n
cleaned_v[key] = value\n
\n
\n
obj = context.restrictedTraverse(url)\n
if cleaned_v:\n
if cleaned_v:\n
if listbox_edit is None:\n
if listbox_edit is None:\n
obj = context.restrictedTraverse(url)\n
obj.edit(edit_order=edit_order, **cleaned_v)\n
obj.edit(edit_order=edit_order, **cleaned_v)\n
else:\n
else:\n
listbox_edit(url, edit_order, cleaned_v)\n
listbox_edit(url, edit_order, cleaned_v)\n
...
...
product/ERP5/bootstrap/erp5_core/bt/revision
View file @
479893c1
41160
41161
\ No newline at end of file
\ No newline at end of file
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