Task #1106
closedAdd new filter for identity (identifiers)
100%
Description
Add new filter option for filtering in identities (identifiers). The attribute will be filtering in username and external code.
Identifiers is list of string and it will be used with 'in' statement.
Related issues
Updated by Ondřej Kopr over 6 years ago
- Status changed from New to Needs feedback
- Assignee changed from Ondřej Kopr to Radek Tomiška
- % Done changed from 0 to 90
I finally complete the ticket. I create new component CreatableSelectBox, the component is similiar as Creatable select from react-select (https://github.com/JedWatson/react-select).
Our dependency with react-select was update to version 1.2.1 (previous 1.0.0-rc.3). With upgrade was main problem :( Thanks Radek with your help and thank you Vitek for your positive motivation about the new component :D.
v1.0.0-rc.3 https://github.com/JedWatson/react-select/blob/v1.0.0-rc.3/src/Creatable.js#L169-L178
v 1.0.0 https://github.com/JedWatson/react-select/blob/master/src/Creatable.js#L112-L123
Please Radek could you check the solutions? And give me feedback? Thank you.
I deployed the feature for Petr M. on virtual http://172.31.255.96:8080/idm/ you can also try on the server.
Commit: https://github.com/bcvsolutions/CzechIdMng/commit/27d27aa82f69fa0f8f4fb95abc3b0721612c6190 (branch: develop)
Updated by Radek Tomiška over 6 years ago
- Status changed from Needs feedback to Closed
- Assignee changed from Radek Tomiška to Ondřej Kopr
- % Done changed from 90 to 100
Thx for this new feature, it works and code is awesome!
I moved component into advanced component library and refactored some minors (names, labels ...)
Updated by Radek Tomiška about 6 years ago
- Related to Task #224: EAV form - multi value attribute as SelectBox added