This PR removes a redundancy wrt to user notification in case the split has not yet been configured. The condition checked and removed now is already part of the following workflow:
if (listMethod) {
if (splitDataNumberBySource) {
callRunAugmentation(splitDataNumberBySource);
} else {
runOpenConfirmDialog();
}
}
This PR removes a redundancy wrt to user notification in case the split has not yet been configured. The condition checked and removed now is already part of the following workflow: