[Rt-commit] rt branch, new-style-templates, updated. rt-3.8.8-226-gee192cf

Shawn Moore sartak at bestpractical.com
Tue Jul 27 23:11:25 EDT 2010


The branch, new-style-templates has been updated
       via  ee192cfa38bf9ddec34286bfc723505c82687d27 (commit)
      from  e53a1cf26358d74e2147c1479a3fb35a7fc22074 (commit)

Summary of changes:
 etc/upgrade/3.9.1/content |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

- Log -----------------------------------------------------------------
commit ee192cfa38bf9ddec34286bfc723505c82687d27
Author: Shawn M Moore <sartak at bestpractical.com>
Date:   Tue Jul 27 23:13:10 2010 -0400

    Reinitialize RT::Templates for clarity

diff --git a/etc/upgrade/3.9.1/content b/etc/upgrade/3.9.1/content
index 1412c82..bdf7a2c 100644
--- a/etc/upgrade/3.9.1/content
+++ b/etc/upgrade/3.9.1/content
@@ -14,6 +14,7 @@
             die "You have templates with Type other than Action. This will interfere with your upgrade because RT used to ignore the template Type field, but now uses it.";
         }
 
+        $templates = RT::Templates->new($RT::SystemUser);
         $templates->UnLimit();
         while (my $template = $templates->Next) {
             my ($status, $msg) = $template->SetType('Perl');

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


More information about the Rt-commit mailing list