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
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions drupal-org.make
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,6 @@ projects[paragraphs][patch][] = "https://www.drupal.org/files/issues/paragraphs_
projects[paranoia][version] = "1.7"
projects[password_policy][version] = "1.16"
projects[pathauto][version] = "1.3"
; @TODO remove this after pathauto update.
projects[pathauto_persist][version] = "1.4"
projects[pathologic][version] = "3.1"
projects[pci_update][version] = "1.0"
projects[pci_update][patch][] = "https://www.drupal.org/files/issues/pci_update_password_field_0.patch"
Expand Down
12 changes: 0 additions & 12 deletions govcms.profile
Original file line number Diff line number Diff line change
Expand Up @@ -68,15 +68,3 @@ function govcms_system_info_alter(&$info, $file, $type) {
$info['dependencies'] = array();
}
}

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