diff --git a/DNN Platform/Modules/DnnExportImport/Components/Services/PagesExportService.cs b/DNN Platform/Modules/DnnExportImport/Components/Services/PagesExportService.cs index d75a662e154..09f3558ed04 100644 --- a/DNN Platform/Modules/DnnExportImport/Components/Services/PagesExportService.cs +++ b/DNN Platform/Modules/DnnExportImport/Components/Services/PagesExportService.cs @@ -220,6 +220,7 @@ protected virtual void ProcessImportPage(ExportTab otherTab, IList ex // this is not saved when adding the tab; so set it explicitly localTab.IsVisible = otherTab.IsVisible; + localTab.IsDeleted = otherTab.IsDeleted; EntitiesController.Instance.SetTabSpecificData(localTab.TabID, false, localTab.IsVisible); // Try to set the unique id of existing page same as source page unique id, if possible. This will help for future updates etc.