Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F1169554
D543.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
Fri, Sep 26, 6:32 AM
Size
590 B
Mime Type
text/x-diff
Expires
Sat, Sep 27, 6:32 AM (16 h, 8 m)
Engine
blob
Format
Raw Data
Handle
757776
Attached To
D543: INP-1927 Support "tinyint" data type in Table Structure Generator
D543.diff
View Options
Index: core/units/admin/admin_events_handler.php
===================================================================
--- core/units/admin/admin_events_handler.php
+++ core/units/admin/admin_events_handler.php
@@ -408,7 +408,7 @@
$field_options['max_len'] = (int)$regs[1];
}
- if ( preg_match('/tinyint\([\d]+\)/i', $field_info['Type']) ) {
+ if ( preg_match('/tinyint(\([\d]+\))?/i', $field_info['Type']) ) {
$field_options['formatter'] = 'kOptionsFormatter';
$field_options['options'] = Array (1 => 'la_Yes', 0 => 'la_No');
$field_options['use_phrases'] = 1;
Event Timeline
Log In to Comment