Ometa Framework Release v5.7.0
Version 5.7.0 of the Ometa Framework has been released with the following new features.
What's New
ADM
Batch Input on Item Functions
On Item Functions of target View you have the possibility to configure Batch Input Mode.
When Batch Input Mode is on, you can set additional context for the selected rows. For example, in the example below, the score entered in the form is applied to all three selected items.
When Batch Input Mode is off, you will see the “classic” lockable form, allowing the end user to modify each record by navigating through them. End users can click the “lock” icon in front of each control to set the item for all selected items.
Interfaces
OData / REST: Opaque Tokens.
Services that authenticate using opaque tokens (or reference tokens) are supported. When the OData or REST interface encounters an access token without expiration date, it will send out a request to the /introspect
endpoint with the current access token. The introspection url is formed from the OAuth url
set in the profile. For example: https://service.com/oauth/token becomes https://service.com/oauth2/introspect.
If successful, the Ometa Framework will cache the access token until it is expired and reuse it when possible.