Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
default_content
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
default_content
Commits
3428da0e
Commit
3428da0e
authored
Sep 14, 2014
by
Lee Rowlands
Browse files
Options
Downloads
Plain Diff
Merge pull request
#17
from dawehner/sync-issues
disable import of content during config sync
parents
394f85b3
d6f61ee1
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
default_content.module
+3
-1
3 additions, 1 deletion
default_content.module
with
3 additions
and
1 deletion
default_content.module
+
3
−
1
View file @
3428da0e
...
...
@@ -11,6 +11,8 @@
function
default_content_modules_installed
(
$modules
)
{
// @todo Move this to an event once we have HookEvent.
foreach
(
$modules
as
$module
)
{
if
(
!
\Drupal
::
isConfigSyncing
())
{
\Drupal
::
service
(
'default_content.manager'
)
->
importContent
(
$module
);
}
}
}
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