Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#3647: Disable az_seo_update_1021001 and az_paragraphs_views_side_by_side_update_1021001. #3648

Merged
merged 3 commits into from
Aug 16, 2024
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,4 @@ lifecycle_link: 'https://github.com/az-digital/az_quickstart/blob/main/RELEASES.
description: 'Provides a paragraph type to show two views side-by-side on desktop screens.'
core_version_requirement: ^9 || ^10
dependencies:
- az_news:az_news
- az_event:az_event
- az_person:az_person
- az_flexible_page:az_flexible_page
- az_paragraphs:az_paragraphs_view
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,9 @@
*/

/**
* Install az_news, az_person, az_event, az_flexible_page modules.
* This update has been removed.
*
* Install modules that contain configuration dependencies.
*
* @see https://github.com/az-digital/az_quickstart/issues/3445
* @see https://github.com/az-digital/az_quickstart/pull/3446
* @see https://github.com/az-digital/az_quickstart/issues/3647
*/
function az_paragraphs_views_side_by_side_update_1021001() {
$modules_to_install = [
'az_news',
'az_event',
'az_person',
'az_flexible_page',
];
\Drupal::service('module_installer')->install($modules_to_install);
}
4 changes: 0 additions & 4 deletions modules/custom/az_seo/az_seo.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ type: module
core_version_requirement: ^9 || ^10
package: The University of Arizona
dependencies:
- az_news:az_news
- az_event:az_event
- az_person:az_person
- az_flexible_page:az_flexible_page
- xmlsitemap:xmlsitemap
- xmlsitemap:xmlsitemap_engines
- redirect:redirect
Expand Down
14 changes: 2 additions & 12 deletions modules/custom/az_seo/az_seo.install
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,9 @@ function az_seo_update_last_removed() {
}

/**
* Install az_news, az_person, az_event, az_flexible_page modules.
* This update has been removed.
*
* Install modules that contain configuration dependencies.
*
* @see https://github.com/az-digital/az_quickstart/issues/3498
* @see https://github.com/az-digital/az_quickstart/pull/3499
* @see https://github.com/az-digital/az_quickstart/issues/3647
*/
function az_seo_update_1021001() {
$modules_to_install = [
'az_news',
'az_event',
'az_person',
'az_flexible_page',
];
\Drupal::service('module_installer')->install($modules_to_install);
}