On Fri, Apr 25, 2008 at 12:23 AM, John Mettraux <[EMAIL PROTECTED]> wrote: > On Thu, Apr 24, 2008 at 9:14 PM, Arjan van Bentem > > <[EMAIL PROTECTED]> wrote: > > > > > Well, in fact, this discussion is a bit theoretical now -- I'm not > > sure I need it (now that you've added the pick functionality), but > > thanks for helping me understand it :-) > > > > Anyway, for the archives, I could do it like this: > > > > In Densha's workitem_controller.rb: > > > > def update > > : > > user = session[:user] > > : > > workitem.touch # setting last_modified to now > > > > # NEW: REMEMBER WHO'S SAVED THIS > > fields['_last_modified_by'] = user.name > > I really like that : > > > http://rubyforge.org/tracker/index.php?func=detail&aid=19759&group_id=2609&atid=10025
Hello, I have integrated your patch : http://github.com/jmettraux/ruote-web/commit/1c6b31fdb1ff24d181ab3724401ff79fe2e6ec19 I made it a visible field "last_modified_by", to make sure everyone knows about it. Thanks, -- John Mettraux - http://jmettraux.wordpress.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "OpenWFEru users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/openwferu-users?hl=en -~----------~----~----~----~------~----~------~--~---
