Closed (works as designed)
Project:
Views Galleriffic
Version:
7.x-1.0-beta3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Nov 2011 at 04:07 UTC
Updated:
15 May 2012 at 17:51 UTC
I installed the feature linked in the project description, and then decided to go another direction.
However, after uninstalling views_galleriffic_gallery (7.x-1.0), I've still got a 'gallery' content type ... with no 'delete' operation next to it.
Comments
Comment #1
raulmuroc commentedDid you deleted module and also database information? Or just the module?
That's a common mistake and probably if you don't delete db information it'll remain there hence you still see it.
To uninstall from database go to Modules page, search for Uninstall tab and there choose the Gallery module and delete it.
hope it helps.
Comment #2
jthorson commentedPretty sure I performed a full uninstall ... however, I'm speaking specifically of the 'feature', and not just the 'module'.
When installing the feature, it creates a 'gallery' content type, which is saved in the 'node_type' table as 'provided by a module' ... in other words, the 'custom' column is set to 0. And logically, since the content type is provided by code, it can only be 'removed' by code.
But since the uninstall of the feature does not delete the content type, the only way to actually remove it is to manually update the content type entry within the database; changing the 'custom' column value to '1', which then enables the 'delete' link on the content types listing page.
Comment #3
acouch commentedThis is an issue with features module. Please see that modules documentation / issue queue if this is still an issue.