Actions
Bug #2361
closedpassword field renders nil on compute resource edit
Description
need to add :value to each compute resource subform
Ex.
<%= password_f f, :password, :label => "Password", :value => f.object.password %>
Updated by Ohad Levy over 11 years ago
must we add value? I would expect that if its empty, then we dont change the value in the db?
Updated by Joseph Magen over 11 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Applied in changeset 1eaac1c664cccfa483b2fd43560ddf0c1d0c536e.
Updated by Dominic Cleal over 11 years ago
- Category set to VM management
- Status changed from Closed to Ready For Testing
- Target version set to 1.2.0
- % Done changed from 100 to 50
Followup to fix test connection: https://github.com/theforeman/foreman/pull/566
Updated by Amos Benari over 11 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 50 to 100
Applied in changeset ddb54f0b3ae28151e9652f9cbbd2d6601851d16d.
Actions