Skip to content
This repository has been archived by the owner on Dec 6, 2022. It is now read-only.

[GOVCMSD7-156] Remove pathauto_persist module #907

Open
wants to merge 3 commits into
base: 7.x-3.x
Choose a base branch
from
Open

[GOVCMSD7-156] Remove pathauto_persist module #907

wants to merge 3 commits into from

Conversation

suhyeonh
Copy link
Contributor

The module pathauto_persist has been merged into the Pathauto module hence no longer required in the distribution.

drupal-org.make Outdated Show resolved Hide resolved
@pandaskii
Copy link
Contributor

Also, We don't need this function while the modules are removed from the distribution

/**
 * Implements hook_paranoia_hide_modules().
 *
 * @TODO remove this after pathauto update.
 */
function govcms_paranoia_hide_modules() {
  return array(
    'pathauto_persist' => 'Other',
    'govcms_register' => 'govCMS',
  );
}

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants