Custom Select field values are rendered as Unknown Object (????) when set as Herald rule conditions and editing the Herald rule.
This is unhelpful; at least display their key value.
Closes T15860
Differential D25696
Avoid "Unknown Object (????)" for custom Select field values in Herald editor aklapper on Jun 19 2024, 20:33. Authored by Tags None Referenced Files
Subscribers
Details Custom Select field values are rendered as Unknown Object (????) when set as Herald rule conditions and editing the Herald rule. Closes T15860 Create a "type": "select" custom field via /config/edit/maniphest.custom-field-definitions/, set up a Herald rule with a condition based on that custom field, edit the Herald rule.
Diff Detail
Event TimelineComment Actions This is not a full fix, still it is an improvement (and a base if anyone feels like fixing this perfectly). Before: After: Comment Actions Maybe relevant but PhabricatorObjectHandleData seems to do some magic about filling PhabricatorObjectHandle with stuff like the name. Comment Actions Not anymore since rPb902005bed52a5e35c7011c70fbe42621598713f but thanks for making me look into this again. :P Using PhabricatorHandleQuery would just have the same result as current return $this->getPHID(). And using PhabricatorObjectQuery gets us nothing. |