Commit 55b0ed2b authored by Bertrand Gauthier's avatar Bertrand Gauthier
Browse files

ImportController > Màj tables : abandon du tri de la liste des tables avant traitement.

parent 6de54890
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -118,7 +118,6 @@ class ImportController extends AbstractActionController
    public function updateTablesAction()
    {
        $tables = $this->getServiceSchema()->getImportTables();
        sort($tables);

        $message = '';
        try {