-
Type:
Regression Bug
-
Status: Closed
-
Resolution: Won't Fix
-
Affects Version/s: 7.2.10 DXP GA1, 7.2.X, Master
-
Fix Version/s: None
-
Component/s: Sites Administration > Sites
-
Labels:
-
Fix Priority:5
-
Last Working Version:
-
QA Test Name:
-
QA Test Score:4
Steps to reproduce:
Scenario 1
- Add a new Regular role: AddSite with following permission:
- Define permission as following
- Sites: Access in Control Panel
- Sites: View
- Sites > SITE: Add Site
- Users and Organizations: Access in Control Panel (Add for comparison)
- Users and Organizations: View (Add for comparison)
- Users and Organizations > ORGANIZATION: Add Organization (Add for comparison)
- Add a new Site: Site1
- Add a new Organization: Organization1
- Add a new User with AddSite Role, Site1 and Organization1
- Login as the new user or Impersonate the User
- Go to Control Panel > Users > Users and Organizations > Organizations
- Click the kabab of Organizations1 to Add Organization
- Assert User can Add Organization for Organization1
- Go to Control Panel > Sites > Sites
- Click the kabab of Site1
Expect Result
User can add child site for current site.
Actually Result
No Add Child Site option for current user.
Scenario 2
- Continue with previuos steps
- Login as Test Test to add Update site permission for AddSite Role
- Sites > SITE: Update
- Login as the new user or Impersonate the User
- Go to Control Panel > Sites > Sites
- Click the kabab of Site1 to Add Child Site
Expect Result
User can add child site for current site.
Actually Result
Assert User have no permission to add child site for current site.
NOTE
I'm not pretty sure if the Update permission is a required permission for adding child site, if yes, Scenario 1 would be Discarded, the real issue would be Scenario 2. Sorry for any confusion.