assorted ui_next search phase 1 pr feedback updates

- remove unnecessary displayAll prop from ChipGroup
- update notification api fn to be 2 with no boolean param
- fix params passing to api functions
This commit is contained in:
John Mitchell
2019-07-30 13:57:16 -04:00
parent f0ff5b190a
commit 30253d21fc
12 changed files with 117 additions and 73 deletions

View File

@@ -108,8 +108,6 @@ Similar to the way the list grabs data based on changes to the react-router para
Currently the filter tags do not display the key, though that data is available and they could very easily do so.
Some small changes were made to our custom ChipGroup component to make this possible--a new displayAll bool prop which bypasses all chip hiding based on number of chips.
## QS Updates (and supporting duplicate keys)
The logic that was updated to handle search tags can be found in the qs.js util file.