Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Evolveum/midpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
katkav committed Aug 20, 2018
2 parents 1aca85b + f1cefb1 commit dc2bf50
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Expand Up @@ -172,7 +172,7 @@ protected void onUpdate(AjaxRequestTarget target) {
form.add(seachScrope);

RelationDropDownChoicePanel relationSelector = new RelationDropDownChoicePanel(ID_SEARCH_BY_RELATION,
Model.of(), AreaCategoryType.ADMINISTRATION, true){
Model.of(), AreaCategoryType.ORGANIZATION, true){
private static final long serialVersionUID = 1L;

@Override
Expand Down
Expand Up @@ -33,8 +33,8 @@ public enum RelationTypes {
MANAGER(SchemaConstants.ORG_MANAGER, "Manager", AreaCategoryType.ADMINISTRATION, AreaCategoryType.GOVERNANCE, AreaCategoryType.ORGANIZATION, AreaCategoryType.SELF_SERVICE),
META(SchemaConstants.ORG_META, "Meta", AreaCategoryType.POLICY),
DEPUTY(SchemaConstants.ORG_DEPUTY, "Deputy" /* no values */),
APPROVER(SchemaConstants.ORG_APPROVER, "Approver", AreaCategoryType.ADMINISTRATION, AreaCategoryType.GOVERNANCE, AreaCategoryType.SELF_SERVICE),
OWNER(SchemaConstants.ORG_OWNER, "Owner", AreaCategoryType.ADMINISTRATION, AreaCategoryType.GOVERNANCE, AreaCategoryType.SELF_SERVICE),
APPROVER(SchemaConstants.ORG_APPROVER, "Approver", AreaCategoryType.ADMINISTRATION, AreaCategoryType.GOVERNANCE, AreaCategoryType.ORGANIZATION, AreaCategoryType.SELF_SERVICE),
OWNER(SchemaConstants.ORG_OWNER, "Owner", AreaCategoryType.ADMINISTRATION, AreaCategoryType.GOVERNANCE, AreaCategoryType.ORGANIZATION, AreaCategoryType.SELF_SERVICE),
CONSENT(SchemaConstants.ORG_CONSENT, "Consent", AreaCategoryType.DATA_PROTECTION),;


Expand Down

0 comments on commit dc2bf50

Please sign in to comment.