From 6ca85b21db214712e582ed902b42c7766b13a8e3 Mon Sep 17 00:00:00 2001 From: Helmut Merz Date: Sun, 1 Oct 2017 08:33:49 +0200 Subject: [PATCH] add option for creating and editing topics to topic type --- data/loops_std_de.dmp | 3 ++- data/loops_std_en.dmp | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/data/loops_std_de.dmp b/data/loops_std_de.dmp index 0027559..efa11d0 100644 --- a/data/loops_std_de.dmp +++ b/data/loops_std_de.dmp @@ -31,7 +31,8 @@ type(u'event', u'Termin', options=u'', 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'') + typeInterface='loops.knowledge.interfaces.ITopic', viewName=u'', + options=u'action.portlet:editTopic,createTopic') 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 06b6da7..b5b9c3b 100644 --- a/data/loops_std_en.dmp +++ b/data/loops_std_en.dmp @@ -31,7 +31,8 @@ type(u'event', u'Event', options=u'', 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'') + typeInterface='loops.knowledge.interfaces.ITopic', viewName=u'', + options=u'action.portlet:editTopic,createTopic') type(u'type', u'Type', options=u'', typeInterface='loops.interfaces.ITypeConcept', viewName=u'')