Skip to content

Commit

Permalink
UC-1657 attendant aliases can not be longer than 255 chars
Browse files Browse the repository at this point in the history
  • Loading branch information
avilcu committed Mar 15, 2016
1 parent f229daa commit 7e99efd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
</component>
<component id="autoAttendantAliases" type="TextField">
<binding name="value" value="rule.attendantAliases" />
<binding name="validators" value="spring-validators:validUsernamePatternSequence" />
<binding name="validators" value="spring-validators:validUsernamePatternSequence,maxLength=255" />
<binding name="displayName" value="message:label.autoAttendantAliases" />
</component>
<component id="afterHoursAttendantPanel" type="common/FieldPanel">
Expand Down

0 comments on commit 7e99efd

Please sign in to comment.