refactor update process. Now only available with command line
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
<command class="Thelia\Command\ReloadDatabaseCommand"/>
|
||||
<command class="Thelia\Command\GenerateResources"/>
|
||||
<command class="Thelia\Command\AdminUpdatePasswordCommand"/>
|
||||
<command class="Thelia\Command\UpdateCommand"/>
|
||||
</commands>
|
||||
|
||||
</config>
|
||||
|
||||
@@ -1122,15 +1122,6 @@
|
||||
<default key="_controller">Thelia\Controller\Admin\TranslationsController::updateAction</default>
|
||||
</route>
|
||||
|
||||
<!-- update routing -->
|
||||
<route id="update.index" path="/admin/configuration/update">
|
||||
<default key="_controller">Thelia\Controller\Admin\UpdateController::indexAction</default>
|
||||
</route>
|
||||
|
||||
<route id="update.process" path="/admin/configuration/update/process">
|
||||
<default key="_controller">Thelia\Controller\Admin\UpdateController::updateAction</default>
|
||||
</route>
|
||||
|
||||
<!-- The default route, to display a template -->
|
||||
|
||||
<route id="admin.processTemplate" path="/admin/{template}">
|
||||
|
||||
Reference in New Issue
Block a user