Project

General

Profile

Actions

Defect #3254

closed

Cannot search entity by Code list value

Added by Luboš Čábelka over 1 year ago. Updated about 1 year ago.

Status:
Closed
Priority:
Normal
Assignee:
Tomáš Doischer
Category:
Eav
Target version:
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

Actions #1

Updated by Tomáš Doischer about 1 year ago

  • Category set to Eav
  • Status changed from New to In Progress
  • Assignee set to Tomáš Doischer
Actions #2

Updated by Tomáš Doischer about 1 year 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.

PR: https://github.com/bcvsolutions/CzechIdMng/pull/341

Actions #3

Updated by Peter Štrunc about 1 year 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.

Actions #4

Updated by Tomáš Doischer about 1 year ago

  • Status changed from Resolved to Closed
  • Target version set to 13.0.1
Actions

Also available in: Atom PDF