Migration notes 4.1.0

This page explains the changes required to migrate to the stated version of the Sign-Off Module.

Migrate to 4.1.0

Upgrading from version 4.0.0 - see Sign-Off Module 4.1.0 Release Notes.

The Sign-Off Module is using ActivePivot 5.10.6, ActiveUI 5.0.7, and the signoff-ext module 1.5.0.

For new features and fixes included in these releases, please see:

Headline announcement

  • Upgrade to signoff-ext module 1.5.0: A “main” flag is now available to set an input field as a main field in supported adjustments. This flag is used by the UI to render the input field in the correct place in the adjustments window. To use this additional flag the signoff-ext version has been upgraded from 1.4.0 to 1.5.0 in the main pom file.

To use Sign-Off 4.1.0 with the application server, the following dependency must be put in the application server pom file:

<dependency>
    <groupId>com.activeviam.tools</groupId>
    <artifactId>signoff-ext</artifactId>
    <version>1.5.0</version>
</dependency>

Configuration files

Modified

SignOffSettings.ts
Modification Property Description
Added areWorkflowButtonsHidden Boolean value to hide irrelevant buttons in the toolbox instead of disabling them

Databases

No changes

Datastores

No changes

Cube schema

No changes

Measures

No changes

Other changes

None