Add module name to uninstall
1 unresolved thread
1 unresolved thread
Closes #3250376
Merge request reports
Activity
added 469 commits
-
89d1e8c8...1a2079a4 - 467 commits from branch
project:11.x
- 52e1116c - Merge branch '11.x' into 3250376-uninstall-page-shows
- a3cd19be - Added an assertion
-
89d1e8c8...1a2079a4 - 467 commits from branch
added 1 commit
- 93324cdf - Add machine names that do not match to uninstall
199 200 // we can allow this module to be uninstalled. 200 201 foreach (array_keys($module->required_by) as $dependent) { 201 202 if ($this->updateRegistry->getInstalledVersion($dependent) !== $this->updateRegistry::SCHEMA_UNINSTALLED) { 202 $form['modules'][$module->getName()]['#required_by'][] = $dependent; 203 $module_name = $modules[$dependent]->info['name']; 204 if ($dependent != strtolower(str_replace(' ', '_', $module_name))) { added 135 commits
-
2c7d31c5...f4e4dd42 - 134 commits from branch
project:11.x
- 19fc5bf0 - Merge branch '11.x' into 3250376-uninstall-page-shows
-
2c7d31c5...f4e4dd42 - 134 commits from branch
Please register or sign in to reply