Problem/Motivation
When exposing a field and then marking it as a grouped field it does not show within the Fieldset.
Steps to reproduce
* Create a view
* Add filter to the field
* Mark as exposed
* When configuring the field mark as grouped
* Enter in the grouped values
Proposed resolution
Modify the display-extender plugin to account for grouped fields.
Remaining tasks
User interface changes
API changes
Data model changes
| Comment | File | Size | Author |
|---|---|---|---|
| #8 | View page.png | 213.07 KB | roberttabigue |
| #8 | Added Grouped Fields.png | 289.88 KB | roberttabigue |
| #8 | Configuration panel.png | 328.19 KB | roberttabigue |
| #7 | 3168779-7.patch | 998 bytes | cindytwilliams |
| #6 | image (3).png | 99.61 KB | roberttabigue |
Issue fork views_ef_fieldset-3168779
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
sean_e_dietrichPatch supplied that allows for the correct label to be used with the settings interface and uses the exposed field.
Comment #3
volkswagenchickTagging this Novice
Comment #5
reenaraghavan commentedCreated a view
Added filter to the field
Marked as exposed
Field marked as grouped
Comment #6
roberttabigue commentedHi Sean,
I'm new to this module and confirmed resolved the issue when I applied patch #2 to the "Views Exposed Form Fieldset" module against 8.x-1.x-dev. Please see the screenshots attached.
For your review.
Thank you.
Comment #7
cindytwilliams commentedUpdated patch to work with the latest version of 8.x-1.x-dev.
Comment #8
roberttabigue commentedHi @cindytwilliams,
I installed and enabled the Views Exposed Form Fieldset module against 8.x-1.x-dev on my D10 site, and confirmed it works now after applying Patch #7.
Please see the attached files for reference.
I'm moving this now to ‘RTBC’.
Thank you!
Comment #9
eli-tThanks everyone for your work on this. Let's convert the patch to a merge request.
Comment #12
eli-tThanks for all your work everyone 💙