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:
helmutm 2008-04-26 12:40:50 +00:00
parent 4ead71499e
commit 0ad7b4aa86

View file

@ -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