Actions
Bug #27000
openDatasources edition has action buttons even for read-only user
Status:
Pending technical review
Priority:
1 (highest)
Assignee:
Target version:
Pull Request:
Severity:
Minor - inconvenience | misleading | easy workaround
UX impact:
I dislike using that feature
User visibility:
Operational - other Techniques | Rudder settings | Plugins
Effort required:
Very Small
Priority:
85
Name check:
To do
Fix check:
To do
Regression:
No
Description
Datasources should only be editable with admin write rights.
But in the datasource page when initializing the Elm app the right rule_write
is passed to put the Elm in write mode : the app has all "Save", "Delete" buttons, as long as they have the rule_write
, but they will get a notification error when attempting a modification.
The right passed to initialize the Elm app is adminitration_write
Actions