Page MenuHomePhabricator

D10817.diff
No OneTemporary

D10817.diff

diff --git a/src/applications/owners/controller/PhabricatorOwnersDetailController.php b/src/applications/owners/controller/PhabricatorOwnersDetailController.php
--- a/src/applications/owners/controller/PhabricatorOwnersDetailController.php
+++ b/src/applications/owners/controller/PhabricatorOwnersDetailController.php
@@ -139,10 +139,10 @@
$commit_views = array();
- $commit_uri = id(new PhutilURI('/audit/view/packagecommits/'))
+ $commit_uri = id(new PhutilURI('/audit/'))
->setQueryParams(
array(
- 'phid' => $package->getPHID(),
+ 'auditorPHIDs' => $package->getPHID(),
));
$attention_commits = id(new DiffusionCommitQuery())
diff --git a/src/applications/owners/controller/PhabricatorOwnersListController.php b/src/applications/owners/controller/PhabricatorOwnersListController.php
--- a/src/applications/owners/controller/PhabricatorOwnersListController.php
+++ b/src/applications/owners/controller/PhabricatorOwnersListController.php
@@ -308,7 +308,7 @@
phutil_tag(
'a',
array(
- 'href' => '/audit/view/packagecommits/?phid='.$package->getPHID(),
+ 'href' => '/audit/?auditorPHIDs='.$package->getPHID(),
),
pht('Related Commits')),
);

File Metadata

Mime Type
text/plain
Expires
Mon, Nov 25, 12:09 AM (20 h, 20 m)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6784120
Default Alt Text
D10817.diff (1 KB)

Event Timeline