bug fix for create task action
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@3279 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
parent
ea68af83e8
commit
8dfdf85403
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ actions.register('createTask', 'portlet', DialogAction,
|
||||||
description=_(u'Create a new task.'),
|
description=_(u'Create a new task.'),
|
||||||
viewName='create_concept.html',
|
viewName='create_concept.html',
|
||||||
dialogName='createTask',
|
dialogName='createTask',
|
||||||
typeToken='.loops/concepts/event',
|
typeToken='.loops/concepts/task',
|
||||||
fixedType=True,
|
fixedType=True,
|
||||||
innerForm='inner_concept_form.html',
|
innerForm='inner_concept_form.html',
|
||||||
prerequisites=['registerDojoDateWidget'],
|
prerequisites=['registerDojoDateWidget'],
|
||||||
|
|
Loading…
Add table
Reference in a new issue