Actions
Bug #3425
closedThe datepickers in Rudder are always the French ones
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
The Datepicker we use are nicely internationalisable; they come in many language. However, we hard code the use of the French one :
<script type="text/javascript" src="/javascript/jquery/ui/i18n/jquery.ui.datepicker-fr.js"></script>
We should base ourself on the local of the user to display the proper datepicker
Updated by Nicolas CHARLES over 11 years ago
- Status changed from New to 8
- Assignee set to Arthur ANGLADE
Updated by Arthur ANGLADE over 11 years ago
- Status changed from 8 to In progress
Updated by Arthur ANGLADE over 11 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from Arthur ANGLADE to François ARMAND
- % Done changed from 0 to 100
- Pull Request set to https://github.com/Normation/rudder/pull/188
Updated by Arthur ANGLADE over 11 years ago
- Status changed from Pending technical review to Pending release
Applied in changeset eaf6f1e7546c9498391ad085d23abc6afb1be906.
Updated by Anonymous over 11 years ago
Applied in changeset 4dd81162e4d45d5b28018baddf76c5a0c64eb066.
Updated by Nicolas PERRON over 11 years ago
- Status changed from Pending release to Released
- Target version changed from 2.3.12 to 2.6.0
It has been merged into master and was released for 2.6.0 only.
Actions