Details
-
Type:
Bug Fix
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.4
-
Fix Version/s: 2.4
-
Component/s: Development
-
Security Level: Public (Public: Anyone can view)
-
Labels:None
-
Rice Module:KRAD
-
Sprint:2.4.0-rc1 Sprint 8
-
KAI Review Status:Not Required
-
KTI Review Status:Not Required
-
Code Review Status:Not Required
-
Include in Release Notes?:Yes
Description
in krad component library, validation → CharsetPattern Constraint example, the valid chars string is p:validChars="AB#0-9" and the text is "Only A, B pound characters, and numbers between 0 and 9 allowed". Instead of allowing numbers from 0 - 9, it is allowing only 0, - , and 9.
As a side note, there is a missing comma in the desc between B and pound characters.
Attachments
Issue Links
- discovered by
-
KULRICE-13678 2.4.0 Coordinated Developer Testing (4/2/2014)
-
- Closed
-
p:validChars="AB#0-9"
This looks way to much like a range. I suggest changing the order of where the dash is shown.