Issue Description
When working in any of the workflow admin or edit screens, styles sheets, JavaScript files and images are broken.
Reproducing the Issue
The issue occurs when you install the edit and admin modes in a sub-directory in the site. E.g. installing edit mode to "/secure/edit" and admin to "/secure/admin".
With EPiServer Manager 1.3 [login required] you are forced to install edit and admin modes to a directory other than the default. If you choose a structure where edit and admin are not in the website root, referenced resources break.
Fixing the Issue
There are two solutions to this problem:
- Move the edit and admin modes back to the website root. Move the edit and admin directories from the current location to the website root, or create virtual directory mappings, then update the web.config to reflect the new locations (EPsAdminDir and EPsEditDir). Make sure you also update the authentication sections to reflect the new paths also.
- If you must have the modes in a sub-directory then you can also edit the aspx and ascx html directly (Note that these changes will probably be overwritten with an EPiServer upgrade). Update the relative paths in the html to reflect your site setup. Some of the items you will need to edit are (there may be others):
- admin\Workflow.aspx
- admin\WorkflowItem.aspx
- Util\plugins\WorkflowLogView.ascx
- Util\plugins\StartWorkflow.ascx
- Util\plugins\ApprovalTask.ascx
1 comment:
Or as a third alternative you can enter /admin and /edit in the manager... try it... :)
Post a Comment