@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add title to ObjectItemList headers for truncated displays

Summary: Ref T6723. This allows you to hover over truncated headers and get the full text if needed.

Test Plan:
Hover over header, see full title

{F248197}

Reviewers: btrahan, epriestley

Reviewed By: epriestley

Subscribers: Korvin, epriestley

Maniphest Tasks: T6723

Differential Revision: https://secure.phabricator.com/D10958

+1
+1
src/view/phui/PHUIObjectItemView.php
··· 329 329 array( 330 330 'href' => $this->href, 331 331 'class' => 'phui-object-item-link', 332 + 'title' => $this->header, 332 333 ), 333 334 $this->header); 334 335