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
No related branches found
No related tags found
1 merge request!55Ll bug report services
......@@ -19,7 +19,9 @@ class MigrationStatutAutres extends AbstractMigration
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