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
Wed, Mar 12, 1:45 AM (2 d, 4 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7567216
Default Alt Text
D10817.diff (1 KB)

Event Timeline