Description
When in a yaml view is defined that an update action is true but create action is false you cannot update the item on FireEdge Sunstone because the form fails when you click the update button.
To Reproduce
-
Take any yaml view in user folder.
-
Set the values for actions as following:
# Actions - Which buttons are visible to operate over the resources actions: create_dialog: false update_dialog: true
-
Create the item linked to that view (with cli or oneadmin user).
-
Try to update it log in in FireEdge Sunstone with a non admin user.
Expected behavior
An user could update an item in FireEdge Sunstone but don't have the create button.
Details
- Affected Component: FireEdge Sunstone
- Hypervisor: N/A
- Version: 6.8
Additional context
This problem is fixed on Vnets on https://github.com/OpenNebula/one-ee/pull/2850. We need to replicate this behavior on the other tabs.
Progress Status
Description
When in a yaml view is defined that an update action is true but create action is false you cannot update the item on FireEdge Sunstone because the form fails when you click the update button.
To Reproduce
Take any yaml view in user folder.
Set the values for actions as following:
# Actions - Which buttons are visible to operate over the resources actions: create_dialog: false update_dialog: trueCreate the item linked to that view (with cli or oneadmin user).
Try to update it log in in FireEdge Sunstone with a non admin user.
Expected behavior
An user could update an item in FireEdge Sunstone but don't have the create button.
Details
Additional context
This problem is fixed on Vnets on https://github.com/OpenNebula/one-ee/pull/2850. We need to replicate this behavior on the other tabs.
Progress Status