Skip to content

Commit

Permalink
Merge pull request #76 from GluuFederation/issues_2312
Browse files Browse the repository at this point in the history
fix(oxtrust): duplicated fields for regex pattern on attribute page
  • Loading branch information
yurem authored Jan 3, 2025
2 parents 7cb7ffc + ee9ac72 commit 7ace93b
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -221,12 +221,6 @@
<f:validateLongRange minimum="1" maximum="10000" />
</h:inputText>
</ox:decorate>
<ox:decorate id="regex" label="#{msgs['attribute.regexPattern']}">
<h:inputText styleClass="form-control regexPatternField"
value="#{_attribute.attributeValidation.regexp}" size="40"
maxlength="4000" id="regexid"
disabled="#{not _attributeAction.canEdit()}" />
</ox:decorate>

<ox:decorate id="status" label="#{msgs['attribute.status']}">
<h:selectOneMenu styleClass="form-control rounded statusValue"
Expand Down

0 comments on commit 7ace93b

Please sign in to comment.