diff --git a/config/migrate_plus.migration.articles_hpc_content_module.yml b/config/migrate_plus.migration.articles_hpc_content_module.yml index 5c7923908..ef06a1450 100644 --- a/config/migrate_plus.migration.articles_hpc_content_module.yml +++ b/config/migrate_plus.migration.articles_hpc_content_module.yml @@ -52,9 +52,7 @@ process: plugin: default_value default_value: article title: title - status: - plugin: default_value - default_value: 1 + status: autoVisible created: plugin: callback callable: strtotime diff --git a/html/modules/custom/ghi_content/config/install/migrate_plus.migration.articles_hpc_content_module.yml b/html/modules/custom/ghi_content/config/install/migrate_plus.migration.articles_hpc_content_module.yml index b55227563..62e115f83 100644 --- a/html/modules/custom/ghi_content/config/install/migrate_plus.migration.articles_hpc_content_module.yml +++ b/html/modules/custom/ghi_content/config/install/migrate_plus.migration.articles_hpc_content_module.yml @@ -45,9 +45,7 @@ process: plugin: default_value default_value: article title: title - status: - plugin: default_value - default_value: 1 + status: autoVisible created: plugin: callback callable: strtotime diff --git a/html/modules/custom/ghi_content/src/RemoteSource/RemoteSourceBaseHpcContentModule.php b/html/modules/custom/ghi_content/src/RemoteSource/RemoteSourceBaseHpcContentModule.php index 9f38d6591..83777354b 100644 --- a/html/modules/custom/ghi_content/src/RemoteSource/RemoteSourceBaseHpcContentModule.php +++ b/html/modules/custom/ghi_content/src/RemoteSource/RemoteSourceBaseHpcContentModule.php @@ -480,6 +480,7 @@ public function importArticles(array $tags = NULL) { summary created updated + autoVisible } } }';