1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-14 02:42:40 +01:00
phorge-phorge/src/applications/meta/controller
epriestley 2868a69f65 Remove all setObjectURI() from ActionListViews
Summary:
Ref T10004. After D14804, we get this behavior by default and no longer need to set it explicitly.

(If some endpoint did eventually need to set it explicitly, it could just change what it passes to `setHref()`, but I believe we currently have no such endpoints and do not foresee ever having any.)

Test Plan:
  - As a logged out user, clicked various links in Differential, Maniphest, Files, etc., always got redirected to a sensible place after login.
  - Grepped for `setObjectURI()`, `getObjectURI()` (there are a few remaining callsites, but to a different method with the same name in Doorkeeper).

Reviewers: chad

Reviewed By: chad

Subscribers: hach-que

Maniphest Tasks: T10004

Differential Revision: https://secure.phabricator.com/D14805
2015-12-17 08:30:22 -08:00
..
PhabricatorApplicationDetailViewController.php Remove all setObjectURI() from ActionListViews 2015-12-17 08:30:22 -08:00
PhabricatorApplicationEditController.php Fix control state for custom application policies with template types 2015-10-20 06:56:11 -07:00
PhabricatorApplicationEmailCommandsController.php Remove pro-white-background, re-style PHUIDocumentViewPro 2015-11-28 07:20:55 -08:00
PhabricatorApplicationPanelController.php Modularize application configuration panels 2015-03-12 13:28:37 -07:00
PhabricatorApplicationsController.php Generate mail command documentation from active commands 2015-04-01 11:51:47 -07:00
PhabricatorApplicationsListController.php Update Meta for handleRequest 2015-08-10 09:08:33 -07:00
PhabricatorApplicationUninstallController.php Update Meta for handleRequest 2015-08-10 09:08:33 -07:00