Skip to content

Commit

Permalink
fixing hard-coded category code value
Browse files Browse the repository at this point in the history
  • Loading branch information
rhodges committed Dec 2, 2020
1 parent 4f18572 commit 7d6c2dd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
</div>
<div>
<input id="${id}_advancedField" type="text" class="form-control input-sm g-input-text"
data-dojo-attach-point="advancedFieldInput" value="usr_category_cat" readonly='readonly'>
data-dojo-attach-point="advancedFieldInput" value="user_category_cat" readonly='readonly'>
</div>
</div>
<div class="form-group form-group-sm">
Expand Down

0 comments on commit 7d6c2dd

Please sign in to comment.