Skip to content

Commit

Permalink
JNG-5411 hotfix link proxy params
Browse files Browse the repository at this point in the history
  • Loading branch information
noherczeg committed Jan 12, 2024
1 parent 1e53438 commit e4d6850
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{{# if child.customImplementation }}
<ComponentProxy
filter={`(&(${OBJECTCLASS}=${CUSTOM_VISUAL_ELEMENT_INTERFACE_KEY})(component=${ {{~ getCustomizationComponentInterfaceKey child ~}} }))`}
data={ data?.{{ classDataName child.dataElement.name }} }
data={ data?.{{ classDataName child.dataElement.name '' }} }
disabled={ {{# if child.enabledBy }}!data.{{ child.enabledBy.name }} ||{{/ if }} {{ boolValue child.dataElement.isReadOnly }} }
readOnly={ {{ boolValue child.attributeType.isReadOnly }} || !isFormUpdateable() }
editMode={editMode}
Expand Down

0 comments on commit e4d6850

Please sign in to comment.