Mercurial > p > roundup > code
diff doc/glossary.txt @ 6270:98e2835b787a
Document designator like classname-number.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Tue, 29 Sep 2020 17:12:20 -0400 |
| parents | 6834bb5473da |
| children | 24e2eeb2ed9a |
line wrap: on
line diff
--- a/doc/glossary.txt Wed Sep 09 21:38:28 2020 -0400 +++ b/doc/glossary.txt Tue Sep 29 17:12:20 2020 -0400 @@ -11,7 +11,11 @@ db (or hyperdb) a collection of items designator - a combined class + itemid reference to any item in the hyperdb + a combined class + itemid reference to any item in the + hyperdb. E.g. issue26. Note that form values can include + something that looks like a designator composed of a classname, a + dash '-', and a number. E.g. file-1. These + are used to create new instances of a class via the web interface. itemid a numeric reference to a particular item of one class item
