| Summary | Kolab backend: Name of share owner not shown in dropdown |
| Queue | Turba |
| 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/16/2012 (4771 days ago) |
| Due | |
| Updated | 10/27/2012 (4760 days ago) |
| Assigned | |
| Resolved | 10/16/2012 (4771 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | No |
commit a9d6b81436326088aafef36684f7bba58e30459d
Author: Jan Schneider <jan@horde.org>
Date: Tue Oct 16 17:14:31 2012 +0200
[jan] Attach share owner to all address book titles (
Bug #11528).turba/docs/CHANGES | 1 +
turba/lib/Turba.php | 3 +++
turba/package.xml | 2 ++
3 files changed, 6 insertions(+), 0 deletions(-)
http://git.horde.org/horde-git/-/commit/a9d6b81436326088aafef36684f7bba58e30459d
I like small changes leading to big usability improvements :)
State ⇒ Resolved
commit a9d6b81436326088aafef36684f7bba58e30459d
Author: Jan Schneider <jan@horde.org>
Date: Tue Oct 16 17:14:31 2012 +0200
[jan] Attach share owner to all address book titles (
Bug #11528).turba/docs/CHANGES | 1 +
turba/lib/Turba.php | 3 +++
turba/package.xml | 2 ++
3 files changed, 6 insertions(+), 0 deletions(-)
http://git.horde.org/horde-git/-/commit/a9d6b81436326088aafef36684f7bba58e30459d
would consider this to be part of bug #11310
The current bug # is a confusing display issue, #11310 doesn't work at all.
F.e. I can still move a contacts from "Contacts" to "Contacts".
It's just guess work where it will end up.
Is
#11528hard to fix?consider this to be part of bug #11310
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Kolab backend: Name of share owner not shown in dropdown
Queue ⇒ Turba
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
when a user shares an addressbook with another user, turba list this
addressbook under "Shared Address Books". Specifically it lists the
share name and the owner of the share in brackets.
Examples:
Contacts [miller]
Contacts [Rasmus Lerdorf]
Contacts [smith]
When you create a new contact or want to move a contact to another
addressbook, the owner name of the share is omitted. So you end up
with a dropdown like this:
Contacts
Contacts
Contacts
-> We should display the owner of the share, too.
This is also important for interoperability with other Kolab clients.
Cheers,
Thomas