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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Laurent S
erp5
Commits
861467c3
Commit
861467c3
authored
Oct 31, 2014
by
Jérome Perrin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
typo
parent
43595976
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
product/ERP5/Document/BusinessTemplate.py
product/ERP5/Document/BusinessTemplate.py
+2
-2
No files found.
product/ERP5/Document/BusinessTemplate.py
View file @
861467c3
...
...
@@ -2903,7 +2903,7 @@ class ActionTemplateItem(ObjectTemplateItem):
LOG
(
'Products.ERP5.Document.BusinessTemplate'
,
WARNING
,
'Redirected action export'
,
'Attempted to retrieve action %r from %r which is no longer an '
'IActionProvide
d
. Retrieving action from portal_actions instead'
%
'IActionProvide
r
. Retrieving action from portal_actions instead'
%
(
value
,
obj
.
getId
()))
obj
=
context
.
getPortalObject
().
portal_actions
id_id
=
'id'
...
...
@@ -2977,7 +2977,7 @@ class ActionTemplateItem(ObjectTemplateItem):
LOG
(
'Products.ERP5.Document.BusinessTemplate'
,
WARNING
,
'Redirected action import'
,
'Attempted to store action %r in %r which is no longer an '
'IActionProvide
d
. Storing action on portal_actions instead'
%
'IActionProvide
r
. Storing action on portal_actions instead'
%
(
id
,
path
))
container
=
p
.
portal_actions
obj
,
action
=
container
,
obj
...
...
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