stable

Clone or download

Read-only

Fixes request #32642: Missing regex escaping when filtering kanban cards

Behaviors have been aligned in all the Agile Dashboard apps and the same library has been used. Reproduction scenario: 1. Go to a kanban 2. Type the character `(` in the filter Change-Id: Ia4eaec4de63b835099a90380bad855c24abd0090

Modified Files

Name
M plugins/agiledashboard/scripts/kanban/package.json +1 −0 Go to diff View file
M plugins/agiledashboard/scripts/kanban/pnpm-lock.yaml +8 −0 Go to diff View file
M plugins/agiledashboard/scripts/kanban/src/app/in-properties-filter/in-properties-filter.js +3 −2 Go to diff View file
M plugins/agiledashboard/scripts/lib/card-fields/package.json +1 −1 Go to diff View file
M plugins/agiledashboard/scripts/lib/card-fields/pnpm-lock.yaml +5 −5 Go to diff View file
M plugins/agiledashboard/scripts/lib/card-fields/src/card-text-field/WatchHandler.test.ts +0 −4 Go to diff View file
M plugins/agiledashboard/scripts/lib/card-fields/src/card-text-field/dom-modifier.test.ts +0 −4 Go to diff View file
M plugins/agiledashboard/scripts/lib/card-fields/src/highlight-filter-template.test.ts +0 −4 Go to diff View file
M plugins/agiledashboard/scripts/lib/card-fields/src/highlight-filter.test.js +0 −4 Go to diff View file
M plugins/agiledashboard/scripts/lib/card-fields/src/highlight/Classifier.test.ts +0 −4 Go to diff View file
M plugins/agiledashboard/scripts/planning-v2/package.json +1 −0 Go to diff View file
M plugins/agiledashboard/scripts/planning-v2/pnpm-lock.yaml +8 −0 Go to diff View file
M plugins/agiledashboard/scripts/planning-v2/src/app/in-properties/in-properties-filter.js +3 −2 Go to diff View file