This module is improperly labeled and named. Because of this, it makes impossible to be managed via Drush or any package management.

The folder is named "commerce_product_display_manager" but the module files are named "commerce_pdm".

I am not even sure how Drupal's packaging system even allowed it.

Please correct.

CommentFileSizeAuthor
#1 patch-2314055-1.patch137.18 KBnetsensei

Comments

netsensei’s picture

Status: Active » Needs work
StatusFileSize
new137.18 KB

Okay. Changing the shortcode of the product to product_pdm is apparently not an option (see: [#https://www.drupal.org/node/1126224])

I've added a patch which renames the hooks and files of the project aptly to "commerce_product_display_manager".

Not going to push this yet as I want this tested. So far, renaming all hooks and project files resulted in Drupal behaving like the module is still enabled but the files aren't there anymore. I suggest disabling the old module before applying this patch. I guess this is something for a next major version and requires an appropriate upgrade path if possible...