Skip to content
Snippets Groups Projects
Commit a35ceee2 authored by Ghislain Loas's avatar Ghislain Loas
Browse files

dev #84280 : fix waiting files in cosmogramme

parent 24cd7417
Branches
Tags
3 merge requests!3297WIP: Master,!2974Dev#84280 explo lunel export bibliographique zippe et prise en charge du systeme de nommage,!2966Dev#84280 explo lunel export bibliographique zippe et prise en charge du systeme de nommage
Pipeline #5993 passed with stage
in 32 minutes and 5 seconds
......@@ -36,8 +36,8 @@ class Class_TableDescription_CosmoWaitingFiles extends Class_TableDescription {
$statut = function($item) {
$folder = ($parent = $item->getParent()) ? $parent->getName() : '';
if (Class_IntMajAuto::findFirstby(['nom_fichier' => $folder . '/' . $item->getName()])) {
$item->setProgrammed($programmed);
if ($prog = Class_IntMajAuto::findFirstby(['nom_fichier' => $folder . '/' . $item->getName()])) {
$item->setProgrammed($prog);
return $this->_view->tagNotice($this->_('Programmé'));
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment