Closed (outdated)
Project:
Drupal core
Version:
8.4.x-dev
Component:
views_ui.module
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Dec 2016 at 08:03 UTC
Updated:
2 Feb 2017 at 14:53 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
handkerchiefComment #3
handkerchiefComment #4
lendudeThe change from 8.2.2 to 8.2.4 is because #2717629: Add filter group for a View fails was fixed.
This feels like it might be a duplicate of #2825446: Moving a filter to the end of a Filter group in filter rearrange doesn't work but does allow dropping in invalid regions but the steps are a little different, @handkerchief do you think these are two different issues?
I tried to reproduce the issue described here but couldn't using the steps given. Am I missing a vital step? I used an existing View, should it be a new fresh one?
Comment #5
handkerchiefHm.. good question. Indeed, it can be the same cause. But the issue #2825446 has already two filter groups. And I can not create a second filtergroup, so i think my problem starts earlier.
what is your result?
Comment #6
lendude@handkerchief oh yeah, it's indeed broken on a fresh install. What I think we're seeing is a combination of #2215857: Behaviors get attached to removed forms and #2825446: Moving a filter to the end of a Filter group in filter rearrange doesn't work but does allow dropping in invalid regions.
If I move the filter UNDER the new group (so not in it, so into an invalid position really), it gets saved to the new group.
If I then move it back to the first filter group and save, it stays in the second group. If I move it to the first group and then remove the second group and then save, moving it works.
If I switch off the drag and drop features by clicking 'Show row weights', everything works fine from start to finish.
Haven't tested it with any of the available patches in the other issues, but that might be worth doing to see if that solves all this.
Comment #7
dmsmidtI can confirm that in 8.4.x you can create new filters.
However the Drag and Drop behavior is somewhat broken. But this will be addressed in earlier mentioned issues.