[Rt-commit] rt branch, create-action, updated. cb495d63562b5aea733890e9433ec9192798fbbe
sartak at bestpractical.com
sartak at bestpractical.com
Wed Oct 21 16:10:06 EDT 2009
The branch, create-action has been updated
via cb495d63562b5aea733890e9433ec9192798fbbe (commit)
from f39b1ffb877e7abddaf6990e8a6ea0138db6be9e (commit)
Summary of changes:
lib/RT/View/Form/Field/SelectUser.pm | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit cb495d63562b5aea733890e9433ec9192798fbbe
Author: Shawn M Moore <sartak at bestpractical.com>
Date: Wed Oct 21 16:09:14 2009 -0400
Don't import Jifty::View::Declare
I worry about method/function name collisions. And we're not using it
anyway.
diff --git a/lib/RT/View/Form/Field/SelectUser.pm b/lib/RT/View/Form/Field/SelectUser.pm
index a075fee..afa0076 100644
--- a/lib/RT/View/Form/Field/SelectUser.pm
+++ b/lib/RT/View/Form/Field/SelectUser.pm
@@ -1,7 +1,6 @@
package RT::View::Form::Field::SelectUser;
use warnings;
use strict;
-use Jifty::View::Declare;
use base 'Jifty::Web::Form::Field::Select';
sub _render_user {
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list