Archive
Blog - posts for Dezember 2021
Dec 20 2021
FORMCYCLE 7.0.9
Bug fixes
- Security fixes. Among others the used logging library was updated to the latest version. See here.
- Data sources used in selection elements are displayed correctly again in the element properties.
- Appointment calendars used in appointment finders are displayed correctly again in the element properties.
Checksums
Dec 15 2021
FORMCYCLE 7.0.8
Changes
- The used logging library has been updated to the latest version.
- Via application settings it can be specified whether information about the server should be transferred to the licensing system.
Bug fixes
- The default settings in the designer are saved correctly again.
- If there are multiple form elements with the same name then the JavaScript function getLabel() returns the label for each of the form elements.
Checksums
Dec 13 2021
FORMCYCLE 7.0.7
Changes
- XFC_METADATA.urls now includes request & requestBase:
- request: URL for a request to the current form with fragment and query parameter.
- requestBase: URL for a request to the current form without fragment and query parameter.
- Dates are specified with the Export as XML action with GMT time zone.
- Enhancement of plugin API for form resources.
- In Designer, a warning message appears if the web socket connection could not be established.
- Processing forms with plugin actions results in an error if the corresponding plugin has been uninstalled.
- Forms with invalid workflow are switched directly to maintenance mode after import / after update.
Bug fixes
- The logging library has been updated to the latest version to close a security hole.
- Unify the replacement of the variable [%lang%].
- The JavaScript function getLabel() returns exactly one label even for selection elements (in checkbox/radio button form).
- The error() and errorFunc() JavaScript functions can also be used to set errors for selection elements (in question form).
- System messages can be created, edited and deleted again.
- The responsive behavior of images has been improved.
- The state of form records with new workflow is taken into account during Excel/XML export.
- Commas no longer cause incorrect table structure when exporting forms to Excel.
- Formatting of text elements is applied correctly in the form.
- Automatic height adjustment of Textarea elements works even if the element is initially hidden.
- HTML response pages can be used with additional language variations.
- The HTML attribute aria-label is set correctly for fieldset and container elements.
- Performance of forms has been improved.
- Errors in evaluating the permission to create / edit forms have been fixed.
- Data sources and counters can be requested in the form via the corresponding URL also with frid as parameter.
- Fixed minor interface errors.