cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

What is the purpose of the cmsmanagergroup structure

mbjorkman
Explorer
0 Likes
455
 # -----------------------------------------------------------------------
 # [y] hybris Platform
 #
 # Copyright (c) 2018 SAP SE or an SAP affiliate company. All rights reserved.
 #
 # This software is the confidential and proprietary information of SAP
 # ("Confidential Information"). You shall not disclose such Confidential
 # Information and shall use it only in accordance with the terms of the
 # license agreement you entered into with SAP.
 # -----------------------------------------------------------------------
 
 INSERT_UPDATE UserGroup;UID[unique=true];groups(uid)[mode=append];locname[lang=en]
 ;basecmsmanagergroup;employeegroup;Base CMS Manager Group
 ;cmsmanagergroup;employeegroup;CMS Manager Group
 
 INSERT_UPDATE PrincipalGroupRelation;source(uid)[unique=true];target(uid)[unique=true]
 ;cmsmanagergroup;basecmsmanagergroup
 
 INSERT_UPDATE Employee;UID[unique=true];groups(uid)[mode=append];sessionLanguage(isocode);
 ;cmsmanager;cmsmanagergroup;en;
 

Is there a reason for putting 1. cmsmanagergroup into employeegroup 2. basecmsmanagergroup into employeegroup 3. cmsmanagergroup into basecmsmanagergroup

Instead of just having the employeegroup on the basecmsmanagergroup?

We are a bit confused about this since there are issues with type permissions in the inheritance tree when a group appears on multiple levels.

Accepted Solutions (0)

Answers (0)