Add suggest menu for task ID
This commit is contained in:
@@ -90,7 +90,7 @@ class Markdown extends Parsedown
|
||||
$user_id = $this->container['userModel']->getIdByUsername($matches[1]);
|
||||
|
||||
if (! empty($user_id)) {
|
||||
$url = $this->container['helper']->url->href('UserViewController', 'profile', array('user_id' => $user_id), false, '', true);
|
||||
$url = $this->container['helper']->url->href('UserViewController', 'profile', array('user_id' => $user_id));
|
||||
|
||||
return array(
|
||||
'extent' => strlen($matches[0]),
|
||||
@@ -125,7 +125,10 @@ class Markdown extends Parsedown
|
||||
array(
|
||||
'token' => $token,
|
||||
'task_id' => $task_id,
|
||||
)
|
||||
),
|
||||
false,
|
||||
'',
|
||||
true
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user