fix import file (double 'options' parameter for 'topic' type)
This commit is contained in:
parent
6ca85b21db
commit
6a685187d5
2 changed files with 4 additions and 6 deletions
|
@ -30,9 +30,8 @@ type(u'event', u'Termin', options=u'',
|
|||
viewName=u'task.html')
|
||||
type(u'textdocument', u'Text', options=u'',
|
||||
typeInterface='loops.interfaces.ITextDocument', viewName=u'')
|
||||
type(u'topic', u'Thema', options=u'action.portlet:createTopic,editTopic',
|
||||
typeInterface='loops.knowledge.interfaces.ITopic', viewName=u'',
|
||||
options=u'action.portlet:editTopic,createTopic')
|
||||
type(u'topic', u'Thema', options=u'action.portlet:editTopic,createTopic',
|
||||
typeInterface='loops.knowledge.interfaces.ITopic', viewName=u'')
|
||||
type(u'type', u'Typ', options=u'',
|
||||
typeInterface='loops.interfaces.ITypeConcept', viewName=u'')
|
||||
|
||||
|
|
|
@ -30,9 +30,8 @@ type(u'event', u'Event', options=u'',
|
|||
viewName=u'task.html')
|
||||
type(u'textdocument', u'Text', options=u'',
|
||||
typeInterface='loops.interfaces.ITextDocument', viewName=u'')
|
||||
type(u'topic', u'Topic', options=u'',
|
||||
typeInterface='loops.knowledge.interfaces.ITopic', viewName=u'',
|
||||
options=u'action.portlet:editTopic,createTopic')
|
||||
type(u'topic', u'Topic', options=u'action.portlet:editTopic,createTopic',
|
||||
typeInterface='loops.knowledge.interfaces.ITopic', viewName=u'')
|
||||
type(u'type', u'Type', options=u'',
|
||||
typeInterface='loops.interfaces.ITypeConcept', viewName=u'')
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue