You are not logged in.

Announcement

 Téléchargez la dernière version stable de GLPI      -     Et vous, que pouvez vous faire pour le projet GLPI ? :  Contribuer
 Download last stable version of GLPI                      -     What can you do for GLPI ? :  Contribute

#1 2009-03-02 13:06:24

pierrro
Member
From: Meyreuil - FR
Registered: 2009-01-20
Posts: 82

Statut des tâches du plugin Projet

Bonjour,

j'utilise la plugin Projet version 0.9

Lorsqu'on change le statut d'une tâche d'un projet, on reçoit un mail indiquant la modification.
Lorsque je passe la tâche à "En cours", je reçois bien un mail me disant que la tâche est passée à "En cours".
Par contre, lorsque je passe la tâche à "Planifiée", je reçois un mail me disant que la tâche a pris le statut "En attente".
Lorsque je passe la tâche à "En attente", je reçois un mail me disant que la tâche a pris le statut "Terminé".
Lorsque je passe la tâche à "Terminée", je reçois un mail me disant que la tâche a pris le statut "Abandonné".
Lorsque je passe la tâche à "Abandonnée", je reçois un mail me disant que la tâche a pris le statut "Archivé".

Je pense que c'est uniquement un problème de globale.

J'espère avoir pu aider.


Le 23/09/2014: RHEL 5.10 - php 5.3.3 - MySQL 5.0.95 - GLPI 0.84.7

Offline

#2 2009-03-02 14:33:57

tsmr
GLPI-DEV
From: Rennes
Registered: 2005-08-26
Posts: 11,632
Website

Re: Statut des tâches du plugin Projet


Xavier Caillaud
Blog GLPI Infotel

Offline

#3 2009-03-02 15:05:59

pierrro
Member
From: Meyreuil - FR
Registered: 2009-01-20
Posts: 82

Re: Statut des tâches du plugin Projet

Je n'ai pas de fichier

projet/trunk/inc/plugin_projet.task.classes.php

mais un fichier

projet/trunk/inc/plugin_projet.classes.php

et je ne maitrise pas assez le PHP pour le corriger.

Ai-je la bonne version du plugin? J'ai téléchargé la version 0.9 ici: http://www.glpi-project.org/spip.php?article153

Last edited by pierrro (2009-03-02 15:12:20)


Le 23/09/2014: RHEL 5.10 - php 5.3.3 - MySQL 5.0.95 - GLPI 0.84.7

Offline

#4 2009-03-02 15:40:11

tsmr
GLPI-DEV
From: Rennes
Registered: 2005-08-26
Posts: 11,632
Website

Re: Statut des tâches du plugin Projet

Oui c'est plugin_projet.classes.php

ligne 1051

case "status":
                        $change_projet_content.=$LANGPROJET["projet"][19].": ".getdropdownname("glpi_dropdown_plugin_projet_status",$input["_old_status"])." -> ".getdropdownname("glpi_dropdown_plugin_projet_status",$this->fields["status"])."<br>";


Xavier Caillaud
Blog GLPI Infotel

Offline

#5 2009-03-02 15:44:14

pierrro
Member
From: Meyreuil - FR
Registered: 2009-01-20
Posts: 82

Re: Statut des tâches du plugin Projet

C'est bien ce que j'avais vu.

J'ai déjà la ligne suviante dans mon fichier:

$change_projet_content.=$LANGPROJET["projet"][19].": ".getdropdownname("glpi_dropdown_plugin_projet_status",$input["_old_status"])." -> ".getdropdownname("glpi_dropdown_plugin_projet_status",$this->fields["status"])."<br>";


Le 23/09/2014: RHEL 5.10 - php 5.3.3 - MySQL 5.0.95 - GLPI 0.84.7

Offline

#6 2009-03-02 16:06:31

tsmr
GLPI-DEV
From: Rennes
Registered: 2005-08-26
Posts: 11,632
Website

Re: Statut des tâches du plugin Projet

donc tu modifie :
glpi_dropdown_plugin_projet_status
par
glpi_dropdown_plugin_projet_task_status

Et ca devrait fonctionner


Xavier Caillaud
Blog GLPI Infotel

Offline

#7 2009-03-02 16:16:46

pierrro
Member
From: Meyreuil - FR
Registered: 2009-01-20
Posts: 82

Re: Statut des tâches du plugin Projet

C'est OK, ça fonctionne.

Il ne faut pas oublier de remplacer les 2 occurrences  de

glpi_dropdown_plugin_projet_status

par

glpi_dropdown_plugin_projet_task_status

dans la même ligne.

Merci.


Le 23/09/2014: RHEL 5.10 - php 5.3.3 - MySQL 5.0.95 - GLPI 0.84.7

Offline

#8 2009-03-02 17:02:57

tsmr
GLPI-DEV
From: Rennes
Registered: 2005-08-26
Posts: 11,632
Website

Re: Statut des tâches du plugin Projet

wink


Xavier Caillaud
Blog GLPI Infotel

Offline

Board footer

Powered by FluxBB