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.
Actions