Mercurial > p > roundup > code
diff CHANGES.txt @ 6255:8f8bb7465cd6
Add CHANGES.txt entry for recent bug-fix
| author | Ralf Schlatterbeck <rsc@runtux.com> |
|---|---|
| date | Tue, 18 Aug 2020 09:19:03 +0200 |
| parents | 95183d73ac64 |
| children | f9c059921ccc |
line wrap: on
line diff
--- a/CHANGES.txt Mon Aug 17 18:14:12 2020 +0200 +++ b/CHANGES.txt Tue Aug 18 09:19:03 2020 +0200 @@ -25,6 +25,11 @@ like we do precedence bulk. This is part of this issue. - roundup-admin filter calls find() not filter when using -s -c -S (John Rouillard) +- When requesting transitive properties via '@fields' in the REST-API, + an empty link in the transitive property (e.g. author.username when + requesting message properties) would result in a 404 error. Now we're + returning a JSON 'null' value. for an empty link (e.g. empty author in + the example). Features: - issue2550522 - Add 'filter' command to command-line
