Commit 7abbb8ff authored by Sebastien Robin's avatar Sebastien Robin

name property was replaced by title

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38885 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent dac2c7ce
......@@ -2785,7 +2785,7 @@ class ActionTemplateItem(ObjectTemplateItem):
action_text = action_text.text
obj.addAction(
id = action.id
, name = action.title
, title = action.title
, action = action_text
, condition = action.getCondition()
, permission = action.permissions
......
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