Problem/Motivation

Currently the view is only in our "Vorlage" but not yet part of the module.

Steps to reproduce

Proposed resolution

Rename the view from
"admin_media_slideshow_overview"
to
"drowl_header_slides_admin_media_slideshow"
remove the uid's
and move it into the module.

Remove the existing view from the "Vorlage".

Remaining tasks

See above.

User interface changes

API changes

Data model changes

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

Anybody created an issue. See original summary.

anybody’s picture

Assigned: anybody » Unassigned
Priority: Normal » Minor
anybody’s picture

See https://drupal.stackexchange.com/questions/274828/how-do-i-programmatica... for how to import a view from config.

Similar steps can be used to delete the old view.

anybody’s picture

Assigned: Unassigned » anybody
anybody’s picture

In progress, I already duplicated the view in our Vorlage with the new name and removed the old one. Now we have to do this programmatically for all sites.

  • Anybody committed f544d42 on 4.x
    Issue #3271065: Move view admin_media_slideshow_overview into module (...
anybody’s picture

Status: Active » Fixed

Done. I think an update hook to delete the old view and replace it by the new one 1:1 is not important enough. If we change our mind, we can do that later. Eventually we can simply load the old view and save it as new one under the new name?

  • Anybody committed e30967f on 4.x
    Issue #3271065: Move view admin_media_slideshow_overview into module (...
anybody’s picture

Status: Fixed » Active

Okay, we need the update path... to delete the old view and import the new one, as views configuration was also changed in the meantime...

  • Anybody committed 84cf850 on 4.x
    Issue #3271065 by Anybody: Move view admin_media_slideshow_overview into...
anybody’s picture

Status: Active » Fixed

  • Anybody committed 957f04c on 4.x
    Issue #3271065 by Anybody: Move view admin_media_slideshow_overview into...

  • Anybody committed e8faf77 on 4.x
    Issue #3271065 by Anybody: Move view admin_media_slideshow_overview into...

Status: Fixed » Closed (fixed)

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