[Bps-public-commit] jifty-plugin-recordhistory branch, master, updated. f37f3ec3f3bf4aab8aaebde9de276a26c26e07b6
Shawn Moore
sartak at bestpractical.com
Wed Feb 9 17:57:29 EST 2011
The branch, master has been updated
via f37f3ec3f3bf4aab8aaebde9de276a26c26e07b6 (commit)
from 14f9a5b83c9e22efa59153aeb5b5a2b3cfa7e92f (commit)
Summary of changes:
.../RecordHistory/Mixin/Model/RecordHistory.pm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit f37f3ec3f3bf4aab8aaebde9de276a26c26e07b6
Author: Shawn M Moore <sartak at bestpractical.com>
Date: Wed Feb 9 17:57:23 2011 -0500
field not column
diff --git a/lib/Jifty/Plugin/RecordHistory/Mixin/Model/RecordHistory.pm b/lib/Jifty/Plugin/RecordHistory/Mixin/Model/RecordHistory.pm
index e02abff..41e8d92 100644
--- a/lib/Jifty/Plugin/RecordHistory/Mixin/Model/RecordHistory.pm
+++ b/lib/Jifty/Plugin/RecordHistory/Mixin/Model/RecordHistory.pm
@@ -43,7 +43,7 @@ sub import {
# TODO: capture old_value somehow
$change->add_change_field(
- column => $args{column},
+ field => $args{column},
new_value => $args{value},
);
});
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list