Feature #10177
ability to edit/update Start Time & Date for Sync Plans via CLI
Status:
Closed
Priority:
Normal
Assignee:
Category:
Hammer
Target version:
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1200625
Description of problem:
Version-Release number of selected component (if applicable):
How reproducible:
Steps to Reproduce:
After logging into Satellite gui
1. Go to Content -> Sync Plans
2. Create new sync plan
3. Click inside sync plan
4. There is no option to edit the sync plan
Customer would like the ability to edit the sync plan.
In addition:
There is no option to edit via cli
hammer -u * -p * sync-plan
create Create a sync plan
delete Destroy a sync plan
info Show a sync plan
list List sync plans
update Update a sync plan
Related issues
Associated revisions
History
#1
Updated by Eric Helms over 7 years ago
- Related to Bug #10140: Allow sync-plan to change sync-date in WebUI added
#2
Updated by Eric Helms over 7 years ago
- Subject changed from ability to edit/update Start Time & Date for Sync Plans via Web UI to ability to edit/update Start Time & Date for Sync Plans via CLI
- Category changed from Web UI to Hammer
- Legacy Backlogs Release (now unused) set to 31
- Triaged changed from No to Yes
As of #10140, the UI supports editing of the start date which leaves only the CLI to be done. I have updated the issue to reflect this.
#3
Updated by Eric Helms about 7 years ago
- Legacy Backlogs Release (now unused) changed from 31 to 70
#4
Updated by Eric Helms over 6 years ago
- Legacy Backlogs Release (now unused) changed from 70 to 86
#5
Updated by Eric Helms over 6 years ago
- Legacy Backlogs Release (now unused) changed from 86 to 114
#6
Updated by Zach Huntington-Meath over 6 years ago
- Assignee set to Zach Huntington-Meath
#7
Updated by The Foreman Bot over 6 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/katello/pull/5893 added
#8
Updated by Zach Huntington-Meath over 6 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset katello|69277ef82c0426b9c4e80a104e3b6284d039ca1c.
#9
Updated by Eric Helms over 6 years ago
- Legacy Backlogs Release (now unused) changed from 114 to 86
Fixes #10177 - Sync details can be edited properly.
Fixed issue with firefox not parseing dates correctly.
Fixed some whitespace.