mirror of
https://github.com/ansible/awx.git
synced 2026-03-29 06:45:09 -02:30
Merge pull request #1725 from jaredevantabor/fix-1648
Increases the angular-tz-extension tag in package.json
This commit is contained in:
@@ -293,6 +293,7 @@ export default ['$filter', '$state', '$stateParams', '$http', 'Wait',
|
|||||||
scheduler.scope.schedulerTimeZone = _.find(data, (zone) => {
|
scheduler.scope.schedulerTimeZone = _.find(data, (zone) => {
|
||||||
return zone.name === scheduler.scope.current_timezone.name;
|
return zone.name === scheduler.scope.current_timezone.name;
|
||||||
});
|
});
|
||||||
|
$scope.scheduleTimeChange();
|
||||||
});
|
});
|
||||||
if($scope.schedulerUTCTime) {
|
if($scope.schedulerUTCTime) {
|
||||||
// The UTC time is already set
|
// The UTC time is already set
|
||||||
|
|||||||
@@ -106,7 +106,7 @@
|
|||||||
"angular-moment": "^0.10.1",
|
"angular-moment": "^0.10.1",
|
||||||
"angular-sanitize": "~1.6.6",
|
"angular-sanitize": "~1.6.6",
|
||||||
"angular-scheduler": "git+https://git@github.com/ansible/angular-scheduler#v0.3.2",
|
"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",
|
"babel-polyfill": "^6.26.0",
|
||||||
"bootstrap": "^3.3.7",
|
"bootstrap": "^3.3.7",
|
||||||
"bootstrap-datepicker": "^1.7.1",
|
"bootstrap-datepicker": "^1.7.1",
|
||||||
|
|||||||
Reference in New Issue
Block a user