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 731540

Summary: Inconsistency in in-place-edit html
Product: Red Hat Satellite Reporter: Jeff Weiss <jweiss>
Component: WebUIAssignee: Brad Buckingham <bbuckingham>
Status: CLOSED CURRENTRELEASE QA Contact: Katello QA List <katello-qa-list>
Severity: low Docs Contact:
Priority: unspecified    
Version: 6.0.1CC: dajohnso, mmccune
Target Milestone: UnspecifiedKeywords: Triaged
Target Release: Unused   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-08-22 17:53:00 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 747354    

Description Jeff Weiss 2011-08-17 20:19:18 UTC
Description of problem:
In other parts of the ui, the automation can use the same locator for both the input fields for creation, and the in-place-edit.

For example, when creating a provider, the name textbox has attribute name="provider[name]", and the textbox on the in-place-edit page has the same attribute.

But this is not the case for Sync Plans.  On create it uses name="sync_plan[name]" and in-place-edit is
name="plan[name]".

just need to replace 'plan' with 'sync_plan' for all the in-place-edit fields.

Version-Release number of selected component (if applicable):
katello-0.1.63-1.git.76.3e01b6b.fc14.noarch

How reproducible:


Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Brad Buckingham 2011-08-29 17:02:31 UTC
commit: e0f19f409cd5b7598f2f754e0c8961678de69308

changed usage of plan to sync_plan within the edit UI.

Comment 2 Jeff Weiss 2011-09-22 01:40:55 UTC
Verified e0f19f409cd5b7598f2f754e0c8961678de69308

Comment 5 Mike McCune 2013-08-16 17:53:48 UTC
getting rid of 6.0.0 version since that doesn't exist