Home : Products : Gossamer Links : Discussions :

Products: Gossamer Links: Discussions: Re: [Eraser] Reviews not showing on build_changed: Edit Log

Here is the list of edits for this post
Re: [Eraser] Reviews not showing on build_changed
The subclass on the Reviews table should handle updating the Timestmp column, so Links/Table/Reviews.pm is the place to check for that.

Oh, and course to check that your Reviews def file actually has the subclassing set up. Make sure it has:
Code:
'subclass' => {
'table' => {
'glinks_Reviews' => 'Links::Table::Reviews'
}
},

Adrian

Last edited by:

brewt: Mar 21, 2009, 3:47 AM

Edit Log: