Requirements
Superuser access / Remote Access
Resolution
Note: This bug has been reported in DNN-23633 and has been fixed for version 9.3
The current workaround is as follows:
In order to make sure disabled pages are listed:
1. Go to /DesktopModules/Admin/Dnn.PersonaBar/Modules/Dnn.SiteImportExport/scripts/bundles/ folder, and make the following change to the siteimportexport-bundle.js file
To maintain best practice make sure to backup the original one before replacing it.
n={portalId:a.portalId,cultureCode:"",isMultiLanguage:!1,excludeAdminTabs:!0,disabledNotSelectable:!1,roles:"",sortOrder:0,includeDisabled:!0}
2. The change above is basically setting the include disabled option to True.
3. Once the change is completed, clear the browser's cache in order to load the new script.
Comments
0 comments
Please sign in to leave a comment.