Bug #2545
closedEC2 instance does not show EC2 related options in Edit page.
Description
EC2 type of instance, while edited, under Operating System tab provides Media, Partition Table, Custom Disk Layout and Root Password instead of just an Architecture, Operating system and Image.
This causes problem with saving edited instance. Foreman says that Image is not selected and won't save the instance. Selecting any Partition Table from the list allows instance to be saved.
Updated by Joseph Magen over 11 years ago
- Status changed from New to Assigned
- Assignee set to Joseph Magen
Updated by Ohad Levy over 11 years ago
Any chance you can try to reproduce this with 1.2 RC2? I think we've fixed it already.
Updated by Kamil Winczek over 11 years ago
Issue still occurs with 2e1e6f713d49ef6f5274d798f8882faa2579f680 and https://github.com/witlessbird/foreman/commit/262baf0.patch applied on top of it.
Updated by Joseph Magen over 11 years ago
Kamil, it looks like your patch was already included in. I assume this issue can be closed. Please confirm.
commit b08d7e45fbdea5f80fad5254e70d8b2004c05e36
Author: Dmitri Dolguikh <dmitri@appliedlogic.ca>
Date: Fri May 31 10:32:55 2013 +0100
fixes #2588 - fixed regression introduced earlier: localization works for non-AR classes too now
app/helpers/layout_helper.rb
commit 2e1e6f713d49ef6f5274d798f8882faa2579f680
Author: Dmitri Dolguikh <dmitri@appliedlogic.ca>
Date: Thu May 30 14:48:25 2013 +0100
fixes #2588 - table name used for localization is being determined correctly now for sti classes.
app/helpers/layout_helper.rb
Updated by Joseph Magen over 11 years ago
I misunderstood. I think you wrote that it still doesn't work after applying the patch. I originally thought that you were sending the .patch as a soluion.
Updated by Ohad Levy over 11 years ago
- Category set to Web Interface
- Assignee changed from Joseph Magen to Ohad Levy
Updated by Ohad Levy over 11 years ago
- Status changed from Assigned to Ready For Testing
Updated by Ohad Levy over 11 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 7164f367646dcd30b53f53d0865788ce15c3666d.
Updated by Dominic Cleal over 11 years ago
Kamil Winczek wrote:
Working now. Thank you.
Thanks for confirming!