Page MenuHomePhabricator

D15244.diff
No OneTemporary

D15244.diff

diff --git a/src/applications/maniphest/storage/ManiphestTask.php b/src/applications/maniphest/storage/ManiphestTask.php
--- a/src/applications/maniphest/storage/ManiphestTask.php
+++ b/src/applications/maniphest/storage/ManiphestTask.php
@@ -462,6 +462,10 @@
->setKey('priority')
->setType('map<string, wild>')
->setDescription(pht('Information about task priority.')),
+ id(new PhabricatorConduitSearchFieldSpecification())
+ ->setKey('points')
+ ->setType('points')
+ ->setDescription(pht('Point value of the task.')),
);
}
@@ -488,6 +492,7 @@
'ownerPHID' => $this->getOwnerPHID(),
'status' => $status_info,
'priority' => $priority_info,
+ 'points' => $this->getPoints(),
);
}

File Metadata

Mime Type
text/plain
Expires
Sat, Mar 15, 9:10 PM (6 d, 18 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7703765
Default Alt Text
D15244.diff (780 B)

Event Timeline