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 161cf3a6c75472e2ea84df6da2fae673d19612f7..b637b9488e649364c94d2051364b3e450ad2b1b6 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) {