Bugs fixes
The following defects have been corrected in this major ConSol CM version 6.18.1.
6.18.1.0
#625603 - Detail search ignores invalid queue and customer group combination
In the Web Client, when performing a detail search with a combination of a queue and a customer group, the queue criterion was ignored if the customer group was not assigned to the queue, resulting in cases from other queues being displayed in the search results. This problem has been solved, and the detail search now correctly respects both the queue and the customer group, returning no results for invalid combinations.
#662154 - Wrong password expiry message for basic authentication
When using basic authentication an old version of the password expired message was shown when the users had to change their passwords. This problem has been solved and the new message The validity of your password has expired. Please choose a new password. is used now.
#665035 - Unable to import license with umlauts in contract party
When attempting to import a license with umlauts in the contract party on the License page of the Web Admin Suite, an error message that the license was invalid appeared. This problem has been resolved and licenses can now contain special characters in the contract party.
#665070 - Excessive warning messages in script and template import
When importing a scene containing scripts and templates whose last modification dates were identical in the scene and on the target system, warning messages about not imported scripts and templates were displayed in the Import results although this situation does not represent a problem. This issue has been resolved, and there are no warning messages when the last modification dates are identical anymore.
#665128 - Changing from address for password reset email required a server restart
Changing the from address for outgoing emails for the password reset mechanism required a server restart to take effect. This problem has been solved and the from address for password reset emails can be changed without restarting the server now.
#665144 - Unneeded error in the log files
When a validation error, implemented in the business process, occurred in CM/Track a long error message with 400 Bad Request was written to the log files, which is incorrect because a validation error is an expected situation. This problem has been solved and validation errors occurring in CM/Track are now logged on INFO level.
#665195 - Contact update not called after anonymization in live mode
When anonymizing a contact in the Web Client while running the DWH in life mode, the contact update was not triggered, resulting in the anonymized data not being removed from the data warehouse. This problem has been solved, and information about the anonymization is now correctly sent to the DWH in live mode.
#665331 - Change to resource in script not transferred to DWH
When values of resource fields are changed in a script without explicitly calling the update() method on the resource, the change was not transferred to the data warehouse although the live mode was working. This problem has been solved and changes to resource fields are now correctly transferred to the DWH also when performed via script.
#665377 - Wrong styling of date fields
The styling of date / time fields in the edit mode in the Web Client was incorrect, resulting in inconsistent height and spacing compared to other input fields. This problem has been solved, ensuring a consistent display of date / time fields with other inputs.
#665379 - Wrong font size in case list link
The Unassigned cases link, which is shown at the bottom of the case list in the Web Client when there is a filter for own cases applied, had a too big font size. This problem has been solved and the font size is now aligned with other headings in the case list.
#665396 - Concurrent modification banner not triggered for rich text templates
When changing standard templates or managing templates groups on the Rich text templates page of the Web Admin Suite, the warning message that the data needs to be reloaded was not shown for other users working with rich text templates. This problem has been solved, and the concurrent modification banner is now correctly displayed, informing users to reload data.
#665448 - Incorrect message about rich text template availability
The message on the Availability tab of the Rich text templates page in Web Admin Suite incorrectly stated that the template was not available in any queue if an overridable context was defined, although the template was displayed after clicking the Show all button in the Web Client. This issue has been resolved by changing the message to a yellow when with the list of queues where the template can be used after clicking the Show all button.
#665455 - Headline styles not applied correctly in rich text editor
The headline styling applied when using the rich-text editor in the Web Client was incorrect so that the headlines were shown too large during editing. This problem has been solved ensuring a consistent appearance across edit and view modes.
#665478 - Incorrect case ID in autocomplete and prefill scripts
When using autocomplete scripts in CM/Track V3, and prefill scripts for activity forms in the Web Client and CM/Track V3, the case ID was 0 in the script context. This problem has been resolved, and the case ID is now correctly set in both the autocomplete scripts and prefill scripts for CM/Track V3 and the Web Client.
#665500 - Misplaced asterisk when transferring contact data
When transferring contact data in the Web Client, the asterisk indicating that it is mandatory to select a contact to which the data should be transferred was placed below the respective field instead of to its right. This problem has been solved, and the asterisk is now correctly positioned next to the selector in the Transfer data panel.
#665561 - Technical path displayed instead of localized name
In the Web Client, it could happen that the technical path was shown instead of the localized label for different workflow elements, such as overlays or workflow activities, after a server restart. This issue has been resolved and the cache for localized elements now works properly so that no technical paths are displayed for workflow elements anymore.
#665639 - Wrong display of plain text emails in CM/Track V3
The content of text/plain emails was interpreted as HTML in the case history of CM/Track V3. This problem has been solved, and plain text emails are now properly escaped, ensuring that the content is displayed as source code rather than interpreted HTML.
#665647 - Target not updated correctly after copying a resource relation
When copying a relation on the Resource relations page in the Web Admin Suite and changing its target, the new target was not saved, and the original target was retained instead. This problem has been solved, and the target is now correctly saved when a resource relation is copied and modified.
#665649 - Deactivated relations displayed
In the Web Client, deactivated resource-case relations were displayed on the resource page even when there were no existing relations. This problem has been solved, and the header of deactivated resource relations is now displayed only when relations already exist.
#665673 - Unused contact data loaded with activity forms
Unneeded contact data was loaded for activity forms in CM/Track V3 resulting in warnings about missing permissions written to the log files when the user did not have permission to the main contact's data. This issue has been resolved by ensuring that contact data is only fetched if the activity form contains contact fields.
#665689 - Cannot create webhooks in a cluster environment
Attempting to create a webhook on the Webhooks page of the Web Admin Suite in a cluster environment resulted in an error due to improper handling of script creation events across cluster nodes. This problem has been resolved and webhook creation works properly in clusters now.