Not sure if this is the correct fix, but I think it's where you intend to go?
Details
Details
- Reviewers
epriestley - Maniphest Tasks
- T5361: Board links in Tasks no longer link to Boards
- Commits
- Restricted Diffusion Commit
rPfefe5ae27c94: Fix board links in TaskDetail
Click on link in Task, get the the correct board. Click lots of links of boards and make sure everything still works.
Diff Detail
Diff Detail
- Repository
- rP Phabricator
- Lint
Lint Skipped - Unit
Tests Skipped
Event Timeline
Comment Actions
This prevents a project from being called #board.
Instead, I think it's sufficient to replace tag/ with project/board/?
src/applications/maniphest/controller/ManiphestTaskDetailController.php | ||
---|---|---|
567–568 | That is, just change this line? |
Comment Actions
Sorry, yeah, realized I am crazy. How about this?
src/applications/maniphest/controller/ManiphestTaskDetailController.php | ||
---|---|---|
567–568 | Then this should just be $handle->getURI().'board/'? | |
src/applications/project/application/PhabricatorApplicationProject.php | ||
82 | Make this /slug/board/ instead of /board/slug/. |