From 6a685187d520daa5a8e82e147ebea21c18d08115 Mon Sep 17 00:00:00 2001 From: Helmut Merz Date: Sun, 8 Oct 2017 09:00:23 +0200 Subject: [PATCH] fix import file (double 'options' parameter for 'topic' type) --- data/loops_std_de.dmp | 5 ++--- data/loops_std_en.dmp | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/data/loops_std_de.dmp b/data/loops_std_de.dmp index efa11d0..ad10096 100644 --- a/data/loops_std_de.dmp +++ b/data/loops_std_de.dmp @@ -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'') diff --git a/data/loops_std_en.dmp b/data/loops_std_en.dmp index b5b9c3b..f2fadb5 100644 --- a/data/loops_std_en.dmp +++ b/data/loops_std_en.dmp @@ -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'')