Project

General

Profile

Actions

Bug #3305

closed

style.css not found on technique screen

Added by François ARMAND about 11 years ago. Updated about 11 years ago.

Status:
Released
Priority:
4
Category:
Web - Config management
Target version:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:

Description

When trying to see a Technique detail, a CSS link is broken:

"NetworkError: 404 Not Found - http://****/rudder-web/secure/configurationManager/undefined/javascript/jstree/themes/rudder/style.css

That seems to be due to the bad initialisation of the JSTree component in TechniqueTree.scala, buildTechniqueDependencyTree tooks three parameters and have only one.

Actions #2

Updated by François ARMAND about 11 years ago

  • Status changed from In progress to Pending technical review
  • Assignee changed from François ARMAND to Nicolas CHARLES
Actions #3

Updated by François ARMAND about 11 years ago

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

Updated by Jonathan CLARKE about 11 years ago

This appears to have broken the build, see https://ci.normation.com/jenkins/job/Rudder-2.5-branch/1382/. Please amend ASAP!

Actions #6

Updated by Vincent MEMBRÉ about 11 years ago

This is breaking because in Scala 2.10.0, string interpolation does not work on multiline strings, but its fixed in 2.10.1.

Actions #7

Updated by Nicolas CHARLES about 11 years ago

Vincent MEMBRÉ wrote:

This is breaking because in Scala 2.10.0, string interpolation does not work on multiline strings, but its fixed in 2.10.1.

Isn't Rudder 2.5 in Scala 2.9 ? Hence no string interpolation ?

Actions #8

Updated by François ARMAND about 11 years ago

Yes Nicolas, I think that's it. I'm correcting it.

Actions #12

Updated by Matthieu CERDA about 11 years ago

  • Status changed from Pending release to Released

This version of Rudder (2.5.1) has been released. Please see the changelog here: https://www.rudder-project.org/foswiki/System/Documentation:ChangeLog25

Actions

Also available in: Atom PDF