[Bps-public-commit] r13253 - in RT-FormTools: .
falcone at bestpractical.com
falcone at bestpractical.com
Thu Jun 12 20:49:19 EDT 2008
Author: falcone
Date: Thu Jun 12 20:49:11 2008
New Revision: 13253
Modified:
RT-FormTools/ (props changed)
RT-FormTools/Makefile.PL
RT-FormTools/html/FormTools/Field
RT-FormTools/html/FormTools/Form
Log:
r34284 at ketch: falcone | 2008-06-12 20:39:38 -0400
* fix use error
Modified: RT-FormTools/Makefile.PL
==============================================================================
--- RT-FormTools/Makefile.PL (original)
+++ RT-FormTools/Makefile.PL Thu Jun 12 20:49:11 2008
@@ -1,5 +1,7 @@
use inc::Module::Install;
RTx('RT-Extension-FormTools');
+all_from('lib/RT/Extension/FormTools.pm');
+
WriteAll();
Modified: RT-FormTools/html/FormTools/Field
==============================================================================
--- RT-FormTools/html/FormTools/Field (original)
+++ RT-FormTools/html/FormTools/Field Thu Jun 12 20:49:11 2008
@@ -7,6 +7,7 @@
$empty_allowed => 1
</%args>
<%init>
+use RT::Extension::FormTools;
my $NamePrefix = "Object-RT::Ticket--CustomField-";
my $queue = $m->notes('queue');
my $field_type = 'custom';
Modified: RT-FormTools/html/FormTools/Form
==============================================================================
--- RT-FormTools/html/FormTools/Form (original)
+++ RT-FormTools/html/FormTools/Form Thu Jun 12 20:49:11 2008
@@ -3,6 +3,7 @@
$include_header => 1
</%args>
<%init>
+use RT::Extension::FormTools;
my $content = $m->content;
my %cfs = map { $_ => 1} @{ $m->notes('cfs_on_page') || [] };
More information about the Bps-public-commit
mailing list