[Rt-commit] rt branch, new-style-templates, updated. rt-3.8.8-182-g1e0a035

Shawn Moore sartak at bestpractical.com
Tue Jul 20 22:00:19 EDT 2010


The branch, new-style-templates has been updated
       via  1e0a035c449ac7509be5c48bc95594513c33c14b (commit)
      from  35fddfcc9196871c2523b04d33101d0198a0c7c7 (commit)

Summary of changes:
 lib/RT/Template_Overlay.pm |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

- Log -----------------------------------------------------------------
commit 1e0a035c449ac7509be5c48bc95594513c33c14b
Author: Shawn M Moore <sartak at bestpractical.com>
Date:   Tue Jul 20 22:01:30 2010 -0400

    Use the Type argument to Template->Create
    
        Pretty conclusive evidence that nobody actually uses the Template
        Type column. But we'll still need to be safe in the upgrade script.

diff --git a/lib/RT/Template_Overlay.pm b/lib/RT/Template_Overlay.pm
index 324bf0b..035ba66 100755
--- a/lib/RT/Template_Overlay.pm
+++ b/lib/RT/Template_Overlay.pm
@@ -231,6 +231,7 @@ sub Create {
         Queue       => $args{'Queue'},
         Description => $args{'Description'},
         Name        => $args{'Name'},
+        Type        => $args{'Type'},
     );
 
     return ($result);

-----------------------------------------------------------------------


More information about the Rt-commit mailing list