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 2011-01-26 17:10:12

alternatic
Member
Registered: 2007-10-07
Posts: 4

[GLPI 0.78.x] Export ical - UID Job

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

#2 2011-02-03 10:18:22

MoYo
GLPI - Lead
From: Poitiers
Registered: 2004-09-13
Posts: 14,513
Website

Re: [GLPI 0.78.x] Export ical - UID Job

Vous avez raison. Je corrige tout de suite.
merci du retour.


MoYo - Julien Dombre - Association INDEPNET
Contribute to GLPI :    Support     Contribute     References     Freshmeat

Offline

#3 2011-02-03 10:23:03

MoYo
GLPI - Lead
From: Poitiers
Registered: 2004-09-13
Posts: 14,513
Website

Re: [GLPI 0.78.x] Export ical - UID Job


MoYo - Julien Dombre - Association INDEPNET
Contribute to GLPI :    Support     Contribute     References     Freshmeat

Offline

Board footer

Powered by FluxBB