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

[GOVCMSD7-156] Remove pathauto_persist module#907

Open
suhyeonh wants to merge 3 commits intogovCMS:7.x-3.xfrom
suhyeonh:GOVCMSD7-156
Open

[GOVCMSD7-156] Remove pathauto_persist module#907
suhyeonh wants to merge 3 commits intogovCMS:7.x-3.xfrom
suhyeonh:GOVCMSD7-156

Conversation

@suhyeonh
Copy link
Contributor

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

@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.

3 participants