Actions
Task #1712
closedAllow empty strings for roots in synchronization of tree nodes
Start date:
06/07/2019
Due date:
% Done:
100%
Estimated time:
Owner:
Description
Version 9.6
When synchronization of tree nodes searches for roots, it checks only whether parent is null. Please enable also empty string in parent for roots.
Use-case:
CSV connector returns empty String for empty field => the root has empty String in parent, not null. So the synchronization fails to start with "No roots to synchronization found!". It's hard to find where the problem is.
Updated by Vít Švanda almost 5 years ago
- Assignee changed from Vít Švanda to Ondrej Husník
Updated by Ondrej Husník almost 5 years ago
- Status changed from New to Needs feedback
- Assignee changed from Ondrej Husník to Vít Švanda
- % Done changed from 0 to 90
Please provide me a feedback of given changes. Thank you.
https://github.com/bcvsolutions/CzechIdMng/pull/74/commits/e5ad3c214d4cff0dad5c7f8e17bc598da59ee911
Updated by Vít Švanda almost 5 years ago
- Status changed from Needs feedback to Resolved
- Assignee changed from Vít Švanda to Ondrej Husník
- % Done changed from 90 to 100
I did test and feedback, works correctly, thanks for that Hondra.
Updated by Radek Tomiška almost 5 years ago
- Status changed from Resolved to Closed
Actions