ui_patterns
ui_patterns copied to clipboard
Overriden fields in Views displays seem to mess up UI Patterns configuration in other displays
I have a view with two block displays and am using overriden fields in one of them. It seems that when I save UI Patterns settings in one display the settings in the other display are lost for those fields that are not in both displays.
Resulting error:
Recoverable fatal error: Argument 1 passed to Drupal\ui_patterns_views\Plugin\views\row\Pattern::isFieldVisible() must be an instance of Drupal\views\Plugin\views\field\FieldPluginBase, null given
I also had the same problem.
You have to be very careful and make sure you override the pattern settings for the display that you have overridden fields for. You cannot just override the fields it seems.
Still having this issue guys?