Actions
Defect #3254
closedCannot search entity by Code list value
Start date:
02/09/2023
Due date:
% Done:
100%
Estimated time:
Affected versions:
Owner:
Description
FormService returns empty List for search by eav value with attribute type code list.
List<IdmRoleDto> roles = formService.findOwners(IdmRoleDto.class, "attributeName", "attributeValue", null).getContent();
Tested od 12.2.2
Updated by Tomáš Doischer almost 2 years ago
- Category set to Eav
- Status changed from New to In Progress
- Assignee set to Tomáš Doischer
Updated by Tomáš Doischer almost 2 years ago
- Status changed from In Progress to Needs feedback
- Assignee changed from Tomáš Doischer to Peter Štrunc
- % Done changed from 0 to 80
Fixed. The algorithm just did not expect a code list value and searched in text by default but code list values are saved as shorttext.
Updated by Peter Štrunc almost 2 years ago
- Status changed from Needs feedback to Resolved
- Assignee changed from Peter Štrunc to Tomáš Doischer
- % Done changed from 80 to 100
Looks great. Merged to develop.
Updated by Tomáš Doischer almost 2 years ago
- Status changed from Resolved to Closed
- Target version set to 13.0.1
Actions