[Bps-public-commit] App-Changeloggr branch, master, updated. d543dbb124f8983be2febd6386ffe70998dfa839
sartak at bestpractical.com
sartak at bestpractical.com
Fri May 22 16:34:09 EDT 2009
The branch, master has been updated
via d543dbb124f8983be2febd6386ffe70998dfa839 (commit)
from 61c6b970345083472ed7649639be9cef8e25a65f (commit)
Summary of changes:
lib/App/Changeloggr/View/Admin.pm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit d543dbb124f8983be2febd6386ffe70998dfa839
Author: Shawn M Moore <sartak at gmail.com>
Date: Fri May 22 16:34:00 2009 -0400
Only show visible tags in the admin UI
diff --git a/lib/App/Changeloggr/View/Admin.pm b/lib/App/Changeloggr/View/Admin.pm
index 4465360..1881de9 100644
--- a/lib/App/Changeloggr/View/Admin.pm
+++ b/lib/App/Changeloggr/View/Admin.pm
@@ -171,7 +171,7 @@ sub edit_links {
sub edit_tags {
my $changelog = shift;
- my $tags = $changelog->tags;
+ my $tags = $changelog->visible_tags;
form {
if ($tags->count) {
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list