Bug #18019
closedSync Plans UI: Unable to create one.
Description
Unable to create a sync plan in the UI.
- go to : Content > Sync Plans click 'New Sync Plan'
- enter name & interval
- enter tart date (e.g. 2017-01-31) (Note: unable to get the 'calendar' to select one)
- click 'Save'
Error observed in console:
angular.self.js?body=1:13551 TypeError: syncPlan.startDate.getTimezoneOffset is not a function
at Scope.$scope.createSyncPlan (https://centos7-devel/assets/bastion_katello/sync-plans/new/new-sync-plan.controller.self.js?body=1:45:66)
at fn (eval at compile (https://centos7-devel/assets/bastion/angular/angular.self.js?body=1:1:0), <anonymous>:4:312)
at Scope.destination.(anonymous function) [as handleSave] (https://centos7-devel/assets/bastion/angular/angular.self.js?body=1:9818:22)
at fn (eval at compile (https://centos7-devel/assets/bastion/angular/angular.self.js?body=1:1:0), <anonymous>:4:221)
at Scope.destination.(anonymous function) [as handleSave] (https://centos7-devel/assets/bastion/angular/angular.self.js?body=1:9818:22)
at fn (eval at compile (https://centos7-devel/assets/bastion/angular/angular.self.js?body=1:1:0), <anonymous>:4:253)
at expensiveCheckFn (https://centos7-devel/assets/bastion/angular/angular.self.js?body=1:15486:18)
at callback (https://centos7-devel/assets/bastion/angular/angular.self.js?body=1:25019:17)
at Scope.$eval (https://centos7-devel/assets/bastion/angular/angular.self.js?body=1:17230:28)
at Scope.$apply (https://centos7-devel/assets/bastion/angular/angular.self.js?body=1:17330:25)
Updated by Walden Raines about 8 years ago
- Assignee set to Walden Raines
- Target version set to 154
Updated by Walden Raines about 8 years ago
- Status changed from New to Need more information
Brad Buckingham wrote:
Unable to create a sync plan in the UI.
- go to : Content
> Sync Plansclick 'New Sync Plan'- enter name & interval
- enter tart date (e.g. 2017-01-31) (Note: unable to get the 'calendar' to select one)
- click 'Save'Error observed in console:
angular.self.js?body=1:13551 TypeError: syncPlan.startDate.getTimezoneOffset is not a function
at Scope.$scope.createSyncPlan (https://centos7-devel/assets/bastion_katello/sync-plans/new/new-sync-plan.controller.self.js?body=1:45:66)
at fn (eval at compile (https://centos7-devel/assets/bastion/angular/angular.self.js?body=1:1:0), <anonymous>:4:312)
at Scope.destination.(anonymous function) [as handleSave] (https://centos7-devel/assets/bastion/angular/angular.self.js?body=1:9818:22)
at fn (eval at compile (https://centos7-devel/assets/bastion/angular/angular.self.js?body=1:1:0), <anonymous>:4:221)
at Scope.destination.(anonymous function) [as handleSave] (https://centos7-devel/assets/bastion/angular/angular.self.js?body=1:9818:22)
at fn (eval at compile (https://centos7-devel/assets/bastion/angular/angular.self.js?body=1:1:0), <anonymous>:4:253)
at expensiveCheckFn (https://centos7-devel/assets/bastion/angular/angular.self.js?body=1:15486:18)
at callback (https://centos7-devel/assets/bastion/angular/angular.self.js?body=1:25019:17)
at Scope.$eval (https://centos7-devel/assets/bastion/angular/angular.self.js?body=1:17230:28)
at Scope.$apply (https://centos7-devel/assets/bastion/angular/angular.self.js?body=1:17330:25)
I cannot reproduce this given the steps in the summary.
Note, in order to get the calendar you click on the calendar button.
Updated by Walden Raines about 8 years ago
- Status changed from Need more information to Closed
After speaking with Brad we determined this was a local issue.
Updated by Brad Buckingham about 8 years ago
If a user hits this, be sure to clear the browser cache (shift-reload) and try again.