Hello,
Today we release a tiny update on RootDB fixing some issues and updating all dependencies.
Main issues fixed
Metric view, accordion title was truncated
We now display more characters before truncating the accordion title. Check the second accordion title below for example.
Before :
After:
frontend#10 - missing report parameter when report is embedded
This issued occurred only if :
- you have a report which is embedded in an external website with some parameters ;
- and one of these parameters is hidden when the report is displayed in the external website ;
- and you open the parameters popup to change some parameters values ;
- then this hidden parameter was missing in the POST data query made to the API..
This is now fixed.
That's all for this release.