if you rename a project in such a way that the old slug and the new slug are the same, there are errors when the phriction document is updated. detect this case and don't bother updating the document since there is no change. Fixes Github issue 474.
Details
Details
- Reviewers
epriestley - Commits
- Restricted Diffusion Commit
rPd63e530608e9: Phriction - fix a corner case on renaming a project
made a project "testTest". Viewed the wiki page. Created the wiki page. Renamed the project "TestTest". Before patch, this error'd, post patch it works!
Diff Detail
Diff Detail
- Lint
Lint Skipped - Unit
Tests Skipped
Event Timeline
Comment Actions
You might need to nuke src/.phutil_module_cache for lint, I think you're probably hitting T1486 (or I messed up D7880).