Skip to content

Commit

Permalink
Request a role panel: added properties to search
Browse files Browse the repository at this point in the history
  • Loading branch information
KaterynaHonchar committed Mar 9, 2016
1 parent 8be43b8 commit 8698761
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -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
Expand Down

0 comments on commit 8698761

Please sign in to comment.