diff --git a/app/Traits/Import.php b/app/Traits/Import.php index 3cc125efe..c9858fd92 100644 --- a/app/Traits/Import.php +++ b/app/Traits/Import.php @@ -44,7 +44,7 @@ trait Import $path = $this->getImportPath($group, $type); $title_type = $this->getImportTitleType($group, $type); $sample_file = $this->getImportSampleFile($group, $type); - $form_params = $this->getImportFormParams($group, $type); + $form_params = $this->getImportFormParams($group, $type, $path, $route); $document_link = $this->getImportDocumentLink($group, $type); // Create the import view