Problem/Motivation
After trying the update from 8.x-1.5 to 8.x-1.6, I got my views using ui_patterns_views_style deleted.
Proposed resolution
Check for the update ui_patterns_views_update_9101(), maybe the following line is wrong:
unset($dependencies['module']['ui_patterns_views_style']);
as $dependencies['module'] is a numeric list and not a keyed one.
Issue fork ui_patterns-3371032
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
grimreaperComment #5
grimreaper