Skip to content

Commit

Permalink
Merge pull request #4036 from berkarslan-xo/bugfix/Issue-4035
Browse files Browse the repository at this point in the history
Page goes into wrong workflow state after import
  • Loading branch information
valadas authored Sep 4, 2020
2 parents bcf5fb7 + ef345f3 commit 0c64c6e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@ protected virtual void ProcessImportPage(ExportTab otherTab, IList<ExportTab> 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.
Expand Down

0 comments on commit 0c64c6e

Please sign in to comment.