removed route name from import route parameters
This commit is contained in:
parent
77af143dd6
commit
92abadab25
@ -420,8 +420,6 @@ abstract class DocumentIndex extends Base
|
||||
return $importRouteParameters;
|
||||
}
|
||||
|
||||
$route = $this->getRouteFromConfig($type, 'import');
|
||||
|
||||
$alias = config('type.' . $type . '.alias');
|
||||
$group = config('type.' . $type . '.group');
|
||||
|
||||
@ -434,7 +432,6 @@ abstract class DocumentIndex extends Base
|
||||
$importRouteParameters = [
|
||||
'group' => $group,
|
||||
'type' => config('type.' . $type . '.route.prefix'),
|
||||
'route' => ($route) ? $route : 'invoices.import',
|
||||
];
|
||||
|
||||
return $importRouteParameters;
|
||||
|
Loading…
x
Reference in New Issue
Block a user