Skip to content

Commit

Permalink
Move application sharing related constants to org-mgt-core
Browse files Browse the repository at this point in the history
  • Loading branch information
shanggeeth committed Nov 15, 2023
1 parent d240201 commit 9dcd04c
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,10 @@ public class OrganizationManagementConstants {
public static final String SELF_SERVICE_INTERNAL_ROLE_PERMISSIONS =
"SelfService.InternalRolePermissions.Permission";

// Application sharing related constants
public static final String SHARE_WITH_ALL_CHILDREN = "shareWithAllChildren";
public static final String IS_APP_SHARED = "isAppShared";

/**
* Contains constants related to filter operations.
*/
Expand Down

0 comments on commit 9dcd04c

Please sign in to comment.