When editing a smart form that contains a resource selector, the resource selector loads very slowly.
To resolve the slowness, edit the ucContentFolderTree.ascx file.
- Navigate to ~/workarea/contentdesigner/dialogs/ucContentFolderTree.ascx.
- Create a backup copy of ucContentFolderTree.ascx.
- Edit ucContentFolderTree.ascx.
- Navigate to Line 21. You see the following code:
- Add the following after the "Onclick" event: PageDepth="1".
So, the code looks like this:
Please sign in to leave a comment.