Skip to content
Snippets Groups Projects
Commit b75987af authored by Swen Vermeul's avatar Swen Vermeul
Browse files

add owner as tag attribute

parent 70952a64
No related branches found
No related tags found
No related merge requests found
...@@ -207,7 +207,7 @@ def openbis_definitions(entity): ...@@ -207,7 +207,7 @@ def openbis_definitions(entity):
"tag": { "tag": {
"attrs_new": "code description".split(), "attrs_new": "code description".split(),
"attrs_up": "description".split(), "attrs_up": "description".split(),
"attrs": "permId code description registrationDate".split(), "attrs": "permId code description registrationDate owner".split(),
"multi": "".split(), "multi": "".split(),
"identifier": "tagId", "identifier": "tagId",
}, },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment