v15: Granular permissions are empty #17860
Labels
affected/v15
area/frontend
state/reproduced
state/sprint-candidate
We're trying to get this in a sprint at HQ in the next few weeks
type/bug
Which Umbraco version are you using? (Please write the exact version, example: 10.1.0)
15.1.1
Bug summary
when you open user group settings there is an error in the console and permissions are empty:
This behaviour related to impementation. this.observe can be executed later than render method.
Error in the following file: /umbraco/backoffice/src/packages/user/user-group/workspace/user-group/components/user-group-granular-permission-list.element.ts
Sometimes
element.manifest
is undefined.This is because
this.observe
callback can be executed afterrender
method have been triggered.Specifics
No response
Steps to reproduce
Expected result / actual result
Expected: there are no errors in console and "Granular permissions" is not empty
Actual: there is an error in console and "Granular permissions" is empty
This item has been added to our backlog AB#47493
The text was updated successfully, but these errors were encountered: