Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15453775
D13516.id32680.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
D13516.id32680.diff
View Options
diff --git a/src/infrastructure/query/policy/PhabricatorPolicyAwareQuery.php b/src/infrastructure/query/policy/PhabricatorPolicyAwareQuery.php
--- a/src/infrastructure/query/policy/PhabricatorPolicyAwareQuery.php
+++ b/src/infrastructure/query/policy/PhabricatorPolicyAwareQuery.php
@@ -256,7 +256,6 @@
}
if ($visible) {
- $this->putObjectsInWorkspace($this->getWorkspaceMapForPage($visible));
$visible = $this->didFilterPage($visible);
}
@@ -471,27 +470,6 @@
/**
- * Convert a result page to a `<phid, PhabricatorPolicyInterface>` map.
- *
- * @param list<PhabricatorPolicyInterface> Objects.
- * @return map<phid, PhabricatorPolicyInterface> Map of objects which can
- * be put into the workspace.
- * @task workspace
- */
- protected function getWorkspaceMapForPage(array $results) {
- $map = array();
- foreach ($results as $result) {
- $phid = $result->getPHID();
- if ($phid !== null) {
- $map[$phid] = $result;
- }
- }
-
- return $map;
- }
-
-
- /**
* Mark PHIDs as in flight.
*
* PHIDs which are "in flight" are actively being queried for. Using this
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Mar 30, 2:17 PM (3 w, 3 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7710400
Default Alt Text
D13516.id32680.diff (1 KB)
Attached To
Mode
D13516: Don't put objects into the query workspace by default
Attached
Detach File
Event Timeline
Log In to Comment