When I select "Display Suite" as a style in Views and then again when trying to access the settings I get "Undefined index: delta_fields". The settings page can not open.
Changing from $this->options['delta_fields'] to $this->options['delta_fieldset']['delta_fields'] seems to resolve the issue.
I have attached a patch with this change.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 1940618-2.patch | 1.82 KB | swentel |
| ds_delta_fields_option_fix.patch | 1.12 KB | frjo |
Comments
Comment #1
interdruper commentedI reproduced the error and tested the patch submitted by frjo. It also has fixed the error for me.
Comment #2
swentel commentedThe patch was not entirely right, attached is the good one fixing another notice as well.
Comment #3
aspilicious commentedI didn't port the delta field stuff yet because it wasn't clear me to me what it does, why we need it.
So marking this fixed for now.
Comment #4
aspilicious commented