Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15354127
D10817.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D10817.id.diff
View Options
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
Details
Attached
Mime Type
text/plain
Expires
Wed, Mar 12, 2:06 AM (2 d, 4 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7567216
Default Alt Text
D10817.id.diff (1 KB)
Attached To
Mode
D10817: Owners / Audit - restore link to view audits related to an owners package.
Attached
Detach File
Event Timeline
Log In to Comment