Page MenuHomePhabricator

Links to the user pages are always blue (known) in the Undelete page
Closed, ResolvedPublic

Description

Author: rotemliss

Description:
Even when the user has user page, the link to his user page is blue in the
Undelete page. It's caused because the function Linker::makeKnownLinkObj is
called. We have a special function for links to users – Linker::userLink – so we
better use it. The patch uses it, and makes the code shorter and more logical.


Version: unspecified
Severity: trivial

Details

Reference
bz6184

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 9:21 PM
bzimport set Reference to bz6184.
bzimport added a subscriber: Unknown Object (MLST).

rotemliss wrote:

Patch (trunk)

Attached:

rotemliss wrote:

Patch (REL1_6)

The fix is very small, so we can commit it to the branch.

Attached:

robchur wrote:

Fixed in SVN trunk, r14548.