mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-22 14:52:41 +01:00
fix find / replace error from addressing feedback in D4708. now links to tasks work again.
This commit is contained in:
parent
1d0058abcf
commit
cb38ab27ce
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ final class ManiphestPeopleMenuEventListener extends PhutilEventListener {
|
|||
$menu = $event->getValue('menu');
|
||||
$person_phid = $event->getValue('person')->getPHID();
|
||||
|
||||
$href = '/maniphest/view/action/?persons='.$person_phid;
|
||||
$href = '/maniphest/view/action/?users='.$person_phid;
|
||||
$name = pht('Tasks');
|
||||
|
||||
$menu->addMenuItemToLabel('activity',
|
||||
|
|
Loading…
Reference in a new issue