Summary | parent - child link not shown when filtering by tag. |
Queue | Nag |
Queue Version | 4.2.5 |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | mrubinsk (at) horde (dot) org |
Requester | x.van_dessel (at) ieee (dot) org |
Created | 10/13/2015 (3658 days ago) |
Due | |
Updated | 10/19/2015 (3652 days ago) |
Assigned | 10/13/2015 (3658 days ago) |
Resolved | 10/19/2015 (3652 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
commit 27f2fb9ec5429f41e26f917eab585c27b3f57a5c
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Mon Oct 19 15:33:02 2015 -0400
Bug: 14138Paritally fix indent level when tag browser.nag/lib/TagBrowser.php | 9 ++++++++-
1 files changed, 8 insertions(+), 1 deletions(-)
http://github.com/horde/horde/commit/27f2fb9ec5429f41e26f917eab585c27b3f57a5c
State ⇒ Resolved
https://github.com/horde/horde/compare/17888ff1077a3ac5fd36f636922b3a37f8ab486c...d35a0fe2aae4fd9866a7e55e42d1000178e73fdf
commit dd91cfc60a802211f3641d3fbb417a5ca22a164e
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Mon Oct 19 15:33:02 2015 -0400
Revert "Revert "
Bug: 14138Paritally fix indent level when tag browser.""This reverts commit 17888ff1077a3ac5fd36f636922b3a37f8ab486c.
nag/lib/TagBrowser.php | 9 ++++++++-
1 files changed, 8 insertions(+), 1 deletions(-)
http://github.com/horde/horde/commit/dd91cfc60a802211f3641d3fbb417a5ca22a164e
commit 17888ff1077a3ac5fd36f636922b3a37f8ab486c
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Mon Oct 19 15:27:39 2015 -0400
Revert "
Bug: 14138Paritally fix indent level when tag browser."This reverts commit 096dca571f5d78b05c7c15ad3602a633cf1eba40.
nag/lib/TagBrowser.php | 9 +--------
1 files changed, 1 insertions(+), 8 deletions(-)
http://github.com/horde/horde/commit/17888ff1077a3ac5fd36f636922b3a37f8ab486c
commit 096dca571f5d78b05c7c15ad3602a633cf1eba40
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Mon Oct 19 14:47:54 2015 -0400
Bug: 14138Paritally fix indent level when tag browser.Still not fully correct, as there are oddities when parents are not
tagged with the tag being searched. This appears to also happen
when searching on other properties too, when the parent isn't
included in search result. Too many hours on this today...
nag/lib/TagBrowser.php | 9 ++++++++-
1 files changed, 8 insertions(+), 1 deletions(-)
http://github.com/horde/horde/commit/096dca571f5d78b05c7c15ad3602a633cf1eba40
State ⇒ Assigned
Assigned to Michael Rubinsky
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ parent - child link not shown with labels
Queue ⇒ Nag
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
In the normal view, they get correctly aligned where the child is
always right under the parent task and indented.
No add the same label to both the parent and the child task (it makes
often sense that they are related to the same label).
When filtering on that label, both parent and child tasks are shown,
but their relation is gone. Any sorting will keep the child right
below the parent (thus disregarding the sorting sequence), but the
indentation is gone.
I think it would be logical to no longer show the indent if either the
parent or the child are not selected by the label. But if both entries
are selected, then the parent/child relationship should be maintained
in the task list.