Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F772995
D46.id115.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sat, Feb 1, 11:34 PM
Size
416 B
Mime Type
text/x-diff
Expires
Sun, Feb 2, 11:34 PM (17 h, 24 m)
Engine
blob
Format
Raw Data
Handle
556265
Attached To
D46: INP-1411 - Store empty value in form field as-as
D46.id115.diff
View Options
Index: core/kernel/utility/formatters/formatter.php
===================================================================
--- core/kernel/utility/formatters/formatter.php
+++ core/kernel/utility/formatters/formatter.php
@@ -210,7 +210,7 @@
public function Parse($value, $field_name, &$object)
{
if ($value == '') {
- return NULL;
+ return $value;
}
$options = $object->GetFieldOptions($field_name);
Event Timeline
Log In to Comment