Fixed Issues in 12.0.1 Client Tools
The following Client Tools issues are fixed in Content Manager 12.0.1 compared to 12.0.0.
Client Tools and XML
- The 'New...' dialog initially shows an editor template selection screen where the horizontal tabs are matching the folder of your content type you created in the special EditorTemplates folder. The current tab size is hardcoded to around 90 pixels which in turn means you'll only see around 13 characters of your folder name. Now current hardcoded value 90 can dynamically become around 420; still leaving room for left/right arrows to appear. So in practice the folder name will still be cut off, but the tab can be almost as big as the dialog allows it to be. [TS-11348|TS-11347|SRQ-5037]
- Xml Editors initial load and refresh action for images and conref libraries has been tuned to use less web service calls (like superfluous
DocumentObj25.GetDataObjectInfoByIshLngRefs) to get to the same information. [TS-11326|TS-11315|TS-11316|TS-11327|TS-8879] - Using the
F2keyboard short cut to rename a folder in a Browse Repository window would not respect theDELbutton. In stead of removing folder name characters it would ask to delete the whole folder with a message like The folder '<folder-name>' will be deleted permanently, including all its objects and subfolders. [TS-9095|TS-11466|SRQ-4187]
Publication Manager
- If you close Publication Manager when it was not maximized to full screen, the next session would load the program around 200 pixels down. A first click however would move the window to the originally saved location. [TS-10564]
- In Publication Manager, when a map is checked out, the delete of a
<topicref>is always recursive. There was no delete warning message that you are deleting nested<topicref>s as well. Upon delete an improved message reading The selected object contains # topics that will also be deleted from the publication. is shown. [TS-11464|TS-10918|SRQ-4580] - Publication Manager is now able to show comments created before the topics were published to the Review & Collaboration site. This issue had a major impact on aggregated comment server situations. [TS-11104|SRQ-4234].
- The publication version numbers are now listed in the right order in the Differences with version drop-down list in Publication Manager. That parameter is located in the properties dialog for PDF outputs in the
Outputtab. [TS-11245|TS-11246|SRQ-4934] - The modal dialog appearing at each refresh in Publication Manager, stating
The object 'FTITLE' has been changed by another application, and the new content has been loaded, now appear only once every Publication Manager session [TS-11441|SRQ-3032].
Content Importer
- Content Importer no longer translates trailing spaces into an invalid
@ishconditioncondition value. For exampleotherprops="A B "will now convert toishcondition="otherprops in (A,B)"instead ofishcondition="otherprops in (A,B,)"with a superfluous comma and null value. [TS-11176|TS-11248|SRQ-4845]