Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
uw_sites_all
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
WCMS
uw_sites_all
Commits
ace32cf6
Commit
ace32cf6
authored
1 year ago
by
Chris Shantz
Browse files
Options
Downloads
Plain Diff
Merge branch '1.1.x' into prod/1.1.x
parents
1b24d8fc
5dcc676a
No related branches found
Branches containing commit
Tags
1.1.10
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
uw_sites_all.install
+7
-0
7 additions, 0 deletions
uw_sites_all.install
with
7 additions
and
0 deletions
uw_sites_all.install
+
7
−
0
View file @
ace32cf6
...
...
@@ -1681,3 +1681,10 @@ function uw_sites_all_update_9141(&$sandbox) {
\Drupal
::
service
(
'module_installer'
)
->
install
(
$modules
);
}
/**
* Uninstall contib module conditional fields.
*/
function
uw_sites_all_update_9142
(
&
$sandbox
)
{
\Drupal
::
service
(
'module_installer'
)
->
uninstall
([
'conditional_fields'
]);
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment