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 - Inconsistency in in-place-edit html
Summary: Inconsistency in in-place-edit html
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Satellite
Classification: Red Hat
Component: WebUI
Version: 6.0.1
Hardware: Unspecified
OS: Unspecified
unspecified
low
Target Milestone: Unspecified
Assignee: Brad Buckingham
QA Contact: Katello QA List
URL:
Whiteboard:
Depends On:
Blocks: katello-blockers
TreeView+ depends on / blocked
 
Reported: 2011-08-17 20:19 UTC by Jeff Weiss
Modified: 2019-09-26 13:19 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-08-22 17:53:00 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

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


Note You need to log in before you can comment on or make changes to this bug.