This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.
When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:
If /Admin/ContentManagerPreview.aspx is called for non-existing module, it would be nice to redirect somewhere.
There is a way to reproduce this even without typing parameters manually:
1. Go to /Admin/ContentManagerPreview.aspx for some module
2. Go to publishing
3. Delete the module - you are redirected to the first page, but the module is already deleted.
I will make it redirect to the content list in this case.
Thanks,
Joe
Is everything alright with permissions in this case?
Content list is available for admins only. Can non-admins delete some particular content (so they can repeat the same scenario)?
All of content manager is limited to use by Admins and Content Admins. Other roles can only do in place content creation. They can delete items from a page but not from the content system.
As far as I can see, you have modified /Admin/ContentManagerPreview.aspx.cs
But that did not fix the issue.