comparison CHANGES.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 f35ca71c9f2e
children 6a2de9606652
comparison
equal deleted inserted replaced
6147:f35ca71c9f2e 6148:8497bf3f23a1
72 separated by comma, an empty date is represented by '-' 72 separated by comma, an empty date is represented by '-'
73 - issue2551083 - Replace BaseException and Exception as base classes 73 - issue2551083 - Replace BaseException and Exception as base classes
74 with new RoundupException (inheriting from Exception) for most 74 with new RoundupException (inheriting from Exception) for most
75 roundup exceptions. (John Rouillard and Ralf Schlatterbeck on 75 roundup exceptions. (John Rouillard and Ralf Schlatterbeck on
76 request from Robert Klonner.) 76 request from Robert Klonner.)
77 - When defining Link or Multilink properties in the schema, it's now
78 possible to add a parameter rev_multilink that accepts a property name
79 to be inserted into the linked-to class. So this creates a reverse
80 Multilink property in the linked-to class. This Multilink is read-only
81 (cannot be updated) but can be used in filter -- and thus in normal
82 index templates as well as in the REST and XMLRPC APIs. (Ralf
83 Schlatterbeck)
77 84
78 Fixed: 85 Fixed:
79 86
80 - issue2550996 - Give better error message when running with -c 87 - issue2550996 - Give better error message when running with -c
81 (install as windows service) and pywin32 is not importable. Could use 88 (install as windows service) and pywin32 is not importable. Could use

Roundup Issue Tracker: http://roundup-tracker.org/