Bug #16072
Compute Profile sub panel shows parent Compute Resource panel after save.
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1364608
Description of problem:
When editing a compute profile, after saving the form, the profile is selected in the right hand pane and the sub pane actually shows the parent Compute Resource data.
Version-Release number of selected component (if applicable):
6.2.0
How reproducible:
Always
Steps to Reproduce:
1. Login, select and existing compute resource
2. Select the Compute Profiles tab.
3. Edit the Compute Profile and Select Save
Actual results:
See Attachment.
Screenshot from 2016-08-05 18-48-48.png
Expected results:
See Attachment.
Screenshot from 2016-08-05 18-56-48.png
Additional info:
Associated revisions
History
#1
Updated by Ondřej Pražák almost 6 years ago
- Subject changed from Compute Profile sub panel shows parent Compute Resource panel after save. to Compute Profile sub panel shows parent Compute Resource panel after save.
- Category changed from VM management to Compute resources
- Target version set to 115
#2
Updated by Dominic Cleal almost 6 years ago
Is this not fixed by #14482 in 1.11.1?
#3
Updated by Ondřej Pražák almost 6 years ago
- File actual_result.png actual_result.png added
- File expected_result.png expected_result.png added
#4
Updated by Ondřej Pražák almost 6 years ago
Dominic Cleal wrote:
Is this not fixed by #14482 in 1.11.1?
I just reproduced this with 1.13-develop:
1) go to compute resources
2) select an existing compute resource and click compute profiles tab
3) select profile with unspecified vm attributes
4) make changes and submit
Also note that profile with unspecified vm attrs opens for editing in twopane, but when profile has vm attrs it gets redirected to edit page.
#5
Updated by Marek Hulán almost 6 years ago
- Target version changed from 115 to 1.6.0
#6
Updated by Tomáš Strachota almost 6 years ago
- Status changed from New to Assigned
- Assignee set to Tomáš Strachota
#7
Updated by The Foreman Bot over 5 years ago
- Status changed from Assigned to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/3775 added
#8
Updated by Marek Hulán over 5 years ago
- Target version changed from 1.6.0 to 1.5.3
#9
Updated by Marek Hulán over 5 years ago
- Legacy Backlogs Release (now unused) set to 189
#10
Updated by Anonymous over 5 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset d5ff4a673446f65d188bcaeb71764d739213db7e.
Fixes #16072 - Fixes compute profile two pane
Fixes compute profile two-pane behaviour in compute resource detail
page and adds support for using id '#two_pane_content' for element
that should be replaced after closing the right pane. '#content' is
still used by default.