Problem/Motivation

First views ef fieldset needs to support column selector fields for which this issue is created https://www.drupal.org/project/views_ef_fieldset/issues/3247362#comment-...
Assuming we have the above patch in our system, view still breaks, due to hardcoded form state key when we try to get errors from non existent key.

To fix it we can use a method to find the key and get errors from it rather as in patch.

CommentFileSizeAuthor
views-ef-compatibility-1.patch2.44 KBu_tiwari

Comments

u_tiwari created an issue. See original summary.

daveiano’s picture

Status: Active » Needs work

Thank you for the patch!

I have not taken a look at it in detail but I will do it within the next week! Not sure if we should add a test for this?

daveiano’s picture

Issue tags: +2.0.4

  • daveiano committed 939ca78 on 2.x authored by u_tiwari
    Issue #3247363 by u_tiwari: Compatibility with views_ef_fieldset module
    
daveiano’s picture

Status: Needs work » Postponed

The patch was merged with a few tweaks. I will have a look at the other issue from time to time to see if there are any news!

Meanwhile I will set the issue state to 'Postponed'.

Thank you!