[Kolab-devel] [issue1756] Horde omits object version

Joon Radley kolab-issues at intevation.de
Sun Jun 3 09:15:10 CEST 2007


New submission from Joon Radley <joon at radleys.co.za>:

When Horde creates a Kolab-xml object it omits the version from the object 
name. 

Horder creates:
<?xml version="1.0" encoding="UTF-8"?>
<event>
.
.
.
</event>

Shoudl be:
<?xml version="1.0" encoding="UTF-8"?>
<event version="1.0">
.
.
.
</event>

When modifying an existing object created by another client it creates/retains 
the version correctly.

This has been only tested this with events and contacts. Will test the other 
objects later.

I have marked this as critical as the object gets rejected by the parser for 
not having a valid version.

----------
assignedto: wrobel
messages: 10710
nosy: joonradley, stephanb, wrobel
priority: critical
status: unread
title: Horde omits object version
topic: horde, toltec
________________________________________________
Kolab issue tracker <kolab-issues at intevation.de>
<https://intevation.de/roundup/kolab/issue1756>
________________________________________________




More information about the devel mailing list