-
Type: Bug Report
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 5.2.2-B2
-
Component/s: Data Management
-
Labels:None
-
Change Log Group:Fixed
-
Change Log Message:Fixed inability to use "_" in option keys in grid filters and form controls
-
Story Points:1
-
Copy Issue Key:
-
Patch Instructions:
- in all blocks in "core/admin_templates/incs/form_blocks.tpl" file (3 places) replace "[0-9A-Za-z-]" with "[0-9A-Za-z-_]" inside regular expressions
- in "core/admin_templates/js/grid_filters.js" file (2 places) replace "[0-9A-Za-z-]" with "[0-9A-Za-z-_]" inside regular expressions
- implemented in
-
[Diffusion] rINP16620 Fixes INP-1731 - Add support for "_" in option keys in grid filters and editing…
-
D331 INP-1731 - Add support for "_" in option keys in grid filters and editing controls
- mentioned in
-
Page Loading...