ver 0.262 - pages module refactor and admin UX fixes
This commit is contained in:
@@ -140,7 +140,7 @@ class ProductArchiveController
|
||||
]),
|
||||
$listRequest['perPageOptions'],
|
||||
$sortableColumns,
|
||||
'/admin/product_archive/products_list/',
|
||||
'/admin/product_archive/list/',
|
||||
'Brak danych w tabeli.',
|
||||
null,
|
||||
null,
|
||||
@@ -159,7 +159,7 @@ class ProductArchiveController
|
||||
else
|
||||
\S::alert( 'Podczas przywracania produktu z archiwum wystąpił błąd. Proszę spróbować ponownie' );
|
||||
|
||||
header( 'Location: /admin/product_archive/products_list/' );
|
||||
header( 'Location: /admin/product_archive/list/' );
|
||||
exit;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user