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".
Updated by Samir Jha about 3 years ago
- Target version set to Katello 4.3.0
- Triaged changed from No to Yes
Updated by The Foreman Bot about 3 years ago
- Status changed from New to Ready For Testing
- Assignee set to Samir Jha
- Pull request https://github.com/Katello/katello/pull/9692 added
Updated by The Foreman Bot about 3 years ago
- Fixed in Releases Katello 4.3.0 added
Updated by Samir Jha about 3 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset katello|4269c8ab6dccb4e58c7147f54a4b5455fc806f72.
Actions