Page MenuHomePhorge

D25554.1737654713.diff
No OneTemporary

D25554.1737654713.diff

diff --git a/src/infrastructure/customfield/standard/PhabricatorStandardCustomFieldInt.php b/src/infrastructure/customfield/standard/PhabricatorStandardCustomFieldInt.php
--- a/src/infrastructure/customfield/standard/PhabricatorStandardCustomFieldInt.php
+++ b/src/infrastructure/customfield/standard/PhabricatorStandardCustomFieldInt.php
@@ -53,7 +53,7 @@
PhabricatorCursorPagedPolicyAwareQuery $query,
$value) {
- if (phutil_nonempty_scalar($value)) {
+ if (is_array($value) || phutil_nonempty_scalar($value)) {
$query->withApplicationSearchContainsConstraint(
$this->newNumericIndex(null),
$value);

File Metadata

Mime Type
text/plain
Expires
Thu, Jan 23, 17:51 (2 w, 19 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1146089
Default Alt Text
D25554.1737654713.diff (646 B)

Event Timeline