Skip to content

SEAL Operator 1.2.0


New Features

  • MongoDB and Ghostscript have been updated to the newest versions.

  • Consul has been updated to the version 1.7.4. With this update, the user interface has changed a lot. For example, in the value input dialog, the data is checked for a structure by default and, therefore, you will get error messages in most cases when entering data. In order to avoid these, deactivate the Code switch at the top right.

  • Node.js has been updated to the version 12.19.0.

  • The user interface has been updated to Angular 10.

  • Internet Explorer 11 is no longer supported.

  • Another user can be specified when creating document, panels etc.

  • To connect more than one OIDC identity provider, the ID_PROVIDER_NAME key may contain more than one items.

  • Via the CLOSE_PANEL_AFTER_START_TASK key, the panel is closed automatically after sending the job. If not all jobs of a panel are sent, the panel will remain open.

  • Different parts of the user interface can be hidden by setting the correspondent keys. For a listing of the keys, refer to Customize the User Interface

  • For the housekeeping of the tasks, different keys are available depending on the status, for example, TASK_TTL_COMPLETED or TASK_TTL_processing.

  • In the installation for Linux, /opt/seal/etc/node-p4rest.env is already specified in the service so that will not be overwritten when updating. In this file, the environment variables for the node-p4rest service have to be specified.

  • Via the TASK_CREATE_WITH_USER_DEFAULT key, tasks are created with the user defaults as metadata.

  • Via the FEAT_TASK_STATUS key, the task status may be set via a REST call by third party applications.

  • Via the CHECK_DOC_NAMES key, you can specify if entries with the same name are allowed in My Documents.

  • Via the CREATE_PREVIEW key, you can specify if previews are created for the documents in My Documents.


Bug-Fixes

  • AVAILABLE_LANGUAGES is evaluated correctly now.

  • Drag&drag works fine with files whose names start with a +.

  • If an error occurs when starting a service, "command failed" is output together with the error message.

  • The crop parameters are no longer marked as missing mandatory parameter.

  • When converting multiple single files using the DPF4Convert panel, only the result of the first conversion was copied into the result of the task. This bug has been fixed.


Back to top