| Summary | Kolab backend: Empty box shown for tasks without tags |
| Queue | Nag |
| Queue Version | Git master |
| Type | Bug |
| State | Resolved |
| Priority | 1. Low |
| Owners | jan (at) horde (dot) org |
| Requester | thomas.jarosch (at) intra2net (dot) com |
| Created | 10/19/12 (4921 days ago) |
| Due | |
| Updated | 10/27/12 (4913 days ago) |
| Assigned | 10/22/12 (4918 days ago) |
| Resolved | 10/22/12 (4918 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | No |
commit 361a0675677917eefeaebe8b2794b371cda61611
Author: Jan Schneider <jan@horde.org>
Date: Mon Oct 22 18:32:09 2012 +0200
Fix saving empty tags (
Bug #11564).nag/lib/Driver/Kolab.php | 7 ++-----
1 files changed, 2 insertions(+), 5 deletions(-)
http://git.horde.org/horde-git/-/commit/361a0675677917eefeaebe8b2794b371cda61611
commit 361a0675677917eefeaebe8b2794b371cda61611
Author: Jan Schneider <jan@horde.org>
Date: Mon Oct 22 18:32:09 2012 +0200
Fix saving empty tags (
Bug #11564).nag/lib/Driver/Kolab.php | 7 ++-----
1 files changed, 2 insertions(+), 5 deletions(-)
http://git.horde.org/horde-git/-/commit/361a0675677917eefeaebe8b2794b371cda61611
State ⇒ Assigned
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Kolab backend: Empty box shown for tasks without tags
Queue ⇒ Nag
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
I've noticed a difference between the Kolab and the SQL backend:
Using the Kolab backend, there's a small box shown behind tasks with no tags.
This is something new in git HEAD and also does not happen with the
SQL backend.
Smells like an is_null() / empty() issue, just a very wild guess though :o)
Thomas