<init-param>
<param-name>tvc.structurebrowser.inCellEdit.selectAllContent</param-name>
<param-value>true</param-value>
</init-param>
07 April 2017
With this release, default category top panel will support edit in compact mode also. Edit icon will show, if at least one field is editable. Since, default category top panel form does not have any editable field and it will be non editable. This behavior can be overridden by either making a field editable or using a separate editable top panel form. Further details on configurations can be found in Admin Guide.
Top Panel Referece Document built in handler is made more configurable. It is now possible to configure Document type, policy, file format and relationship which will be used in refernce document handler. The Admin Guide contains details of the configurations.
New configuration to have content of a cell selected in edit mode.This can either be done globally via init-param or over ridden by page config parameter:
<init-param>
<param-name>tvc.structurebrowser.inCellEdit.selectAllContent</param-name>
<param-value>true</param-value>
</init-param>
<Parameter name="editSelectAllContent" value="true" />
Collaboration Panel can be used in variety of mode. ex: standalone, embedded, cross-domain. When using Helium in embedded mode, there could be double side panels. To avoid such situation and also to control which mode Collaboration Panel is enabled, host based new configurations are introduced.
New configuration 'tvc.collaboration.autocomplete.clear.client.cache' introduced to fetch autocomplete result always from server.
It is now possible to configure if help should be displayed on the dashboard.
Name | Description | Example |
---|---|---|
showHelpIcon |
Controls if the help icon should be displayed on the dashboard or not. By default, it is false. |
|
<URL action="dashboard">
...
<Param name="showHelpIcon" value="false" />
</URL>
Custom table filters support for "showRelated"
Append type specific table filters with custom filters for "showRelated"
Avoid type specific table filters when there is no custom filters for "showRelated"
Append type specific table filters with custom filters for "listAll"
Avoid type specific table filters when there is no custom filters for "listAll"