Merge pull request #4973 from tchak/enable-dossiers-en-construction-deletion
Enable deletion of expired dossiers en_construction
This commit is contained in:
commit
589217b9ed
1 changed files with 1 additions and 0 deletions
|
@ -3,5 +3,6 @@ class ExpiredDossiersDeletionJob < CronJob
|
|||
|
||||
def perform(*args)
|
||||
ExpiredDossiersDeletionService.process_expired_dossiers_brouillon
|
||||
ExpiredDossiersDeletionService.process_expired_dossiers_en_construction
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue