We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c44199b commit 261ae9cCopy full SHA for 261ae9c
src/Services/ImportDataService.php
@@ -537,7 +537,7 @@ protected function processForNavigation()
537
} else {
538
$errorMsg .= ' - ' . get_class($th);
539
}
540
- $this->processErrors['navigation'][$category][] = $errorMsg;
+ $this->processErrors['navigation']['s3'][$category][] = $errorMsg;
541
542
543
0 commit comments