Closed (works as designed)
Project:
Nodequeue
Version:
7.x-2.0-beta1
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
31 Jan 2012 at 14:50 UTC
Updated:
15 May 2012 at 21:09 UTC
A node queue creates two views (page / block), that I do not use (at least I think so). However, all the nodequeues I create on my site needs to create a particular view, that I utilize in different places. Having three nodequeues I need to duplicate the views manually in the views interface. Would it be possible to provide a hook, so the developer can decide for themselves which views should be created - so I do not have to delete the views I do not use and create my own before exporting the views to features?
Comments
Comment #1
jaydub commentedYou can disable these Views which since they are 'in code' is the best you can do vs deletion.
Comment #2
nevets commentedNote there is a global node queue setting to disable the automatic creation of the views
Comment #3
jaydub commented@nevets good point! The setting for this is located at /admin/structure/nodequeue/settings
Comment #4
amateescu commentedThanks for the helpful answers guys, you are right so I'm closing this issue.