Change #6440
Category | None |
Changed by | Remington Steed <rjs7 | @calvin.edu>
Changed at | Wed 14 Aug 2019 09:04:47 |
Repository | git://git.evergreen-ils.org/Evergreen.git |
Project | Evergreen |
Branch | master |
Revision | 758cdcf4e5463649a1a54bec69971cc548499bda |
Comments
LP#1785061: Split filter value on comma for "in list" and the like This commit borrows directly from the XUL reporter code (see function __default_value_event_handler () in Open-ILS/web/reports/xul/template-config.js). Basically, when the filter value is saved, certain cases need special treatment, such as splitting an "in list" value on commas. This commit includes a helper function which does the special treatment and saves the filter value. This helper is called both when the value itself is changed, and when the operator is changed. Signed-off-by: Remington Steed <rjs7@calvin.edu> Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org> Conflicts: Open-ILS/web/js/ui/default/staff/reporter/template/app.js Signed-off-by: Dan Wells <dbw2@calvin.edu>
Changed files
- Open-ILS/web/js/ui/default/staff/reporter/template/app.js