Skip to main content

Bugs fixes

The following defects have been corrected in this major ConSol CM version 6.17.0.

6.17.0.0

#653519 - Details panel not opened after creating an entity

After creating a new user, activity form, label, system property, email configuration or cube in the Web Admin Suite, the details panel was not opened directly and the user had to select the entity in the table to see its details. This problem has been solved and the details panel is now opened directly after creation.

#657427 - Validation message without field key not shown in activity form

Validation messages which do not contain a field key because they were created with the method workflowApi.addValidationError("My error message") were not shown in activity forms in CM/Track. This problem has been solved and all validation messages are correctly displayed in CM/Track now.

#657506 - Not possible to edit resource on system without contact model

It was not possible to update fields of a resource in the Web Client if the ConSol CM configuration did not include a contact model. This problem has been solved and resources now work correctly on systems without contacts.

#658057 - Sessions not closed after password change

When changing the password in one of the ConSol CM clients, existing sessions were not closed. They remained open until the user logged out or a timeout occurred. This problem has been solved and all open sessions except for the current one are now closed when changing the password.

#658585 - Missing labels in Contact input plugin

The labels for the Contact state field in the ETL plugin Contact input were missing. Their technical keys were displayed instead. This problem has been solved and all labels are now shown correctly.

#658966 - Stacktrace when trying to import an email with a too large attachment

When ConSol CM tried to import an email from the file system, which had an attachment which exceeded the size defined in the system property attachment.max.size from the module cmas-core-server, an exception with stacktrace was written to the log files, although the system behaved correctly. This problem has been solved and now there is a simple warning that the email could not be imported and the sender has not been notified.

#659120 - Errors due to unused database column

The methods related to the unused database column search_path in the table cmas_cf_field could cause errors due to long values for fields of the type struct. The affected methods have been removed because they are not used.

#659331 - Index changes receiver stops working in a cluster

The index changes receiver service, which is needed to update the index, stopped working on a slave node in a cluster if the node was disconnected from the master node for a longer time and recovered afterwards. This problem has been solved and the index changes receiver now restarts correctly after the slave node recovered.

#660802 - MLA selector not closed when canceling activity form

When clicking the Cancel button of an activity form in the Web Client while the MLA selector was open, the activity form was closed but the MLA selector remained opened and could not be closed. This problem has been solved and the whole activity form is closed now when clicking the Cancel button.

6.17.0.1

#661057 - ETL page not shown

The ETL page was not shown in the Staging menu of the Web Admin Suite. This problem has been solved and the ETL page is correctly displayed now.