-
Type: Improvement
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 5.6
-
Fix Version/s: 5.7.1
-
Component/s: Excel Export
Currently, when an error occurs while creating a node (GenericThreadedImportTask#doCreateFolderishNode and GenericThreadedImportTask#doCreateLeafNode), the whole import task stops.
It would be nice to be able to:
- Execute a specific process to deal with the node creation error
- Decide if we want to stop the whole import task immediately afer such an error occurs or if we'd like to continue it.