[Bps-public-commit] App-Changeloggr branch, master, updated. 845fa0abcc3c2cc45f54ee20876014cbe2812663
sartak at bestpractical.com
sartak at bestpractical.com
Wed Apr 1 15:03:19 EDT 2009
The branch, master has been updated
via 845fa0abcc3c2cc45f54ee20876014cbe2812663 (commit)
from 23b8aa6474216374e8c09f9dbfa8be9393b86811 (commit)
Summary of changes:
lib/App/Changeloggr/Action/CreateTag.pm | 8 --------
1 files changed, 0 insertions(+), 8 deletions(-)
- Log -----------------------------------------------------------------
commit 845fa0abcc3c2cc45f54ee20876014cbe2812663
Author: Shawn M Moore <sartak at gmail.com>
Date: Wed Apr 1 15:03:09 2009 -0400
render_as will be moved to the model
diff --git a/lib/App/Changeloggr/Action/CreateTag.pm b/lib/App/Changeloggr/Action/CreateTag.pm
index 01af4dc..507dfdd 100644
--- a/lib/App/Changeloggr/Action/CreateTag.pm
+++ b/lib/App/Changeloggr/Action/CreateTag.pm
@@ -3,14 +3,6 @@ use strict;
use warnings;
use base 'App::Changeloggr::Action::Mixin::RequiresAdminToken', 'Jifty::Action::Record::Create';
-sub arguments {
- my $self = shift;
- my $args = $self->SUPER::arguments(@_);
-
- $args->{changelog_id}{render_as} = 'hidden';
- return $args;
-}
-
sub canonicalize_text {
my $self = shift;
my $tag = shift;
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list