add 'target' attribute to action
git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@2543 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
parent
4ead71499e
commit
0ad7b4aa86
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@ class Action(object):
|
|||
|
||||
template = action_macros
|
||||
macroName = 'action'
|
||||
target = None # an explicitly specified object, use instead of view.context
|
||||
priority = 50
|
||||
condition = True
|
||||
permission = None
|
||||
|
|
Loading…
Add table
Reference in a new issue