Release Notes / Version 10.2107
Table Of ContentsUpdate to Jangaroo 4.1.4
The
jangaroo-tools
version has been updated to 4.1.4.
This update includes compiler bug fixes and conversion tool improvement for the upcoming CMCC 11 release.
One bug fix that may concern you,
JOO-160
, is that unlike Jangaroo 4.0 (up to Blueprint 2104.x), the MXML attribute
exml:mode
was allowed to explicitly state the default value
"replace"
. This lead to a runtime error when compiling with Jangaroo 4.1 and is now fixed in 4.1.4.
You can even use the updated compiler without fully updating your Blueprint workspace, just by changing the property
jangaroo.version
in all
pom.xml
files to 4.1.4, or by running the build process with the additional parameter
-Djangaroo.version=4.1.4
.
(CMS-19880)
FolderChooserListViewBase#getAvailablePathsExpression is now null robust
FolderChooserListViewBase#getAvailablePathsExpression
threw a TypeError because of an unallowed
null
access when no preferred site was selected. This occurred while importing an item from the content hub.
(CMS-19707)
Controlroom: Start translation workflow button in toolbar hidden when unusable
A bug has been fixed which shows the button to start a translation even if it is not possible to start a translation. Now the button is hidden in the case a translation can't be started.
(CMS-16881)