This was first caught in automated tests (https://ge.xwiki.org/scans/tests?search.names=Git%20branch&search.relativeStartTime=P90D&search.timeZoneId=Europe%2FParis&search.values=stable-16.10.x&tests.container=org.xwiki.livedata.test.ui.AllIT$NestedLiveDataIT&tests.help=tags&tests.test=livedataLivetableTableLayout%5B1%5D). A change brought in XWIKI-23413 and backported to 16.10.X did break the styles for the whole Livedata component. This change does not break the maaster and 17.4.X branches. In the change, we use a CSS variable, which is not correct for 16.10.X here and fail LESS compilation. The solutions I could identify are:
- Revert commits for
XWIKI-23413 and XWIKI-22485 on the 16.10.X branch.
- Change the CSS variable use to its LESS equivalent on the 16.10.X branch.
|