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 Shimon Shtein over 9 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 6f65fd179f07d7106d301dbe90108d00f5f91170.
Actions