mirror of
https://we.phorge.it/source/phorge.git
synced 2025-04-13 04:48:34 +02: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(
|
return array(
|
||||||
'id' => $project->getID(),
|
'id' => $project->getID(),
|
||||||
'name' => $project->getName(),
|
'name' => $project->getName(),
|
||||||
|
'status' => $project->getStatus(),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue