Skip to content

v6.0-beta.19

Choose a tag to compare

@jc064522 jc064522 released this 11 Dec 17:05
* Issue **#1012** : Fix for NPE caused when checking if an output is superseded.

* Issue **#1011** : Old UI versions running in browsers often cause Stroom to throw an NPE as it can't find the appropriate GWT serialisation policy. Stroom will no longer throw an NPE but will report an `IncompatibleRemoteServiceException` instead. This is the default GWT behaviour.

* Issue **#1007** : Max visualisation results are now limited by default to the maximum number of results defined for the first level of the parent table. This can be further limited by settings in the visualisation.

* Issue **#1004** : Table cells now support multiple links.

* Issue **#1001** : Changed link types to `tab`, `dialog`, `dashboard`, `browser`.

* Issue **#1001** : Added dashboard link option to link to a dashboard from within a vis, e.g. `stroomLink(d.name, 'type=Dashboard&uuid=<TARGET_DASHBOARD_UUID>&params=userId%3D' + d.name, 'DASHBOARD')`.

* Issue **#1001** : Added dashboard link option to link to a dashboard using the `DASHBOARD` target name, e.g. `link(${UserId}, concat('type=Dashboard&uuid=<TARGET_DASHBOARD_UUID>', ${UserId}), '', 'DASHBOARD')`.

* Issue **#1002** : Popup dialogs shown when clicking dashboard hyperlinks are now resizable.

* Issue **#993** : Moving documents in the explorer no longer affects items that are being edited as they are not updated in the process.

* Issue **#996** : Updated functions in dashboard function picker.