Commit 66472911 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

Fix an API usage, according to r39270 (make the API of addAction consistent with CMF).


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39300 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent b2451174
......@@ -2799,7 +2799,7 @@ class TestPropertySheet:
person = module.newContent(id='1', portal_type='Person')
def addCustomAction(name, priority):
portal_actions.addAction(id=name,
title=name,
name=name,
description='',
action='string:${object_url}/Base_viewDict',
condition='',
......
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