question: which user was the last to modify an object?
Hi all, The undo form shows interesting info about transactions, for example their modification times. It's easy to know the last time an object was modified with bobobase_modification_time. But, is there an easy way to get the name of the user that made the last modification of an object? thanks, jdavid
You might find the History mapping easier. Heres an example from way back: <dtml-if manage_change_history> <dtml-in manage_change_history mapping> <dtml-if sequence-start> <dtml-var user_name> </dtml-if> </dtml-in> </dtml-if> Would be easier in Python... Cheers. -- Andy McKay. ----- Original Message ----- From: "Juan David Ibáñez Palomar" <palomar@sg.uji.es> To: <zope-dev@zope.org> Sent: Wednesday, April 25, 2001 9:42 AM Subject: [Zope-dev] question: which user was the last to modify an object?
Hi all,
The undo form shows interesting info about transactions, for example their modification times. It's easy to know the last time an object was modified with bobobase_modification_time.
But, is there an easy way to get the name of the user that made the last modification of an object?
thanks, jdavid
_______________________________________________ Zope-Dev maillist - Zope-Dev@zope.org http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope )
participants (2)
-
Andy McKay -
palomar@sg.uji.es