[Rt-commit] rt branch, create-action, updated. c6083994a998764b947fe1ff07b3f5fe9825a9b5
sartak at bestpractical.com
sartak at bestpractical.com
Mon Oct 5 23:14:16 EDT 2009
The branch, create-action has been updated
via c6083994a998764b947fe1ff07b3f5fe9825a9b5 (commit)
from cd257b4ec61c92786088f9e14b4422ef819bc7e4 (commit)
Summary of changes:
lib/RT/View/Form/{ => Field}/SelectOwner.pm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
rename lib/RT/View/Form/{ => Field}/SelectOwner.pm (97%)
- Log -----------------------------------------------------------------
commit c6083994a998764b947fe1ff07b3f5fe9825a9b5
Author: Shawn M Moore <sartak at bestpractical.com>
Date: Mon Oct 5 23:14:04 2009 -0400
Better namespace, Form::Field
diff --git a/lib/RT/View/Form/SelectOwner.pm b/lib/RT/View/Form/Field/SelectOwner.pm
similarity index 97%
rename from lib/RT/View/Form/SelectOwner.pm
rename to lib/RT/View/Form/Field/SelectOwner.pm
index 4016b43..ae8a668 100644
--- a/lib/RT/View/Form/SelectOwner.pm
+++ b/lib/RT/View/Form/Field/SelectOwner.pm
@@ -1,4 +1,4 @@
-package RT::View::Form::SelectOwner;
+package RT::View::Form::Field::SelectOwner;
use warnings;
use strict;
use base 'Jifty::Web::Form::Field::Select';
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list