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.
Updated by Ondřej Kopr about 5 years ago
- Status changed from New to In Progress
- Assignee set to Ondřej Kopr
Updated by Ondřej Kopr about 5 years ago
- Status changed from In Progress to Needs feedback
- % Done changed from 0 to 90
Class name was changed.
Commit: https://git.bcvsolutions.eu/modules/reg/commit/79bc5ce7ccb8f6bef0f8c1d03cfc55d825e50500 (branch: develop)
Updated by Roman Kučera about 5 years ago
- Status changed from Needs feedback to Resolved
- Assignee changed from Ondřej Kopr to Roman Kučera
- % Done changed from 90 to 100
Thx for fix.
Review ok
Updated by Roman Kučera about 5 years ago
- Status changed from Resolved to Closed
Actions