Actions
Bug #27000
openDatasources edition has action buttons even for read-only user
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
Updated by Clark ANDRIANASOLO 4 days ago
- Description updated (diff)
- Priority changed from N/A to To review
- Target version set to 8.2
- Severity set to Minor - inconvenience | misleading | easy workaround
- UX impact set to I dislike using that feature
- User visibility set to Operational - other Techniques | Rudder settings | Plugins
- Effort required set to Very Small
- Priority changed from 0 to 85
The file in which the right should be changed is https://github.com/Normation/rudder-plugins/blob/branches/rudder/8.3/datasources/src/main/resources/template/dataSourceManagement.html#L12
Actions