Closed (fixed)
Project:
DROWL Header Slides
Version:
4.x-dev
Component:
Code
Priority:
Minor
Category:
Task
Assigned:
Reporter:
Created:
22 Mar 2022 at 19:19 UTC
Updated:
7 Jul 2022 at 15:49 UTC
Jump to comment: Most recent
Currently the view is only in our "Vorlage" but not yet part of the module.
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".
See above.
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
anybodyComment #3
anybodySee 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.
Comment #4
anybodyComment #5
anybodyIn 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.
Comment #7
anybodyDone. 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?
Comment #9
anybodyOkay, we need the update path... to delete the old view and import the new one, as views configuration was also changed in the meantime...
Comment #11
anybody