Closed (duplicate)
Project:
Nodequeue
Version:
6.x-2.2
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
11 Jun 2009 at 19:36 UTC
Updated:
15 Jun 2009 at 14:05 UTC
In our current workflow we create Nodequeues and (extensively) customize the views, which are then exported to files and loaded through a module. This raises the issue of having multiple modules attempting to load a view with the same name. So then I rename the customized one, but then both the customized one and the automatically generated one are available, which can both add confusion to users and also add headache for development.
So it would be really great if NodeQueue could either:
Obviously these would be configurable so site admins could manage it. I'll see if I can do up a patch or two.
Comments
Comment #1
merlinofchaos commentedI could've sworn the automatically created views were not enabled by default.
Comment #2
damienmckennaAs of the latest v6.x-2.2 release the nodequeues are automatically enabled.
Comment #3
ezra-g commentedIsn't this a duplicate of #423284: Drop automatic view creation?
Comment #4
damienmckennaezra: it pretty much is, though I was also open to just not enabling them by default.