Skip to content

Commit

Permalink
Fix checkbox bug
Browse files Browse the repository at this point in the history
  • Loading branch information
MscrmTools committed Jun 28, 2019
1 parent dd54e6c commit f500f4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion NNCheckboxes/NNCheckboxes/ControlManifest.Input.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<manifest>
<control namespace="MscrmTools" constructor="NNCheckboxes" version="1.0.7" display-name-key="NNCheckboxes_Display_Key" description-key="NNCheckboxes_Desc_Key" control-type="standard" preview-image="logo.png">
<control namespace="MscrmTools" constructor="NNCheckboxes" version="1.0.8" display-name-key="NNCheckboxes_Display_Key" description-key="NNCheckboxes_Desc_Key" control-type="standard" preview-image="logo.png">
<data-set name="nnRelationshipDataSet" display-name-key="nnRelationshipDataSet_Display_Key">
<property-set name="displayAttribute" display-name-key="targetEntity_Display_Key" description-key="targetEntity_Desc_Key" of-type="SingleLine.Text" usage="bound" required="true" />
<property-set name="backgroundColorAttribute" display-name-key="backgroundColorAttribute_Display_Key" description-key="backgroundColorAttribute_Desc_Key" of-type-group="colorTypes" usage="bound" required="false" />
Expand Down
1 change: 1 addition & 0 deletions NNCheckboxes/NNCheckboxes/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,7 @@ export class NNCheckboxes implements ComponentFramework.StandardControl<IInputs,
mark.setAttribute("class", "checkmark");

lblContainer.innerHTML += record[thisCtrl._labelAttributeName];
lblContainer.appendChild(chk);
lblContainer.appendChild(mark);
}
}
Expand Down

0 comments on commit f500f4f

Please sign in to comment.