[Zope-dev] question: which user was the last to modify an object?
Andy McKay
andym@ActiveState.com
Wed, 25 Apr 2001 13:32:28 -0700
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=E1=F1ez 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 th=
eir
> modification times. It's easy to know the last time an object was modif=
ied
> with bobobase_modification_time.
>
> But, is there an easy way to get the name of the user that made the las=
t
> 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 )
>