An error occurred while fetching the assigned milestone of the selected merge_request.
Issue #3444071: Enable the Term Merge module
1 unresolved thread
Closes #3444071
Merge request reports
Activity
added 1 commit
28 28 'jquery_ui', 29 29 ]); 30 30 } 31 32 /** 33 * Issue #3444071: Enable the Term Merge module with dependencies. 34 */ 35 function taxonomy_manager_update_8201() { 36 if (!\Drupal::moduleHandler()->moduleExists('term_merge')) { @RajabNatshah , does it make sense to have this check? Term merge dependency was directly added to module info as a dependency. Let's add it to https://git.drupalcode.org/project/taxonomy_manager/-/blob/2.0.x/composer.json as a requirement.
No need, it was fixed by using submodule approach here - https://www.drupal.org/project/taxonomy_manager/issues/3444071
Please register or sign in to reply