Summary | Adding a tasks list in Nag makes it the default |
Queue | Nag |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | mrubinsk (at) horde (dot) org |
Requester | software-horde (at) interfasys (dot) ch |
Created | 07/13/2014 (4023 days ago) |
Due | |
Updated | 07/28/2014 (4008 days ago) |
Assigned | 07/28/2014 (4008 days ago) |
Resolved | 07/28/2014 (4008 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
Taken from
State ⇒ Resolved
marking the 'default' flag in the share.
Fixed.
commit 951f60727216d3ec75be707a4cdbe7a53506bc1f
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Mon Jul 28 13:44:34 2014 -0400
This share parameter isn't specific to Kolab.
Correctly fixes
Bug: 13360nag/lib/Tasklists/Base.php | 2 ++
nag/lib/Tasklists/Kolab.php | 9 ---------
2 files changed, 2 insertions(+), 9 deletions(-)
http://github.com/horde/horde/commit/951f60727216d3ec75be707a4cdbe7a53506bc1f
commit 16e3c86c473ff8da4c0e3fbe9f7470b7db72f7f7
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Mon Jul 28 13:44:34 2014 -0400
This share parameter isn't specific to Kolab.
Correctly fixes
Bug: 13360nag/lib/Tasklists/Base.php | 2 ++
nag/lib/Tasklists/Kolab.php | 9 ---------
2 files changed, 2 insertions(+), 9 deletions(-)
http://github.com/horde/horde/commit/16e3c86c473ff8da4c0e3fbe9f7470b7db72f7f7
State ⇒ Assigned
Assigned to
retrieved from prefs, but is determined automatically. IIRC that's how
we do it in Kronolith.
default tasklist has not been explicitly selected. In this case, the
first tasklist in the list (the most recently created one) is used
as default. Once one is explicitly selected (and saved) in the
prefs, this behavior will stop.
newly added list has become the default and will check the preferences
if he wants to make some changes.
State ⇒ Not A Bug
default tasklist has not been explicitly selected. In this case, the
first tasklist in the list (the most recently created one) is used as
default. Once one is explicitly selected (and saved) in the prefs,
this behavior will stop.
State ⇒ Assigned
State ⇒ Unconfirmed
Patch ⇒ No
Milestone ⇒
Queue ⇒ Nag
Summary ⇒ Adding a tasks list in Nag makes it the default
Type ⇒ Bug
Priority ⇒ 1. Low
making the latest added list the default one.