Skip to content

Commit

Permalink
icon for default relation
Browse files Browse the repository at this point in the history
  • Loading branch information
KaterynaHonchar committed Apr 26, 2019
1 parent afc9bea commit 42f1649
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -35,7 +35,7 @@
*/
public enum RelationTypes {

MEMBER(SchemaConstants.ORG_DEFAULT, "", "", RelationKindType.MEMBER, null, ADMINISTRATION, ORGANIZATION, SELF_SERVICE),
MEMBER(SchemaConstants.ORG_DEFAULT, "", "fe fe-action-assign", RelationKindType.MEMBER, null, ADMINISTRATION, ORGANIZATION, SELF_SERVICE),
MANAGER(SchemaConstants.ORG_MANAGER, "Manager", "fe fe-manager-tie-object", RelationKindType.MANAGER, singletonList(RelationKindType.MEMBER), ADMINISTRATION, GOVERNANCE, ORGANIZATION, SELF_SERVICE),
META(SchemaConstants.ORG_META, "Meta", "", RelationKindType.META, null, POLICY),
DEPUTY(SchemaConstants.ORG_DEPUTY, "Deputy", "", RelationKindType.DELEGATION, null /* no values */),
Expand Down

0 comments on commit 42f1649

Please sign in to comment.