mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-18 12:52:42 +01:00
Be more explicit about PHID sourcing in PhabricatorObjectSelectorDialog
This commit is contained in:
parent
acd1cc8d22
commit
927407c426
1 changed files with 2 additions and 1 deletions
|
@ -135,7 +135,8 @@ class PhabricatorObjectSelectorDialog {
|
||||||
}
|
}
|
||||||
|
|
||||||
$handle_views = array();
|
$handle_views = array();
|
||||||
foreach ($this->handles as $phid => $handle) {
|
foreach ($this->handles as $handle) {
|
||||||
|
$phid = $handle->getPHID();
|
||||||
$view = new PhabricatorHandleObjectSelectorDataView($handle);
|
$view = new PhabricatorHandleObjectSelectorDataView($handle);
|
||||||
$handle_views[$phid] = $view->renderData();
|
$handle_views[$phid] = $view->renderData();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue