Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

Graphe déploiement : bug : mauvais chiffres ! #3446

Open
EC2311 opened this issue Oct 6, 2023 · 0 comments
Open

Graphe déploiement : bug : mauvais chiffres ! #3446

EC2311 opened this issue Oct 6, 2023 · 0 comments

Comments

@EC2311
Copy link

EC2311 commented Oct 6, 2023

Bonjour

Nous n'utilisons pas le deploiement

or dans le graphe typé déploiment : celui ci est renseigné.
la requete (extraite du inc/menu.class) :
SELECT plugin_fusioninventory_tasks_id
FROM glpi_plugin_fusioninventory_taskjobs
WHERE method LIKE '%deploy%'
$restrict_entity
GROUP BY plugin_fusioninventory_tasks_id
ne donne rien -> aucun enregistrement

aucun job deploiement : ok

mais le traitement continue : la requete du getjoblogs ne tient pas compte correctement du tableau de tache vide...

afin de palier ce souci :
dans menu.class, lignes 930 et suivantes il faudrait ajouter le code suivant (en gras)
// Do not get logs with the jobs states, this to avoid long request time
// and this is not useful on the plugin home page
if(count($a_tasks)>0) {
$data = $pfTask->getJoblogs($a_tasks, $with_logs = false);
}
else{
$data['tasks'] = [];
$data['agents'] = [];
}

@EC2311 EC2311 changed the title Menu déploiement : bug Graphe déploiement : bug : mauvais chiffres ! Oct 6, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant