Archive
Blog - Release Note - posts for September 2021
Sep 16 2021
FORMCYCLE 7.0.3
Changes
- Performance optimization for database updates.
- The content type of the requests of the HTTP-Request action of the new workflow is application/x-www-form-urlencoded if no files are transferred. The content type is multipart/form-data when files are transferred or when the "Always use multipart request" option is enabled.
Bug fixes
- Forms from version 5 can be opened again without errors in the form designer.
- If URLs are removed from the Look & Feel settings, an error no longer occurs on the login page.
- JavaScript change events update the dependencies of question select elements. e.g. by $("[data-name=sel1]").trigger("change").
- The JavaScript function setDataType() is applied correctly.
- Fixed an error that could occur when updating a form version.
- Performance issues with nested conditions have been fixed.
- The POST-Request action of the old workflow works again as in version 6, i.e. the content type of the request is always multipart/form-data, unless "Do not transfer files (no multipart request)" is active. Then the Content-Type is application/x-www-form-urlencoded.
- Fix minor UI errors.
Sep 02 2021
FORMCYCLE 7.0.2
Changes
- Unified result for incorrect Counter queries via the counter servlet.
- Form variables can also be selected with the "data-name" attribute, e.g.: $("[data-name='variableName']")
- From the Modify Counter action, a new Counter can be created directly.
Bug fixes
- Appointments of form records with the old workflow are displayed again in the calendar view of the inbox.
- Fixed a bug that prevented the update to version 7 on certain systems.
- The form overview can be opened again without error on all systems.
- The form export as WORD document (.docx) with very large textareas does not cause an error anymore.
- The profile export of forms with invalid preview images no longer leads to an error.
- Users who log in to a form via Kerberos can access the form again even if no corresponding LDAP Users or LDAP groups have been configured.
- Form submissions with new workflow now show up in the statistic.
- Form log in attempts (system log ins) with invalid credentials increase the invalid log in counter by 1 again, not 2.
- Workflow events are only executed if they are available.
- Calling restricted forms from a frontend server no longer causes errors.
- Invalid CSS no longer results in an error in the form designer.
- If repeated form elements are dragged into a repeated container or fieldset, then the repetition of the inner element is disabled.
- Minor errors in the english translation have been fixed.
- Minor UI errors have been fixed.