Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Table of Contents

...

Initial release

Released 2021-12-17.

Important changes

Changes to web theme layouts

Previous “Privacy policy” and “Terms and conditions” functionality has been removed and replaced with “User agreements”. This may cause the need to update Web Themes which have custom New user registration Details form layouts. If the layout has not been customised, no changes are necessary.

...

Code Block
<!-- If built-in privacy+terms system is disabled, these fields are hidden automatically. -->
<vaadin-check-box _id="acceptTermsField" />
<vaadin-button _id="privacyButton" style-name="link zero-padding" />
<vaadin-button _id="termsButton" style-name="link zero-padding" />
<vaadin-label _id="acceptTermsErrorLabel" style-name="failure" width-full visible="false" />

Initialise user activity fields

After installing the update and signing in to Management portal, you will see an upgrade dialog. It will show a new upgrade step: initialising the last-activity field for each User. Run this step and mark the step as performed.

Bug

ONEP-2475 Migrating a User between namespaces no longer creates duplicate deletion log entries

Improvement

ONEP-2502 Wallet transaction type no longer converted to uppercase

...

ONEP-2437 Improved performance of sorting users by creation time

New Feature

ONEP-2488 Inactive users can be deleted automatically

...

ONEP-2427 Added user agreement (privacy policy etc) customisation

Customer module changes

ONEP-2492 Added validityLengthSeconds to customer specific end points

...