[Rt-commit] rt branch, new-style-templates, updated. rt-3.8.8-183-gf5ca539
Shawn Moore
sartak at bestpractical.com
Tue Jul 20 22:13:47 EDT 2010
The branch, new-style-templates has been updated
via f5ca5394e6c4e8e6d6dfc506a059161eb3ccc3ab (commit)
from 1e0a035c449ac7509be5c48bc95594513c33c14b (commit)
Summary of changes:
lib/RT/Template_Overlay.pm | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit f5ca5394e6c4e8e6d6dfc506a059161eb3ccc3ab
Author: Shawn M Moore <sartak at bestpractical.com>
Date: Tue Jul 20 22:15:23 2010 -0400
Steal the type field for Full/Simple
diff --git a/lib/RT/Template_Overlay.pm b/lib/RT/Template_Overlay.pm
index 035ba66..68332f3 100755
--- a/lib/RT/Template_Overlay.pm
+++ b/lib/RT/Template_Overlay.pm
@@ -81,7 +81,7 @@ sub _Accessible {
id => 'read',
Name => 'read/write',
Description => 'read/write',
- Type => 'read/write', #Type is one of Action or Message
+ Type => 'read/write', #Type is one of Full or Simple
Content => 'read/write',
Queue => 'read/write',
Creator => 'read/auto',
@@ -205,7 +205,7 @@ sub Create {
Content => undef,
Queue => 0,
Description => '[no description]',
- Type => 'Action', #By default, template are 'Action' templates
+ Type => 'Full',
Name => undef,
@_
);
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list