Summary | Don't lose isModSeq flag on recursive listBy() call |
Queue | Kronolith |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | mrubinsk (at) horde (dot) org |
Requester | thomas.jarosch (at) intra2net (dot) com |
Created | 07/29/2013 (4356 days ago) |
Due | |
Updated | 07/29/2013 (4356 days ago) |
Assigned | |
Resolved | 07/29/2013 (4356 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | Yes |
Assigned to Michael Rubinsky
State ⇒ Resolved
commit cf49c1ea7dc39728a07bad4fc6cdc0275a9ff975
Author: Thomas Jarosch <thomas.jarosch@intra2net.com>
Date: Mon Jul 29 12:02:39 2013 +0200
Don't lose isModSeq flag on recursive listBy() call (
bug #12508)Signed-off-by: Thomas Jarosch <thomas.jarosch@intra2net.com>
Signed-off-by: Michael J Rubinsky <mrubinsk@horde.org>
kronolith/lib/Api.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/cf49c1ea7dc39728a07bad4fc6cdc0275a9ff975
isModSeq use, the rest of the code looks fine.
New Attachment: 0002-Don-t-lose-isModSeq-flag-on-recursive-listBy-call-bu.patch
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Don't lose isModSeq flag on recursive listBy() call
Queue ⇒ Kronolith
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
attached patch fixes passing the isModSeq flag in listBy() correctly.
Thomas