Commit 4a88dbe0 authored by Yoshinori Okuji's avatar Yoshinori Okuji

Fix an API usage.

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