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).
Actions