Skip to content
Snippets Groups Projects
Commit eca96e9e authored by Antony Le Courtes's avatar Antony Le Courtes
Browse files

Migration Statut Autres

parent aedb8357
Branches
Tags
1 merge request!55Ll bug report services
...@@ -19,7 +19,9 @@ class MigrationStatutAutres extends AbstractMigration ...@@ -19,7 +19,9 @@ class MigrationStatutAutres extends AbstractMigration
public function utile(): bool public function utile(): bool
{ {
return $this->manager->hasOld('table', 'DOSSIER'); //Forcer le paramétrage du statuts AUTRES même après la migration v15
return ($this->manager->hasNew('table', 'INTERVENANT_DOSSIER') ||
$this->manager->has('table', 'INTERVENANT_DOSSIER'));
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment