Opened 8 years ago
Last modified 8 years ago
#299 new Issue
May want separate input validation strings (1) for user defined query, (2) for saved query
Reported by: | Paul Leo | Owned by: | |
---|---|---|---|
Priority: | Unknown | Milestone: | Unassigned |
Component: | View-App | Version: | Unknown |
Severity: | Unknown | Keywords: | |
Cc: | garth.braithwaite@… |
Description (last modified by )
In UT secure query /secure/query/builder/hddb/HDDBZIPHosp/CountHosp_MI.html, a user must enter a date in the form mm/dd/yyyy. The current input validation string (this.invalidTextInputRegEx) in
InputSelections.js
does not allow '/' This is because for saved queries,which uses the same code, the '/' should be an invalid entry. (In windows '/'separates directories, which would cause an issue for saving a query filename.) For UT, for now, I'm versioning
InputSelections.js
and permitting the '/'
Note: See
TracTickets for help on using
tickets.