Project

General

Profile

Actions

Bug #3901

closed

Node management>Groups screen CSS is broken when opening a group

Added by Vincent MEMBRÉ over 10 years ago. Updated over 10 years ago.

Status:
Released
Priority:
1
Category:
Web - Nodes & inventories
Target version:
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

Actions #1

Updated by Vincent MEMBRÉ over 10 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
Actions #2

Updated by Vincent MEMBRÉ over 10 years ago

  • Status changed from Pending technical review to Pending release
  • % Done changed from 0 to 100
Actions #4

Updated by Nicolas PERRON over 10 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
Actions #5

Updated by Nicolas PERRON over 10 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
Actions #6

Updated by Nicolas PERRON over 10 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:

Actions

Also available in: Atom PDF