Summary | Kolab shares can break share panel |
Queue | Kolab |
Type | Bug |
State | Not A Bug |
Priority | 1. Low |
Owners | wrobel (at) horde (dot) org |
Requester | michael.sheldon (at) credativ (dot) de |
Created | 04/04/2007 (6694 days ago) |
Due | |
Updated | 04/24/2007 (6674 days ago) |
Assigned | 04/23/2007 (6675 days ago) |
Resolved | 04/24/2007 (6674 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
be changed in a template. So this probably should get a configuration
option within Horde.
realized that the template is actually not the only place where you
need to change the prefix. Instead you actually need to modify the
perl-kolab code since the prefix is hard coded in there. So this is
nothing that can be configured and you'll also have to patch horde in
this case.
State ⇒
be changed in a template. So this probably should get a configuration
option within Horde.
Assigned to Gunnar Wrobel
at the moment. The error is only be raised in case the driver
receives an IMAP folder name that it cannot handle, which should not
happen.
There is a getOwner() function in the Kolab share driver that tries
to match the folder name with a regular expression. What is the name
of the problematic folder?
"share.something". Some of our customers prefer to have their shares
in the form "CustormerName/something", which is why we experienced
this problem.
at the moment. The error is only be raised in case the driver receives
an IMAP folder name that it cannot handle, which should not happen.
There is a getOwner() function in the Kolab share driver that tries to
match the folder name with a regular expression. What is the name of
the problematic folder?
State ⇒ Feedback
"System" or some such for those cases. Returning a PEAR_Error for
attributes is behavior not present in other usage of share or datatree
objects.
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Kolab shares can break share panel
Queue ⇒ Kolab
New Attachment: panel-shares-with-no-owner.patch
State ⇒ Unconfirmed
created by the kolab-webadmin). This breaks the panel in nag,
kronolith and mnemo, since they then try to display the PEAR_Error
object returned from trying to get an owner which doesn't exist. The
warning produced (if display warnings is enabled) breaks the panel.
The attached patch doesn't attempt to display the owner if a
PEAR_Error has been returned for it.