Actions
Bug #12659
closedValue cannot be overridden by unpressing the "inherit" button
Description
Values that have data-explicit attribute set to false, are filtered out from the requests.
The problem here is that the attribute is not set to true, even if the user presses the button.
Look at application.js #disableButtonToggle, it uses #.data to set the value. It's the wrong method, should be changed to #.attr
Updated by Dominic Cleal almost 9 years ago
- Related to Bug #12461: Compute profiles are not applied when inherited added
Updated by Dominic Cleal almost 9 years ago
- Category set to Host creation
- Translation missing: en.field_release set to 63
Updated by The Foreman Bot almost 9 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/2951 added
Updated by Shimon Shtein almost 9 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 6f65fd179f07d7106d301dbe90108d00f5f91170.
Updated by Dominic Cleal almost 9 years ago
- Related to Bug #12834: HostIntegrationTest::create new host page "enables override of hostgroup defaults" test failures added
Actions