Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
WCMS
uw_migrate
Commits
2742ddf5
Commit
2742ddf5
authored
Nov 29, 2022
by
Igor Biki
Browse files
ISTWCMS-5514: Sidebar migration for web form update.
parent
8d4ba99a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Plugin/migrate/source/UwEmbeddedContent.php
View file @
2742ddf5
...
...
@@ -41,12 +41,13 @@ abstract class UwEmbeddedContent extends UwTable {
'uw_ct_person_profile'
,
'uw_event'
,
'uw_news_item'
,
'uw_opportunities'
,
'uw_project'
,
'uw_service'
,
'uw_site_footer'
,
'uw_web_form'
,
'uw_web_page'
,
'uw_opportunities'
,
'uwaterloo_custom_listing'
,
'uw_service'
,
'uw_project'
,
];
$query
->
condition
(
'n.type'
,
$supported_node_types
,
'IN'
);
return
$query
;
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment