allow update content position number

This commit is contained in:
Manuel Raynaud
2013-09-23 11:39:53 +02:00
parent ac435b8f87
commit 49f79071a6
5 changed files with 54 additions and 2 deletions

View File

@@ -235,6 +235,10 @@
<default key="_controller">Thelia\Controller\Admin\ContentController::processUpdateAction</default>
</route>
<route id="admin.content.update-position" path="/admin/content/update-position">
<default key="_controller">Thelia\Controller\Admin\ContentController::updatePositionAction</default>
</route>
<!-- Route to the Coupon controller (process Coupon browsing) -->