[sdc] update code of sdc
[sdc.git] / catalog-ui / src / app / ng2 / pages / properties-assignment / properties.utils.ts
index dfde2a4..0eb8534 100644 (file)
@@ -43,6 +43,7 @@ export class PropertiesUtils {
                     this.initValueObjectRef(newFEProp); //initialize valueObj.
                     propertyFeArray.push(newFEProp);
                     newFEProp.updateExpandedChildPropertyId(newFEProp.name); //display only the first level of children
+                    this.dataTypeService.checkForCustomBehavior(newFEProp);
                 }    
             });
             instanceFePropertiesMap[instanceName] = propertyFeArray;