[Bps-public-commit] App-Changeloggr branch, master, updated. f5d15655fe3ed8c15ab28bb38f8b8cc52e93a1f8

sartak at bestpractical.com sartak at bestpractical.com
Wed Apr 29 17:58:50 EDT 2009


The branch, master has been updated
       via  f5d15655fe3ed8c15ab28bb38f8b8cc52e93a1f8 (commit)
      from  c519281290c9c0a827c392aaff9bc8b9fb9f1a7f (commit)

Summary of changes:
 lib/App/Changeloggr/View.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

- Log -----------------------------------------------------------------
commit f5d15655fe3ed8c15ab28bb38f8b8cc52e93a1f8
Author: Shawn M Moore <sartak at gmail.com>
Date:   Wed Apr 29 17:55:56 2009 -0400

    Only render the tag field

diff --git a/lib/App/Changeloggr/View.pm b/lib/App/Changeloggr/View.pm
index cb6a3c7..b1c5cfc 100644
--- a/lib/App/Changeloggr/View.pm
+++ b/lib/App/Changeloggr/View.pm
@@ -156,7 +156,7 @@ sub show_vote_form {
         );
 
         if ($valid_tags->count == 0) {
-            render_action $vote;
+            render_action $vote, ['change_id', 'tag'];
             form_submit(
                 label   => 'Vote',
                 onclick => { submit => $vote, refresh_self => 1 }

-----------------------------------------------------------------------



More information about the Bps-public-commit mailing list