mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01:00
Add status to PhabricatorProjectQuery->getPagingValueMap()
Summary: Probably fixes https://discourse.phabricator-community.org/t/unhandled-exception-for-certain-fields-in-maniphest-search/2263. Couldn't repro this locally, but this is almost certainly the correct fix. Test Plan: doitlive Reviewers: epriestley Reviewed By: epriestley Subscribers: Korvin Differential Revision: https://secure.phabricator.com/D19951
This commit is contained in:
parent
9d5b933ed5
commit
65e89c239e
1 changed files with 1 additions and 0 deletions
|
@ -200,6 +200,7 @@ final class PhabricatorProjectQuery
|
|||
return array(
|
||||
'id' => $project->getID(),
|
||||
'name' => $project->getName(),
|
||||
'status' => $project->getStatus(),
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue