Merge pull request #3247 from CihanSenturk/fix-import-route-issue

Fixed import route issue
This commit is contained in:
Cihan Şentürk 2024-12-31 13:20:27 +03:00 committed by GitHub
commit 9e2af48132
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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