The groundwork is already in place, it simply needs a second parameter added and messaging added in cases where the parameter passed is FALSE to warn that dependencies were not enforced.

The default for this parameter should be TRUE, not FALSE like the method currently performs.

Comments

swirt created an issue. See original summary.

swirt’s picture

Issue summary: View changes

  • swirt committed 1f55b35 on 7.x-1.x
    Issue #2884498: Modules: Make disable and uninstall methods include...
swirt’s picture

Version: 7.x-1.x-dev » 7.x-1.29
Status: Active » Fixed

This has been fixed and released https://www.drupal.org/project/hook_update_deploy_tools/releases/7.x-1.30

This is a slight change in behavior that enable, disable and uninstall all default to managing dependents. And now support a second parameter to allow for not acting on dependents.

swirt’s picture

Status: Fixed » Closed (fixed)