You are not logged in.
Pages: 1
Topic closed
Bonjour,
Je rencontre un problème dans la synchronisation de mes agendas de GLPI vers iCal (Mac OS X) : Lorsque je crée plusieurs Tasks sur un ticket, seule la dernière apparaît après synchronisation.
Après recherche, il semble que cela vienne de la ligne UID: du fichier .ics généré : il contient l'identifiant du ticket et pas de la tâche ; on a alors plusieurs EVENT avec le même UID.
J'ai corrigé ce problème en modifiant le fichier inc/planning.class.php à la ligne 684 (GLPI version 0.78.1 ou 0.78.2) :
$vevent->setProperty("uid","Job#".$val["tickets_id"]);
remplacé par :
$vevent->setProperty("uid","Job#".$val["tickettasks_id"]);
-- Informations système --
GLPI 0.78.1 ( => /var/virtwww/alt_glpi)
Server
Operating Systems : Linux 2.6.32-24-server #43-Ubuntu SMP Thu Sep 16 16:05:42 UTC 2010 x86_64
PHP 5.3.2-1ubuntu4.7 (Core, PDO, Phar, Reflection, SPL, SQLite, SimpleXML, apache2handler, bcmath, bz2, calendar, ctype, curl,
date, dba, dom, ereg, exif, fileinfo, filter, ftp, gd, gettext, hash, iconv, imagick, imap, json, ldap, libxml, mbstring,
mcrypt, mhash, mysql, mysqli, openssl, pcre, pdo_mysql, pdo_sqlite, posix, session, shmop, soap, sockets, sqlite3, standard,
sysvmsg, sysvsem, sysvshm, tokenizer, wddx, xml, xmlreader, xmlwriter, zip, zlib)
Setup: memory_limit="128M" max_execution_time="30" safe_mode="" session.save_handler="files" post_max_size="10000M"
upload_max_filesize="10000M"
Software: Apache/2.2.14 (Ubuntu) (Apache/2.2.14 (Ubuntu) Server)
Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_6; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.237 Safari/534.10
MySQL: 5.1.41-3ubuntu12.8 (glpi@localhost/glpi)
Mysql replicate
Active : No
Plugins list
accounts Name:Comptes Version :1.6.0 Status :Enabled
reports Name:Rapports Version :1.4.0 Status :Enabled
Notifications / Mail Receiver
Use a SMTP server to send emails: PHP
Mail Receiver
OCS Inventory NG
Host for the OCSNG database : 'localhost', Connection to OCSNG database successful, Use the OCSNG software dictionary : 1
Offline
Vous avez raison. Je corrige tout de suite.
merci du retour.
MoYo - Julien Dombre - Association INDEPNET
Contribute to GLPI : Support Contribute References Freshmeat
Offline
Ticket associé :
https://forge.indepnet.net/issues/2629
MoYo - Julien Dombre - Association INDEPNET
Contribute to GLPI : Support Contribute References Freshmeat
Offline
Pages: 1
Topic closed