Actions
Bug #16578
closedBug #16491: Port Rudder to Scala 2.13
Node details show properties in each pages
Status:
Released
Priority:
N/A
Assignee:
Category:
Architecture - Code maintenance
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
Reviewed
Fix check:
Checked
Regression:
Description
There is still some places where List[Node]
is infered in place of NodeSeq
, which leads to bad HTML generation (repetition of code in place of replacing in it).
I propose to add : NodeSeq
for all methods where it used to be inferred (we could only add it in places where List[Node]
is inferred, but it seems to be a bit fragile, as we don't know what will be inferred if we change bits).
Updated by François ARMAND almost 5 years ago
- Status changed from New to In progress
Updated by François ARMAND almost 5 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from François ARMAND to Vincent MEMBRÉ
- Pull Request set to https://github.com/Normation/rudder/pull/2726
Updated by François ARMAND almost 5 years ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder|8a1ebf89898eeef92393f92dbd5717c5bf95be13.
Updated by François ARMAND almost 5 years ago
- Fix check changed from To do to Checked
Updated by Alexis Mousset over 4 years ago
- Name check changed from To do to Reviewed
Updated by Vincent MEMBRÉ over 4 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 6.0.3 which was released today.
Actions