Summary | Most drivers don't implement 'fetch_tags' feature |
Queue | Kronolith |
Queue Version | Git master |
Type | Bug |
State | Not A Bug |
Priority | 1. Low |
Owners | |
Requester | thomas.jarosch (at) intra2net (dot) com |
Created | 08/25/2013 (4390 days ago) |
Due | |
Updated | 09/03/2013 (4381 days ago) |
Assigned | 09/02/2013 (4382 days ago) |
Resolved | 09/03/2013 (4381 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Not A Bug
be considered read/write?
CATEGORIES attributes. We don't synchronize them with Horde's tagging
backend though, unlike the Kolab driver. And like in the Kolab driver,
there is no performance gain if we need them to synchronize anyway.
implement tagging, because the tags are stored independent from the
calendar storage. At least all backends with read-write support
should support tagging
is available to any driver that wants to make use of it. It's just
that currently, only the SQL driver (and maybe Kolab - don't have code
handy to look) actually fall under this category.
I would say that non-horde backends should only support tagging if the
storage backend for the event itself understands them (be they called
"tags" or "categories" or whatever). Otherwise, the user will be
"surprised" when tags that were entered in Horde do not appear in the
event data when accessed via another client. Otherwise, yes, I agree
Besides SQL and Kolab, what backend do we support that would be
considered read/write?
implement tagging, because the tags are stored independent from the
calendar storage. At least all backends with read-write support should
support tagging.
be Sql and I guess Kolab. Are you saying basically that Tagging does
not work currently with the Kolab driver, or only the ability to
ignore|request them when calling listEvents?
keep the tags between Horde's backend and the Kolab storage
synchronized.
State ⇒ Feedback
Sql and I guess Kolab. Are you saying basically that Tagging does not
work currently with the Kolab driver, or only the ability to
ignore|request them when calling listEvents?
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Most drivers don't implement 'fetch_tags' feature
Queue ⇒ Kronolith
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
while debugging
ticket #12160I noticed that only the SQL driverimplements the 'fetch_tags' feature.
All other drivers seem to silently ignore it.
The feature itself is exposed by the RPC API but it seems horde
doesn't use it itself.
So it's more of a glitch.
Thomas