Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
D
drupal
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Custom Issue Tracker
Custom Issue Tracker
Labels
Merge Requests
220
Merge Requests
220
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Analytics
Analytics
Code Review
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
project
drupal
Commits
5a9f6e7d
Commit
5a9f6e7d
authored
Jul 28, 2015
by
alexpott
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue
#2535364
by mikeryan: Missing dependency in d6_vocabulary_field_instance
parent
06136856
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
core/modules/migrate_drupal/migration_templates/d6_vocabulary_field_instance.yml
...upal/migration_templates/d6_vocabulary_field_instance.yml
+1
-0
core/modules/migrate_drupal/src/Tests/d6/MigrateVocabularyFieldInstanceTest.php
...rupal/src/Tests/d6/MigrateVocabularyFieldInstanceTest.php
+5
-0
No files found.
core/modules/migrate_drupal/migration_templates/d6_vocabulary_field_instance.yml
View file @
5a9f6e7d
...
...
@@ -22,4 +22,5 @@ destination:
plugin
:
entity:field_config
migration_dependencies
:
required
:
-
d6_node_type
-
d6_vocabulary_field
core/modules/migrate_drupal/src/Tests/d6/MigrateVocabularyFieldInstanceTest.php
View file @
5a9f6e7d
...
...
@@ -36,6 +36,11 @@ protected function setUp() {
// Add some id mappings for the dependant migrations.
$id_mappings
=
array
(
'd6_node_type'
=>
array
(
array
(
array
(
'article'
),
array
(
'article'
)),
array
(
array
(
'page'
),
array
(
'page'
)),
array
(
array
(
'story'
),
array
(
'story'
)),
),
'd6_taxonomy_vocabulary'
=>
array
(
array
(
array
(
4
),
array
(
'tags'
)),
),
...
...
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