Policy not evaluated or reflected in UI for repeaters #6673
Unanswered
davidbankes
asked this question in
Ideas & Feature Requests
Replies: 2 comments
This comment has been hidden.
This comment has been hidden.
-
Resources are saved within database transaction, and we need to check policy while looping each repeater row. if we implement this the whole save needs to be reverted upon authorization failure. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description:
I have a parent model/resource with a HasMany relation. I have two UIs to manage the child relation: a HasMany field on the parent resource, and a Repeater on the parent resource. Both refer to the same underlying model.
The HasMany relation will reflect the associated Policy (e.g., the delete button will disappear if the nova user lacks permission to delete the resource). But on the repeater, all UI remains.
Detailed steps to reproduce the issue on a fresh Nova installation:
Beta Was this translation helpful? Give feedback.
All reactions