Skip to content

v1.7.9

Choose a tag to compare

@AleksandrRogov AleksandrRogov released this 15 May 21:05

Fixes:

  • Fixed an issue with function parameters of type "guid" #149 .

Heads up!

  • I changed the way the guids are validated. Before you could have typed in something like savedQuery = 'my wonderful guid=fb15ee32-524d-41be-b6a0-7d0f28055d52' and it would normally extract it, now the value must be an exact guid savedQuery = 'fb15ee32-524d-41be-b6a0-7d0f28055d52' or savedQuery = '{fb15ee32-524d-41be-b6a0-7d0f28055d52}'. Otherwise it would throw an error: <function name> requires the <param name> parameter to be of type GUID String.

Please let me know if this causes any issues.