diff --git a/openbis-ipad/source/core-plugins/ipad-ui-tag-browser/1/dss/reporting-plugins/ipad-read-service-v1/ipad_read.py b/openbis-ipad/source/core-plugins/ipad-ui-tag-browser/1/dss/reporting-plugins/ipad-read-service-v1/ipad_read.py index 2b5b24a360ffc2c581a1fccae9763c4c7e866992..519a5d6722488c62e67fe0a93b81cb46286c2662 100644 --- a/openbis-ipad/source/core-plugins/ipad-ui-tag-browser/1/dss/reporting-plugins/ipad-read-service-v1/ipad_read.py +++ b/openbis-ipad/source/core-plugins/ipad-ui-tag-browser/1/dss/reporting-plugins/ipad-read-service-v1/ipad_read.py @@ -297,16 +297,16 @@ def getTagIPadId(tag): return 'TAG.' + tag.getName() def getExperimentIPadId(experiment, dictionaryType): - return 'EXPERIMENT.' + experiment.getPermId() + '.' + dictionaryType + return 'EXPERIMENT.' + experiment.getPermId() def getSampleIPadId(sample, dictionaryType): - return 'SAMPLE.' + sample.getPermId() + '.' + dictionaryType + return 'SAMPLE.' + sample.getPermId() def getDataSetIPadId(dataSet, dictionaryType): - return 'DATA_SET.' + dataSet.getDataSetCode() + '.' + dictionaryType + return 'DATA_SET.' + dataSet.getDataSetCode() def getMaterialIPadId(material, dictionaryType): - return 'MATERIAL.' + material.getMaterialIdentifier() + '.' + dictionaryType + return 'MATERIAL.' + material.getMaterialIdentifier() ######### # Entity