Changing namespace breaks wiki images
Steps to reproduce
- Create a project
- Create a wiki page, upload images to that wiki page
- Change the namespace of the project
- Load the wiki page
What is expected: Images should still display
What happens: The images are broken. The browser console reveals a 500 error.
I looked at the wiki page source and it still has the old namespace. I looked in the public/uploads folder on the server and the images still exist in the old namespace. Maybe it is a permissions thing?