12 April 2013

Following issues has been fixed in this release

Core

  • Table columns having local attributes must now add a setting saying so due to some unnecessary overhead in evaluating this.

    This setting is called "Local Attribute" and is a boolean. Example below:
    <Setting name="Local Attribute" value="true"/>
    or
    <LocalAttribute>true</LocalAttribute>
    Note: Local attribute is a feature that was added into ENOVIA V6R2012.

Structure Browser

  • Using server side scripting for cell-styling generated exceptions under Java 1.6.

  • Forms having a field that maps to the "current state" caused an error.

  • Added a configuration possibility related to Excel export with image(s). E.g. you will now be able to configure how images are attached into the cells. This is controlled via an TVC init parameter with name:

    tvc.structurebrowser.export.excel.imageAnchorType
    Possible values are:
    * move_dont_resize
    * dont_move_and_resize
    * move_and_resize
    The first value is the default.