edoc automate Release Notes

edoc automate Build 25.4.1

With this release, we have implemented several improvements for edoc automate. These include maintaining an active session and new configuration options for the DateTimeInput component as well as displaying the status of PHP FPM processes in the administration.

We have also fixed a few bugs.

New functions and enhancements

ID 15396: Maintain active session and display message if the session has nevertheless expired

The active session is kept active and a message is displayed if the session has expired.


ID 13396: Set destination element of the "SetClass" action in components

You can now use the data-setclass attribute on the DOM element with the ID of the component to define a callback that is executed when the default\SetClass action is used for the component.


ID 5797: PHP-Stubs: Deliver autocomplete files

You can now load current PHP stubs for the edoc automate plug-in API for integration into your own IDE via WebDAV in the automate stubs folder.


ID 14771: Create new configuration options for the "DateTimeInput" component

You can now also specify the week number (calendar week) and earliest and latest date in the DateTimeInput component so that no dates before the earliest or after the latest date can be selected.


ID 15386: Show status of PHP FPM processes in the administration

You can now display the status of PHP FPM in the edoc automate administration.

Bug fixes and improvements

High ID 16007: The task history no longer shows that tasks have been executed

The task history shows again that a task has been executed.


Normal ID 15505: Invalid action in "Auth" parameter for web service authentication

Actions in "Auth" parameters are now displayed correctly.


Normal ID 15960: Dialog box for editing routes is very narrow

The dialog for editing a route of a web service endpoint, the route of a view for actions, and the main route of a view as well as the edit route dialog have been adapted so that, for example, the route is now completely displayed.


Normal ID 15274: "route\GetUrl" does not work with optional parts

Routes with optional parameters are now returned correctly by the route\GetURL action.