| Summary | Not usable share Calendar with Kolab backend |
| Queue | Kronolith |
| Queue Version | HEAD |
| Type | Bug |
| State | Resolved |
| Priority | 1. Low |
| Owners | stuart (at) |
| Requester | charly (at) aquiline (dot) es |
| Created | 10/08/2004 (7698 days ago) |
| Due | |
| Updated | 03/31/2005 (7524 days ago) |
| Assigned | 03/15/2005 (7540 days ago) |
| Resolved | 03/31/2005 (7524 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | No |
State ⇒ Resolved
as resolved.
State ⇒ Feedback
http://cvs.horde.org/diff.php/framework/Kolab/Kolab.php?r1=1.30&r2=1.31&ty=u
which I believe resolves this issue. At least, it does so on my
development setup. Testing is now needed to ensure that it is
correctly resolved, and perhaps we can finally close this ticket!
can test? Thanks.
reviewing patches for incorporation into Horde CVS
New Attachment: Kolab.php
I send my modified Kolab driver (framework).
My scenario:
- two users (there are other but not worry about):
- first user set a share Memo giving second all perm to it (vía list
Notepads).
When second user login can only see the Notepad from first.
I think the problem is that this code can't set corretly shares
resources. In line 1440 we get the shares but second get none. Then in
line 1533 (comented out code) the resource don't exist in the
$remote_shares (but exist in the shares)
Another issue is about domain. When we log into imap using the manager
acount, we need to provides the @<domain> (I put it manualy) to find
out folders (line 1519).
I'm lost. Please help.
Thanks.
value.shared instead now, so using shared resources should work.
kolab Backend.
I think the problem is in the framework/Kolab/Kolab.php. The
_syncShares method can't handle correctly shared resouces due to
shared uid is value.priv (folder annotation) and is only accesible
from the creator.
Can you give me some ideas to get share resources working with Kolab?
Thanks.
State ⇒ Assigned
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Not usable share Calendar with Kolab backend
Queue ⇒ Kronolith
State ⇒ Unconfirmed
can't acces this resource. And after that whe get blank screen
accesing Kronolith.
The problen is near the synchroniseShares (Kolab.php), the driver
don't know where to find the share folder (imap) for the share
Calendar and think is local to the user, getting to a bad situation in
the datatree.
To get a working Kronolith is necesary to delete the share from the
datatree and the share folder (imap).
Sorry for my english.