FintechOS Platform 21.1.4.2

July 8th, 2021

This release delivers a way to configure the OTP session expiry time, as well as fixes to a few bugs related to security and performance.

What's New

OTP Login Session Expiry Time

It is now possible to configure the OTP login session expiry time. This is done with the otpTimeout=<300> parameter in the web.config file. Find out more about Session Expiration Time.

Fixed Issues

No. Summary Module
FSD-10460 The OTP login session did not have an expiry period. Find out more about OTP Login Session Expiry Time. FintechOS Studio
N/A The wrong EntiyForm Cache was used when you ran a form action on Form Driven Flow navigation. FintechOS Studio
FSD-10535 Repeatedly clicking the Next button in a form driven flow in wizard mode while waiting for the wizard to transition to the next step interfered with the form driven flow progress.

FintechOS Studio

Known Issues

Summary Module
During the OCR process done with Computer Vision on a device with Andriod 11, the screen freezes after the photo is taken on screens smaller than 6 inches.

As a workaround, if the user scrolls on the screen so that the address bar is no longer visible, then the bug does not reproduce and they can advance to the next step.

In addition, use the following code snippet to eliminate the issue:
Copy
html, body {

    height: 100%;
}

#ebsContainer {

    height: 100%;

    overflow-y: auto;
}

.main-container {

    height: 100%;

    overflow-y: auto;
} 
FintechOS Studio and FintechOS Portal
Plugin assemblies must be copied and pasted in the PortalPluginStore\AddIns folder after import in FintechOS Studio in order to be functional. FintechOS Studio
The Save Changes prompt does not appear when the Insert button is clicked. FintechOS Studio and FintechOS Portal
Inline editing in views doesn’t work if the view columns are created with attribute aliases from the fetch. FintechOS Portal