[Bps-public-commit] jifty-plugin-recordhistory branch, master, updated. 44762cf6141b71f7ddb46b26f6de5099b1120ba5
Shawn Moore
sartak at bestpractical.com
Wed Feb 9 22:45:45 EST 2011
The branch, master has been updated
via 44762cf6141b71f7ddb46b26f6de5099b1120ba5 (commit)
from ece6d2c52826cb9b145345e2277acd1f8513316d (commit)
Summary of changes:
lib/Jifty/Plugin/RecordHistory/View.pm | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
- Log -----------------------------------------------------------------
commit 44762cf6141b71f7ddb46b26f6de5099b1120ba5
Author: Shawn M Moore <sartak at bestpractical.com>
Date: Wed Feb 9 22:45:32 2011 -0500
Include some output for record updated otherwise it looks weird
diff --git a/lib/Jifty/Plugin/RecordHistory/View.pm b/lib/Jifty/Plugin/RecordHistory/View.pm
index db5749d..0009b9b 100644
--- a/lib/Jifty/Plugin/RecordHistory/View.pm
+++ b/lib/Jifty/Plugin/RecordHistory/View.pm
@@ -135,6 +135,7 @@ template 'change-update' => sub {
my $change_fields = $change->change_fields;
return if !$change_fields->count;
+ outs _('Record updated.');
ul {
while (my $change_field = $change_fields->next) {
show 'change_field' => $change_field;
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list