[Tickets #6034] Re: users' kolab addressbook entries not editable

bugs at horde.org bugs at horde.org
Wed Dec 26 12:07:57 UTC 2007


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/?id=6034
-----------------------------------------------------------------------
 Ticket             | 6034
 Updated By         | m.gabriel at das-netzwerkteam.de
 Summary            | users' kolab addressbook entries not editable
 Queue              | Kolab
 Type               | Bug
 State              | Feedback
 Priority           | 3. High
 Owners             | 
-----------------------------------------------------------------------


m.gabriel at das-netzwerkteam.de (2007-12-26 07:07) wrote:

i am using php-version 5.2.4-2 (as currently in debian testing/unstable). i
have sent a phpinfo page link to chuck directly for further reference...

a table row for my kolab user default abook (INBOX/Kontakte) in html looks
like this:

<tr class="">
  <td><label for="INBOX/Kontakte:ed447a863b47cbf07628091605afb456"
class="hidden">Kontakt auswählen</label><input class="checkbox"
name="objectkeys[]" id="INBOX/Kontakte:ed447a863b47cbf07628091605afb456"
value="INBOX/Kontakte:ed447a863b47cbf07628091605afb456"
type="checkbox"></td>
  <td><a nicetitle="Bearbeiten"
href="/mailxchange/turba/contact.php?view=EditContact&amp;source=INBOX%2FKontakte&amp;key=ed447a863b47cbf07628091605afb456&amp;url=%2Fmailxchange%2Fturba%2Fbrowse.php"><img
src="/mailxchange/themes/graphics/edit.png" alt="Bearbeiten"
title=""></a></td>
  <td><a nicetitle="vCard herunterladen"
href="/mailxchange/turba/vcard.php?source=INBOX%2FKontakte&amp;key=ed447a863b47cbf07628091605afb456"><img
src="/mailxchange/themes/graphics/mime/vcard.png" alt="vCard herunterladen"
title=""></a></td>
  <td>&nbsp;</td>
  <td class="linedRowSelectedCol"><a
href="/mailxchange/turba/contact.php?source=user%40mailserver.dom&amp;key=ed447a863b47cbf07628091605afb456">Test
Abookuser</a></td></tr>

in the several hrefs the option "source" is passed to the contact.php
script. once it says 

  source=user%40mailserver.dom

which works fine (renderer by ob::url() in row.inc).

the other times it says

  source=INBOX%2FKontakte

which breaks kolab/cyrus (rendered by ob::getSource() in row.inc).

for more information on the related turba object i have sent a Var_Dump()
of one $ob in row.inc to chuck directly.

thanks,
mike



More information about the bugs mailing list