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.

Command icon 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

Grimreaper created an issue. See original summary.

grimreaper’s picture

  • Grimreaper committed 7a6b7afd on 8.x-1.x
    Issue #3371032 by Grimreaper: Update to 1.6 delete views using...
grimreaper’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.