Actions
Bug #1020
closededit multiple and then change group does not enable the OK button
Description
1) select some hosts
2) edit multiple
3) change group
4) select a group
OK button is not activated.
I think that this does work sometimes but mostly it does not
This was seen on develop @ fixes #1010
Updated by Paul Kelly over 13 years ago
- Status changed from New to Ready For Testing
- Assignee changed from Ohad Levy to Paul Kelly
This appears to be caused by the edit_multiple dialog being re-rendered each time that it is opened. The correct solution is to render it once and reuse it but this fix just ensures that the button that is enabled/disabled is the one that is associated with the dialog that is currently visible.
Updated by Paul Kelly over 13 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset f3f39194f349c6575c87efe0c0cb989b4818b2a6.
Actions