File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed
Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change 22Customising Roundup
33===================
44
5- :Version: $Revision: 1.161.2.3 $
5+ :Version: $Revision: 1.161.2.4 $
66
77.. This document borrows from the ZopeBook section on ZPT. The original is at:
88 http://www.zope.org/Documentation/Books/ZopeBook/current/ZPT.stx
@@ -447,6 +447,17 @@ A Class is comprised of one or more properties of the following types:
447447* A Multilink property refers to possibly many items in a specified
448448 class. The value is a list of integers.
449449
450+ All Classes automatically have a number of properties by default:
451+
452+ *creator*
453+ Link to the user that created the item.
454+ *creation*
455+ Date the item was created.
456+ *actor*
457+ Link to the user that last modified the item.
458+ *activity*
459+ Date the item was last modified.
460+
450461
451462FileClass
452463~~~~~~~~~
You can’t perform that action at this time.
0 commit comments