Bug #33523
Sync 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".
Associated revisions
History
#1
Updated by Samir Jha over 1 year ago
- Triaged changed from No to Yes
- Target version set to Katello 4.3.0
#2
Updated by The Foreman Bot over 1 year ago
- Assignee set to Samir Jha
- Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/katello/pull/9692 added
#3
Updated by The Foreman Bot over 1 year ago
- Fixed in Releases Katello 4.3.0 added
#4
Updated by Samir Jha over 1 year ago
- Status changed from Ready For Testing to Closed
Applied in changeset katello|4269c8ab6dccb4e58c7147f54a4b5455fc806f72.
Fixes #33523 - Fix sync plan start date on Firefox (#9692)