From 869876180973d644162012fa3d0001bcf1f76d84 Mon Sep 17 00:00:00 2001 From: honchar Date: Wed, 9 Mar 2016 14:23:00 +0100 Subject: [PATCH] Request a role panel: added properties to search --- .../evolveum/midpoint/web/component/search/SearchFactory.java | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/component/search/SearchFactory.java b/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/component/search/SearchFactory.java index fa855104f69..d81e163a83d 100644 --- a/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/component/search/SearchFactory.java +++ b/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/component/search/SearchFactory.java @@ -46,6 +46,9 @@ public class SearchFactory { new ItemPath(UserType.F_COST_CENTER))); SEARCHABLE_OBJECTS.put(RoleType.class, Arrays.asList( new ItemPath(RoleType.F_NAME), + new ItemPath(RoleType.F_DISPLAY_NAME), +// new ItemPath(RoleType.F_OWNER_REF), + new ItemPath(RoleType.F_REQUESTABLE), new ItemPath(RoleType.F_ROLE_TYPE))); //todo add other object types and properties which can be used in search