<div dir="ltr">Hi,<br><br>We can display transactions:<br><br>transactions = getUtility(zope.app.undo.interfaces.IUndoManager).getPrincipalTransactions(self.request.principal, self.context, 0, -10)<br clear="all"><br>each transaction is dictionary : [&#39;request_type&#39;, &#39;description&#39;, &#39;time&#39;, &#39;principal&#39;, &#39;request_info&#39;, &#39;datetime&#39;, &#39;user_name&#39;, &#39;id&#39;, &#39;size&#39;].<br>
<br>Question: how we can write `description` for any transaction ?<br><br><br>-- <br>Ilshad Habibullin<br>Gadoz, Inc (<a href="http://www.gadoz.com">http://www.gadoz.com</a>)<br>
</div>