Actions
Defect #1922
closedRegistration manager has bad class name
Start date:
11/05/2019
Due date:
% Done:
100%
Estimated time:
Affected versions:
Owner:
Description
After upgrade to newer version of registration module we founded issue with new RegistrationManager.
RegistrationManager has correct file name but class name is FormDefinitionManager even getEntityType and getCollectionType has bad values.
RegistrationManager cant be imported from another module. As workaround can be used
import { FormDefinitionManager as RegistrationManager } from 'czechidm-reg/src/redux/data/RegistrationManager';
Affected version 1.2.0 and higher.
Actions