filter deleted pages and modules on the server

This commit is contained in:
sbwalker
2023-08-28 17:15:31 -04:00
parent 11d02ccf44
commit db2c42f0f4
3 changed files with 5 additions and 5 deletions

View File

@ -398,7 +398,7 @@
module.PaneModuleIndex = -1;
module.PaneModuleCount = 0;
if ((module.PageId == page.PageId || module.ModuleId == moduleid))
if (module.PageId == page.PageId || module.ModuleId == moduleid)
{
var typename = Constants.ErrorModule;