Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15452281
D11655.id28058.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
836 B
Referenced Files
None
Subscribers
None
D11655.id28058.diff
View Options
diff --git a/src/applications/drydock/blueprint/DrydockWorkingCopyBlueprintImplementation.php b/src/applications/drydock/blueprint/DrydockWorkingCopyBlueprintImplementation.php
--- a/src/applications/drydock/blueprint/DrydockWorkingCopyBlueprintImplementation.php
+++ b/src/applications/drydock/blueprint/DrydockWorkingCopyBlueprintImplementation.php
@@ -40,9 +40,10 @@
"Lease is missing required 'repositoryID' attribute.");
}
- // TODO: (T603) Figure out the interaction between policies and
- // Drydock.
- $repository = id(new PhabricatorRepository())->load($repository_id);
+ $repository = id(new PhabricatorRepositoryQuery())
+ ->setViewer(PhabricatorUser::getOmnipotentUser())
+ ->withIDs(array($repository_id))
+ ->executeOne();
if (!$repository) {
throw new Exception(
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Mar 30, 3:30 AM (6 d, 11 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7725173
Default Alt Text
D11655.id28058.diff (836 B)
Attached To
Mode
D11655: Policy - convert Drydock query for repository to policy-based query
Attached
Detach File
Event Timeline
Log In to Comment