Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.
Red Hat Satellite engineering is moving the tracking of its product development work on Satellite to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "Satellite project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs will be migrated starting at the end of May. If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "Satellite project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/SAT-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.

Bug 1694727

Summary: [RFE] Main Recurring logics page does not display recurring logic ID
Product: Red Hat Satellite Reporter: Stephen Wadeley <swadeley>
Component: Tasks PluginAssignee: Maria <magaphon>
Status: CLOSED UPSTREAM QA Contact: Peter Ondrejka <pondrejk>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 6.5.0CC: aruzicka, bkearney, dvoss, inecas, magaphon, mmccune
Target Milestone: UnspecifiedKeywords: FutureFeature
Target Release: Unused   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: tfm-rubygem-foreman-tasks-3.0.0 Doc Type: Known Issue
Doc Text:
The recurring logic id will be added in a future release.
Story Points: ---
Clone Of: Environment:
Last Closed: 2020-10-29 20:59:52 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Stephen Wadeley 2019-04-01 13:31:32 UTC
Description of problem:

The main Recurring logics page does not display recurring logic ID

These IDs should be display as line numbers.


Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1. Create Sync Plans 
2.  See https://sat-6-5-qa-rhel7.localhost.example.com/foreman_tasks/recurring_logics
3.

Actual results:

You cannot search for a logic ID or see what it is, except by hovering over the cron expression.


Expected results:
Can search in some way for the logic ID, can see it displayed on the page

Comment 2 Stephen Wadeley 2019-04-01 20:30:29 UTC
Additional minor issues:

 1. Enabling/Disabling recurring logic redirects to index page.

 2. The sync plan name populates only after first run of the recurring logic; the name does not follow the active recurring logics.

Can that be handled here?

Thank you

Comment 3 Stephen Wadeley 2019-04-01 20:37:08 UTC
(In reply to Stephen Wadeley from comment #2)
> Additional minor issues:
> 
>  1. Enabling/Disabling recurring logic redirects to index page.
> 
>  2. The sync plan name populates only after first run of the recurring
> logic; the name does not follow the active recurring logics.

Sorry, seems the name will be updated [1]
 One note: Action name populates after 1st successful run of the recurring logic.

So the request is then, can you update that before that.
> 
> Can that be handled here?
> 
> Thank you

[1]  https://github.com/Katello/katello/pull/7951#pullrequestreview-200397927

Comment 4 Stephen Wadeley 2019-04-01 20:49:00 UTC
An additional issue on the main Recurring logics page:

When you click the Enable button at the end of the line, the button changes to "Disable", which implies that it is now Enabled, but
there is no other indication of that change. e.g. no pop up, there's no success message.

Thank you