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 2012-08-23 14:02:55

Lhermitain
Member
Registered: 2008-09-24
Posts: 9

[Résolu] Plugin Projet : problème sur notification : projets et tâches

Bonjour,

Lors de la mise en place et du paramétrage des workflows pour le plugin projet j'ai constatés plusieurs problèmes sur les notifications.

Informations :
Version GLPI : 0.83.4
Plugin projet : 1.3.1
Herbergé sur Xampp

Pour effectuer ces tests  :
- Installation d'un glpi (tout neuf)
- installation du plugin project management
- création d'un utilisateur responsable projet (profil responsable = super-admin et groupe responsable)
- création d'un utilisateur utilisateur projet (profil utilisateurs projet = super-admin et groupe responsable)
- Modification des différents notifications pour ajuster le destinataire en fonction des tests

Problèmes constatés :

Selon le destinataire paramétré dans les notifications j'obtiens différents résultats, cela dépend également de la notification.

***Notification sur un projet :

New Project
- Notification : responsable du projet = OK, mail reçu
- Notification : groupe responsable du projet = erreur 500

Update Project
- Notification : responsable du projet = OK, mail reçu
- Notification : groupe responsable du projet = erreur 500

Delete Project
- Notification : responsable du projet = NOK, Aucun mail reçu
- Notification : groupe responsable du projet = NOK, Aucun mail reçu


***Notification sur une tâche d'un projet :

New Project Task
- Notification : responsable de la tâche = NOK, aucun mail reçu
- Notification : groupe responsable de la tâche = NOK, aucun mail reçu
- Notification : responsable du projet = OK, mail reçu
- Notification : groupe responsable du projet = erreur 500

Update Project Task
- Notification : responsable de la tâche = NOK, aucun mail reçu
- Notification : groupe responsable de la tâche = NOK, aucun mail reçu
- Notification : responsable du projet = OK, mail reçu
- Notification : groupe responsable du projet = erreur 500

Delete Project Task   
- Notification : responsable de la tâche = OK, aucun mail reçu
- Notification : groupe responsable de la tâche =NOK, aucun mail reçu
- Notification : responsable du projet = NOK, Aucun mail reçu
- Notification : groupe responsable du projet = NOK, Aucun mail reçu


Détails de l'erreur 500 en mode debug : Fatal error: Call to undefined method PluginProjetNotificationTargetProjet::getJoinProfileSql() in C:\Inetpub\wwwroot\glpiqal\plugins\projet\inc\notificationtargetprojet.class.php on line 117

J'ai également relever une erreur dans le fichier de log sql-errors.log :

*** MySQL query error : 
***
SQL: SELECT DISTINCT `glpi_users`.`email` AS email,
                          `glpi_users`.`language` AS language
                   FROM `glpi_plugin_projet_tasks`
                   LEFT JOIN `glpi_users` 
                   ON (`glpi_users`.`id` = `glpi_plugin_projet_tasks`.`users_id`)
                   WHERE `glpi_plugin_projet_tasks`.`id` = \'4\'
Error: Unknown column 'glpi_users.email' in 'field list'

A disposition pour tout éventuel test ou remontée d'informations.

Last edited by Lhermitain (2012-10-25 12:01:33)

Offline

#2 2012-10-25 12:01:05

Lhermitain
Member
Registered: 2008-09-24
Posts: 9

Re: [Résolu] Plugin Projet : problème sur notification : projets et tâches

Offline

Board footer

Powered by FluxBB