[Rt-commit] rt branch, 4.4-trunk, updated. rt-4.4.0-81-g4b8e2b5
Shawn Moore
shawn at bestpractical.com
Fri Apr 22 13:02:26 EDT 2016
The branch, 4.4-trunk has been updated
via 4b8e2b5111bdaedb2108883ad95f4752bb4b568c (commit)
from 81cf4beaedb4432af3c91dffed11537ecbfb8629 (commit)
Summary of changes:
lib/RT/Queue.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit 4b8e2b5111bdaedb2108883ad95f4752bb4b568c
Author: Shawn M Moore <shawn at bestpractical.com>
Date: Fri Apr 22 17:01:42 2016 +0000
Fix _CoreAccessible default for Queue SLADisabled
Fixes: I#31822
diff --git a/lib/RT/Queue.pm b/lib/RT/Queue.pm
index 3f074b9..7565b1d 100644
--- a/lib/RT/Queue.pm
+++ b/lib/RT/Queue.pm
@@ -1013,7 +1013,7 @@ sub _CoreAccessible {
LastUpdated =>
{read => 1, auto => 1, sql_type => 11, length => 0, is_blob => 0, is_numeric => 0, type => 'datetime', default => ''},
SLADisabled =>
- {read => 1, write => 1, sql_type => 5, length => 6, is_blob => 0, is_numeric => 1, type => 'smallint(6)', default => '0'},
+ {read => 1, write => 1, sql_type => 5, length => 6, is_blob => 0, is_numeric => 1, type => 'smallint(6)', default => '1'},
Disabled =>
{read => 1, write => 1, sql_type => 5, length => 6, is_blob => 0, is_numeric => 1, type => 'smallint(6)', default => '0'},
-----------------------------------------------------------------------
More information about the rt-commit
mailing list