provide import file with some stuff missing in older loops sites

This commit is contained in:
Helmut Merz 2015-08-13 16:10:48 +02:00
parent fc81b49d44
commit 48e45941b8
2 changed files with 11 additions and 0 deletions

View file

@ -1,6 +1,8 @@
# types
type(u'query', u'Abfrage', options=u'',
typeInterface='loops.expert.concept.IQueryConcept', viewName=u'')
type(u'datatable', u'Datentabelle', options=u'action.portlet:edit_concept',
typeInterface='loops.table.IDataTable', viewName=u'')
type(u'task', u'Aufgabe', options=u'',
typeInterface='loops.knowledge.interfaces.ITask', viewName=u'')
type(u'domain', u'Bereich', options=u'', typeInterface=u'', viewName=u'')

View file

@ -0,0 +1,9 @@
# update for old loops sites
type(u'datatable', u'Datentabelle', options=u'action.portlet:edit_concept',
typeInterface='loops.table.IDataTable', viewName=u'')
concept(u'issubtype', u'is Subtype', u'predicate')
child(u'general', u'issubtype', u'datatable')
child(u'system', u'issubtype', u'standard')