Skip to content

v7.2.3

Choose a tag to compare

@github-actions github-actions released this 07 Nov 15:19
· 5085 commits to master since this release

v7.2.3

  • Change the tables on the following screens to initially fill the available space: Server Tasks, App Permissions, Dependencies, Pipeline Structure properties, Properties, Jobs.

  • Issue #3892 : Add a toggle button to enable/disable line wrapping in Server Tasks Name and Info cells.

  • Issue #3893 : Change Query Helper and editor code completion to insert $field with spaces} rather than "field with spaces" for field names with spaces.

  • Fix Hard coded XSLT editor snippets.

  • Add editor snippets for StroomQL. ids => eval StreamId = first(StreamId) eval EventId = first(EventId), evt => eval EventId = first(EventId) and str => eval StreamId = first(StreamId).

  • Add XSLT completion snippets for stroom identity skeletons.