From f2148de40c1362f0a3f4c7a2d5d9a7452cdfdf62 Mon Sep 17 00:00:00 2001 From: parkera <parkera> Date: Wed, 9 Mar 2016 15:08:08 +0000 Subject: [PATCH] SSDM-3024 : Nearly feature complete view with model SVN: 35855 --- .../eln-lims/1/as/webapps/eln-lims/html/js/config/Profile.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/plasmid/source/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/config/Profile.js b/plasmid/source/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/config/Profile.js index 161cf3a6c75..b637b9488e6 100644 --- a/plasmid/source/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/config/Profile.js +++ b/plasmid/source/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/config/Profile.js @@ -342,6 +342,10 @@ $.extend(DefaultProfile.prototype, { return false; } + this.getPropertyTypes = function() { + return this.allPropertyTypes; + } + this.getPropertyType = function(propertyTypeCode) { for (var i = 0; i < this.allPropertyTypes.length; i++) { if(this.allPropertyTypes[i].code === propertyTypeCode) { -- GitLab