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
d3c44415
Commit
d3c44415
authored
5 months ago
by
Igor Biki
Committed by
Lily Yan
1 month ago
Browse files
Options
Downloads
Patches
Plain Diff
ISTWCMS-7187: Installing views_tree module.
parent
f3967268
No related branches found
No related tags found
1 merge request
!202
ISTWCMS-7187: Installing views_tree module.
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
uw_sites_all.install
+6
-0
6 additions, 0 deletions
uw_sites_all.install
with
6 additions
and
0 deletions
uw_sites_all.install
+
6
−
0
View file @
d3c44415
...
...
@@ -2094,4 +2094,10 @@ function uw_sites_all_update_9168(&$sandbox) {
strtotime
(
'+1 day'
)
);
}
/**
* Installing views_tree module.
*/
function
uw_sites_all_update_9169
(
&
$sandbox
)
{
\Drupal
::
service
(
'module_installer'
)
->
install
([
'views_tree'
]);
}
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