Skip to main content

Better EHR Studio 2.2 Release Notes

2.2.2 (2020-09-11)

compatible with form renderer version 2.5.2

Bug fixes

Form Builder

  • Fixed a bug where using "is valid" for pages on form in dependency didn't work properly in playground (TOOLS-1951)

AQL Builder

  • Fixed showing compact and detailed results when using SQUASH in query of specific values from coded text fields (TOOLS-1939)

2.2.1 (2020-09-09)

compatible with form renderer version 2.5.1

Bug fixes

Form Builder

  • Fixed a bug where comparing values to fields in dependencies didn't work properly (TOOLS-1941)
  • Fixed a bug where replacing a fieldset on some forms caused a console error and didn't resolve all fields for replacement (TOOLS-1937)

AQL Builder

  • Fixed a bug where aql selection wasn't resolved properly (TOOLS-1940)
  • Fixed a bug where cmd/ctrl + ENTER didn't correctly execute the JS view (TOOLS-1938)

2.2.0 (2020-09-07)

compatible with form renderer version 2.5.0

Features

Form Builder

  • Added new generic fields "Column list" and "Stacked list" (TOOLS-1802)

  • Added mobile and tablet views to preview (TOOLS-1779)

  • Improved the functionality of fields in APIs to be able to use expression assistant (TOOLS-1861)

  • Users can now change the field in the "then" clause of the dependency (TOOLS-1845)

  • Added new static variables "formName" and "formVersion" (TOOLS-1887)

    formname_formversion

  • Added "refresh data" function in dependencies for fields that use datasource (TOOLS-1901)

  • Added ability to set label with dependencies

  • Added option to add predefined variable uploadUrl (TOOLS-1910)

AQL Builder

  • Added support for other languages (TOOLS-1778)

Bug fixes

Form Builder

  • Fixed a bug where fields with upload via API still had warning icon that no upload url is provided (TOOLS-1805)
  • Removed "call" from dependencies if you have no api to call (TOOLS-1831)
  • Fixed alignment of "required field" warning for validation (TOOLS-1838)
  • Fixed a bug where tooltips didn't change language when provided with new language in context (TOOLS-1839)
  • Fixed a error that occurred if you tried to undo a template path change of a generic field (TOOLS-1844)
  • Fixed widget width not showing correctly when changing the width in editor mode (TOOLS-1864)
  • Removed properties from property panel for widgets that don't use them (TOOLS-1865)
  • Fixed issue where you couldn't add selection values to coded text fields from template that were empty (TOOLS-1869)
  • Fixed a bug where moving from preview to editor if you opened form on preview from a pasted link, didn't work properly (TOOLS-1871)
  • Fixed issue where up and down arrows on container didn't work properly for moving container between fields on editor (TOOLS-1877)
  • Fixed the design of the check-mark not being shown for booleans (TOOLS-1879)
  • Fixed drawing on canvas not working properly on iPads (TOOLS-1881)
  • Fixed a bug where image canvas wasn't saved properly in form composition when saving the form (TOOLS-1884)
  • Prevented user from entering illegal characters in comments (TOOLS-1886)
  • Fixed an error on templates that used rm type "PARTY_RELATED" (TOOLS-1888)
  • Fixed a bug where variables and fields were not resolved when used in API (TOOLS-1893)
  • The window will now scroll up on preview when moving to next or previous page (TOOLS-1897)
  • Fixed a problem with partial date validation not validating correctly when day or day and month was hidden (TOOLS-1899)
  • Fixed territory code always being saved according to language and added the ability for territory to be provided (TOOLS-1902)
  • Fixed a bug where "undo" would switch annotation names and values (TOOLS-1903)
  • Fixed a issue where dependencies didn't execute on fields in hidden containers (TOOLS-1905)
  • Fixed a bug where individual selection values from DV_TEXT fields couldn't be hidden anymore (TOOLS-1914)
  • Fixed a bug where copied dependencies with the same label from different coded texts didnt work (TOOLS-1878)
  • Fixed a bug where "other" values vere not visible when entering them in generic coded text (TOOLS-1906)
  • Added latest @better/styles to dependencies so all the latest icons now work (TOOLS-1916)
  • Fixed a bug where you couldn't set ordinal value to 0 (TOOLS-1932)
  • Fixed a bug where moving through search results in template tree could cause the top to hide (TOOLS-1926)

AQL Builder

  • Fixed a bug where query recognized a parameter where it wasn't in some specific cases (TOOLS-1880)
  • Fixed a bug where whole aql column name wasn't visible in some casaes (TOOLS-1889)