Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
WCMS
uw_sites_all
Commits
fe4aad78
Commit
fe4aad78
authored
Jul 22, 2021
by
Lily Yan
Browse files
ISTWCMS-3002 Add hook update to enable quick_node_clone module
parent
d18a5df4
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
uw_sites_all.install
uw_sites_all.install
+7
-0
No files found.
uw_sites_all.install
View file @
fe4aad78
...
...
@@ -144,3 +144,10 @@ function uw_sites_all_update_8104() {
$roles
[
'uw_role_content_editor'
]
->
save
();
$roles
[
'uw_role_content_author'
]
->
save
();
}
/**
* Enables Quick Node Clone module.
*/
function
uw_sites_all_update_8105
(
&
$sandbox
)
{
\
Drupal
::
service
(
'module_installer'
)
->
install
([
'quick_node_clone'
]);
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment