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:
Create a model & resource with a HasMany model & resource.
Create a policy for the child resource that disallows, e.g., creation or deletion.
Create a Repeater for the child resource on the parent. Note that it still has UI for creation and deletion of models.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
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: