Closed mjordan closed 5 years ago
Uninstalling the module (e.g., drush pm:uninstall islandora_whole_object) doesn't delete the View that is bundled with the module. If you reinstall the module (e.g. drush en -y islandora_whole_object), you get an error.
drush pm:uninstall islandora_whole_object
drush en -y islandora_whole_object
This should be doable in an .install file.
Closed as a result of #4.
Uninstalling the module (e.g.,
drush pm:uninstall islandora_whole_object
) doesn't delete the View that is bundled with the module. If you reinstall the module (e.g.drush en -y islandora_whole_object
), you get an error.This should be doable in an .install file.