Fixed issues in 14.0.2 Web/App/DB server
The following Web/App/Db server issues are fixed in Content Manager 14.0.2 compared to 14.0.1.
- If you implemented a custom field for your objects and if you were trying to set that field to a value provided in the translation job during the translation management process, Content Manager would try to set that field value for all objects in your job, even for objects that didn't have that field. This was fixed by only setting a value on objects that actually have the custom field. [CRQ-17942]
- When comparing two versions of a Publication, you might see the error
The plug-in "IshPublishCompare" returned the following error: "An item with the same key has already been added."This could happen if the Publication contained one or more images whose set of resolutions differed between versions (for example, if version 1 of your Publication contained version 18 of an image with two resolutions, Low and High, while version 2 of your Publication contained version 19 of the same image, but now with two resolutions, Low and Master). Specifically, this would happen if the output format had Resolutions set to, say, Master, Low and Resolutions to export set to First Matching Resolutions Only. This issue was resolved. [CRQ-17574] - If you created a taxonomy field with an annotated label containing an ampersand (&) character, opening a dialog that should show that annotated label would instead fail, with the logs showing the following error message:
Trisoft.InfoShare.BorderControl.ErrorLoadingXMLException: Error loading the XML for the object "xmlFieldTags" : ' ' is an unexpected token. The expected token is ';' .This issue was resolved. [CRQ-17415]