Fixes T10925. Sends users to /new/ instead of /create/
Details
- Reviewers
thoughtpolice epriestley - Maniphest Tasks
- T10925: Cannot create repository with latest HEAD
- Commits
- rPe422190eb530: Fix create links when no repositories exist
Visit page, see links, clicky clicky.
Diff Detail
- Repository
- rP Phabricator
- Branch
- create-repo (branched from master)
- Lint
Lint Passed - Unit
Tests Passed - Build Status
Buildable 12054 Build 15182: Run Core Tests Build 15181: arc lint + arc unit
Event Timeline
This doesn't quite fix it. /diffusion/new has this:
But clicking on either of those just takes you back to /diffusion/create/ and /diffusion/import which bail out.
I actually have my own commit that fixes it (literally about to say arc diff when I saw this and tested it) but it just changes the path to /diffusion/edit/form/default/ which seems correct, as that is what the top-level Create Repository button on the right does.
This probably can be better from a blank state, but will wait until the dust settles. Thanks for catching the click through issue. I think /new/ gets nuked in all of this, but @epriestley can fix that in the am if not.
I'll note the /new/ stuff on T10923 -- it should be getting cleaned up, I just missed it in my cutover.