Mercurial > p > roundup > code
diff doc/customizing.txt @ 6148:8497bf3f23a1
Allow to define reverse Multilinks
Now it's possible to specify a rev_multilink parameter when creating
Link or Multilink properties. The parameter takes a property name to be
inserted into the linked-to class. It allows to navigate from the other
side of the link as if it where a forward Multilink using the existing
data structures.
| author | Ralf Schlatterbeck <rsc@runtux.com> |
|---|---|
| date | Wed, 29 Apr 2020 16:30:27 +0200 |
| parents | d877a2ac5ae4 |
| children | 7cecf56b5bd4 |
line wrap: on
line diff
--- a/doc/customizing.txt Sun Apr 12 21:03:55 2020 +0100 +++ b/doc/customizing.txt Wed Apr 29 16:30:27 2020 +0200 @@ -716,6 +716,14 @@ (like, e.g., product codes). For these roundup needs to match the numeric name and should never match an ID. In this case you can set ``try_id_parsing='no'``. + - The ``rev_multilink`` option takes a property name to be inserted + into the linked-to class. This property is a Multilink property that + links back to the current class. The new Multilink is read-only (it + is automagically modified if the Link or Multilink property defining + it is modified). The new property can be used in normal searches + using the "filter" method of the Class. This means it can be used + like other Multilink properties when searching (in an index + template) or via the REST- and XMLRPC-APIs. - The ``msg_header_property`` is used by the mail gateway when sending out messages. When a link or multilink property of an issue changes, roundup creates email headers of the form::
