Documentation Center

Fixed issues in 15.1.0 Web/App/DB server

A number of Web/App/DB server issues were fixed in Content Manager 15.1.0.

  • Previously, the following warning was logged under certain situations a BackgroundTask parent process was asked to stop (either console CTRL-C or service panel):
    Trisoft.InfoShare.BackgroundTask.Entities.NewProcessTaskHost.SendForceShutdown 
    Calling ServiceMustClose resulted in exception System.IO.IOException: No process is on the other end of the pipe.
    The error no longer occurs.
  • Content (such as translation reports or workflow reports) that was exported as CSV would not be opened in Microsoft Excel with the data properly organized into columns. because of Excel making incorrect assumptions about which separator was used. The exported CSV now has an instruction at the top of the file that makes it possible to open the file properly in Excel without manual actions. [CRQ-37669]
  • When using a coderef element, the ref attribute may contain advanced URIs with bookmarks like line-range, line and token, During publishing, such bookmarks could not be validated, resulting in a publication publish output status of Draft rather than Release Candidate. This issue is resolved. [CRQ-37583]
  • The method context.IsFieldValueChanged() would incorrectly return true if a string field had no original value and was given either no value, or the empty string as a value. [CRQ-36397]
  • If an object in a translation report was selected twice, this could cause a Content Manager expert to fail. This issue was resolved. [CRQ-38298]