1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2025-03-04 08:29:18 +01:00
phorge-phorge/src/applications/project/engine
epriestley 00baa3c1dd Hide archived projects only on workboards, not hovercards
Summary:
See PHI225. Previously, see D15335 / T10413. On workboards, we hide archived project tags since they aren't terribly useful in that context, at least most of the time. Originally, see T10349#159916 and D15297.

However, hovercards reuse this display logic, and it's inconsistent/confusing to hide them there, since the actual "Tags" elements on task pages show them. Narrow the scope of this rule.

Test Plan:
  - Viewed a hovercard for a task with an archived project tagged, saw archived project.
  - Viewed a workboard for the same task, saw only unarchived projects other than the current board tagged (this behavior is unchanged).

Reviewers: amckinley

Reviewed By: amckinley

Differential Revision: https://secure.phabricator.com/D18783
2017-11-27 14:37:51 -08:00
..
PhabricatorBoardLayoutEngine.php Fix an issue where newly created tasks could appear at the bottom of columns 2016-02-15 15:18:05 -08:00
PhabricatorBoardRenderingEngine.php Hide archived projects only on workboards, not hovercards 2017-11-27 14:37:51 -08:00
PhabricatorBoardResponseEngine.php Restore column point counts to workboards 2016-02-10 14:01:28 -08:00
PhabricatorProjectEditEngine.php Migrate Project parent and milestone to modular transactions 2017-05-23 11:20:01 -07:00
PhabricatorProjectProfileMenuEngine.php Add a large profile picture to Projects 2017-05-11 10:13:38 -07:00