hotline#143478 : cosmogramme : recent files are not kept
Merged
requested to merge hotline#143478_integration_bloquee_sur_la_suppression_des_fichiers_superflus into hotline
2 unresolved threads
Merge request reports
Activity
Filter activity
- VERSIONS_HOTLINE/143478 0 → 100644
1 - ticket #143478 : Cosmogramme : Les fichiers récents d'intégration cosmogramme ne sont plus supprimés changed this line in version 2 of the diff
59 60 55 Class_FileManager::beOpenBar(); 61 56 62 $count = 0; 63 foreach($liste as $integration) { 64 if ( ! $file = Class_FileManager::find($path . $integration->getFichier())) 65 continue; 57 $count_archives = 0; 58 $count_deleted_files = 0; 59 60 while($integrations = Class_Cosmogramme_Integration::findAllBy(['traite not' => 'non', 61 'destroy' => '0', 62 'order' => 'id desc', 63 'limitPage' => [2, $nb_max]])) { 64 65 foreach($integrations as $integration) { added 1 commit
- c1e7f300 - hotline#143478 : cosmogramme : recent files are not kept
enabled an automatic merge when the pipeline for c1e7f300 succeeds
mentioned in commit ed0a13af