Actions
Bug #16722
closedWhen editing the content of a ressource, the "save" button is lowercase
Status:
Released
Priority:
N/A
Assignee:
Category:
Web - Technique editor
Target version:
Pull Request:
Severity:
Trivial - no functional impact | cosmetic
UX impact:
User visibility:
Getting started - demo | first install | Technique editor and level 1 Techniques
Effort required:
Very Small
Priority:
74
Name check:
Reviewed
Fix check:
Checked
Regression:
Description
see screenshot
Files
Updated by Vincent MEMBRÉ almost 5 years ago
- Target version changed from 6.0.3 to 6.0.4
Updated by Vincent MEMBRÉ over 4 years ago
- Target version changed from 6.0.4 to 6.0.5
Updated by Nicolas CHARLES over 4 years ago
- Priority changed from 76 to 75
in builder/templates/modals.html
<button type="button" ng-click="edit()" class="btn btn-primary" ng-show="config.allowedActions.edit" ng-disabled="apiMiddleware.apiHandler.inprocess">{{'save' | translate}}</button>
translation doesn't exist probably
Updated by Nicolas CHARLES over 4 years ago
- Status changed from New to In progress
Updated by Nicolas CHARLES over 4 years ago
- Assignee changed from Nicolas CHARLES to Raphael GAUTHIER
- Pull Request set to https://github.com/Normation/ncf/pull/1159
Updated by Nicolas CHARLES over 4 years ago
- Status changed from In progress to Pending release
Applied in changeset ncf:commit:e4c5def8fe5e76a610f2c0da2b14c2e28251558c.
Updated by Alexis Mousset over 4 years ago
- Priority changed from 75 to 74
- Fix check changed from To do to Checked
Updated by Alexis Mousset over 4 years ago
- Name check changed from To do to Reviewed
Updated by Vincent MEMBRÉ over 4 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 6.0.5 which was released today.
Actions