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.