Bug #3305
closedstyle.css not found on technique screen
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.
Updated by François ARMAND over 11 years ago
Updated by François ARMAND over 11 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from François ARMAND to Nicolas CHARLES
Updated by François ARMAND over 11 years ago
- Status changed from Pending technical review to Pending release
- % Done changed from 0 to 100
Applied in changeset 02084173fe3eed1276830e5f75b5978765e0e206.
Updated by Nicolas CHARLES over 11 years ago
Applied in changeset b2d49ae0b0dc8b6840ec1dcb38002f7e7810b591.
Updated by Jonathan CLARKE over 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!
Updated by Vincent MEMBRÉ over 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.
Updated by Nicolas CHARLES over 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 ?
Updated by François ARMAND over 11 years ago
Yes Nicolas, I think that's it. I'm correcting it.
Updated by François ARMAND over 11 years ago
Applied in changeset 91dc65e4e0bb5710635a19d66b8063a6e845ec41.
Updated by François ARMAND over 11 years ago
Applied in changeset 73abdb78fcb6e3b55a989ddaef6b518f70a4c10d.
Updated by François ARMAND over 11 years ago
Applied in changeset 73abdb78fcb6e3b55a989ddaef6b518f70a4c10d.
Updated by Matthieu CERDA over 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