Actions
Bug #33523
closedSync Plan Start Date Always null
Description
After creating the sync plan, the start date is null. Even if you update the start date in the details tab, it stays null. This makes it impossible to update any other fields because the null field for start date causes an error.
I suspect this use of the Date method might be outdated.
https://github.com/Katello/katello/blob/master/engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/details/sync-plan-details-info.controller.js#L33
syncPlan['sync_date'] looks correct, but passing it to that method returns "Invalid Date".
Actions