mirror of
https://github.com/ansible/awx.git
synced 2026-01-16 20:30:46 -03:30
Increases the angular-tz-extension tag in package.json
The angular-tz-extensions was changed to accomodate for an issue with UTC dates not getting parsed correctly.
This commit is contained in:
parent
ac1bc08480
commit
9f07beed59
@ -293,6 +293,7 @@ export default ['$filter', '$state', '$stateParams', '$http', 'Wait',
|
||||
scheduler.scope.schedulerTimeZone = _.find(data, (zone) => {
|
||||
return zone.name === scheduler.scope.current_timezone.name;
|
||||
});
|
||||
$scope.scheduleTimeChange();
|
||||
});
|
||||
if($scope.schedulerUTCTime) {
|
||||
// The UTC time is already set
|
||||
|
||||
@ -106,7 +106,7 @@
|
||||
"angular-moment": "^0.10.1",
|
||||
"angular-sanitize": "~1.6.6",
|
||||
"angular-scheduler": "git+https://git@github.com/ansible/angular-scheduler#v0.3.2",
|
||||
"angular-tz-extensions": "git+https://git@github.com/ansible/angular-tz-extensions#v0.5.1",
|
||||
"angular-tz-extensions": "git+https://git@github.com/ansible/angular-tz-extensions#v0.5.2",
|
||||
"babel-polyfill": "^6.26.0",
|
||||
"bootstrap": "^3.3.7",
|
||||
"bootstrap-datepicker": "^1.7.1",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user