Add import positionning

modifié:         core/lib/Thelia/Controller/Admin/ImportController.php
	modifié:         templates/backOffice/default/import.html
This commit is contained in:
Benjamin Perche
2014-08-05 09:25:49 +02:00
parent 3e51e62241
commit 9967fbdd6c
2 changed files with 67 additions and 14 deletions

View File

@@ -444,6 +444,8 @@ class ImportController extends BaseAdminController
$event = new UpdatePositionEvent($id, $this->getMode($mode), $value);
$this->dispatch(TheliaEvents::IMPORT_CHANGE_POSITION, $event);
return $this->render('import');
}
public function changeCategoryPosition()