Skip to content

Commit

Permalink
Merge pull request #1798 from danskernesdigitalebibliotek/uninstall-c…
Browse files Browse the repository at this point in the history
…onfig-filter

Uninstall config_filter module
  • Loading branch information
kasperg authored Nov 26, 2024
2 parents d41ea50 + 1d36e14 commit 7b1e8ce
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
1 change: 0 additions & 1 deletion config/sync/core.extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ module:
ckeditor5: 0
collation_fixer: 0
color_field: 0
config_filter: 0
config_ignore: 0
config_ignore_auto: 0
config_perms: 0
Expand Down
7 changes: 7 additions & 0 deletions web/modules/custom/dpl_update/dpl_update.install
Original file line number Diff line number Diff line change
Expand Up @@ -319,3 +319,10 @@ function dpl_update_update_10026(): string {
function dpl_update_update_10027(): string {
return _dpl_update_install_modules(['simple_oauth']);
}

/**
* Uninstall config_filter.
*/
function dpl_update_update_10028(): string {
return _dpl_update_uninstall_modules(['config_filter']);
}

0 comments on commit 7b1e8ce

Please sign in to comment.