Summary | Small display glitch after creating new tag |
Queue | Nag |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | Horde Developers (at) , mrubinsk (at) horde (dot) org |
Requester | thomas.jarosch (at) intra2net (dot) com |
Created | 10/19/2012 (4642 days ago) |
Due | |
Updated | 02/04/2016 (3439 days ago) |
Assigned | 10/22/2012 (4639 days ago) |
Resolved | 02/04/2016 (3439 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
commit bdb81d130c9bb88d2c91e245df8bb4511822430a
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Thu Feb 4 17:06:36 2016 -0500
Bug: 11563Fix adding tags when using Kolab.Kolab doesn't use the UID generated by Nag_Driver::add(), but
calculates it after, so we need to overwrite the UID that we send
to the tagger, or else it is tagged with the incorrect UID.
This was causing the kolab object to not be completly tagged until
the backend was synced with Horde again - essentially creating
orphaned rampage_object entries with the incorrect UID.
nag/lib/Driver/Kolab.php | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
http://github.com/horde/horde/commit/bdb81d130c9bb88d2c91e245df8bb4511822430a
task list, just not in the tag cloud above the list.
Assigned to Michael Rubinsky
was fixed with the recent fix to tag parsing.
Assigned to
Taken from Jan Schneider
State ⇒ Assigned
Assigned to Jan Schneider
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Small display glitch after creating new tag
Queue ⇒ Nag
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
create a new task in nag and also create a new tag like
"sdhjfhskjfahdsfjkhdsfjk".
Once you click the "Save" button, you'll return to the task list. The
new tag is
not shown in the tag filter selection cloud, I takes another requests
for it to appear.
Thomas