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

datasets now have a kind attribute

parent b0dfee2d
No related branches found
No related tags found
No related merge requests found
...@@ -63,9 +63,9 @@ def openbis_definitions(entity): ...@@ -63,9 +63,9 @@ def openbis_definitions(entity):
"multi": "parents children components tags attachments".split(), "multi": "parents children components tags attachments".split(),
}, },
"DataSet": { "DataSet": {
"attrs_new": "type experiment sample parents children components containers tags".split(), "attrs_new": "type kind experiment sample parents children components containers tags".split(),
"attrs_up": "parents children experiment sample components containers tags".split(), "attrs_up": "kind parents children experiment sample components containers tags".split(),
"attrs": "code permId type experiment sample parents children components containers tags accessDate dataProducer dataProductionDate registrator registrationDate modifier modificationDate dataStore measured".split(), "attrs": "code permId type kind experiment sample parents children components containers tags accessDate dataProducer dataProductionDate registrator registrationDate modifier modificationDate dataStore size measured".split(),
"ids2type": { "ids2type": {
'parentIds': {'permId': {'@type': 'as.dto.dataset.id.DataSetPermId'}}, 'parentIds': {'permId': {'@type': 'as.dto.dataset.id.DataSetPermId'}},
......
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