Actions
Bug #3901
closedNode management>Groups screen CSS is broken when opening a group
Status:
Released
Priority:
1 (highest)
Assignee:
Category:
Web - Nodes & inventories
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
Since #3842, the display of group page is broken.
This is due to bad merge made when backporting this bug from 2.4 to 2.6 in NodeGroupForm.scala (line 133)
- JsRaw("""$('#%1$s').button() ; $('#%1$s').button("option", "disabled", %2$s);""".format(saveButtonId, searchStatus)) + JsRaw("""$('#%s').button("option", "disabled", %s);""".format(saveButtonId, searchStatus))
The first button function call is needed in 2.6, and was wrongly removed.
The page is fully functionnal (all buttons are working, the group tree still works), but the display is very ugly => group tree, node display table are not correctly displayed,
Going back to the previous line fixes everything
Updated by Vincent MEMBRÉ about 11 years ago
- Status changed from New to Pending technical review
- Assignee changed from Vincent MEMBRÉ to Nicolas CHARLES
- Pull Request set to https://github.com/Normation/rudder/pull/311
Pull request here : https://github.com/Normation/rudder/pull/311
Updated by Vincent MEMBRÉ about 11 years ago
- Status changed from Pending technical review to Pending release
- % Done changed from 0 to 100
Applied in changeset 541348bd5eb67c4e84337479daf135c8e4db1844.
Updated by Nicolas CHARLES about 11 years ago
Applied in changeset 5051d35b59afedecfe13992bd8f1b177033479e7.
Updated by Nicolas PERRON about 11 years ago
- Subject changed from NodeGroup page totaly messed up when opening a group to Node management>Groups screen is totaly messed up when opening a group
Updated by Nicolas PERRON about 11 years ago
- Subject changed from Node management>Groups screen is totaly messed up when opening a group to Node management>Groups screen CSS is broken when opening a group
Updated by Nicolas PERRON about 11 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 2.6.5, which was released today.
Check out:
- The release announcement: http://www.rudder-project.org/pipermail/rudder-announce/2013-September/000048.html
- The full ChangeLog: http://www.rudder-project.org/foswiki/bin/view/System/Documentation:ChangeLog26
- Download information: http://www.rudder-project.org/foswiki/Download/
Actions