[Rt-commit] [rtir] 01/01: InitialPriority of 'undef' is wrong and gets passed to the database

Jesse Vincent jesse at bestpractical.com
Thu Apr 2 21:55:34 EDT 2015


This is an automated email from the git hooks/post-receive script.

jesse pushed a commit to branch 3.4/reimplement-constituencies
in repository rtir.

commit 2722f44226b0406cf858008e82278f0e971d144d
Author: Jesse Vincent <jesse at bestpractical.com>
Date:   Thu Apr 2 18:55:11 2015 -0700

    InitialPriority of 'undef' is wrong and gets passed to the database
---
 etc/initialdata | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/etc/initialdata b/etc/initialdata
index daf3494..dc3b757 100644
--- a/etc/initialdata
+++ b/etc/initialdata
@@ -16,7 +16,7 @@
         InitialPriority   => (
             $_ eq 'incidents'
             ? 50
-            : undef
+            : 0
         )
     }
 } RT::IR->Lifecycles;

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the rt-commit mailing list