We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d7c4e9 commit a61da93Copy full SHA for a61da93
CHANGES.txt
@@ -25,6 +25,11 @@ Fixed:
25
like we do precedence bulk. This is part of this issue.
26
- roundup-admin filter calls find() not filter when using -s -c -S
27
(John Rouillard)
28
+- When requesting transitive properties via '@fields' in the REST-API,
29
+ an empty link in the transitive property (e.g. author.username when
30
+ requesting message properties) would result in a 404 error. Now we're
31
+ returning a JSON 'null' value. for an empty link (e.g. empty author in
32
+ the example).
33
34
Features:
35
- issue2550522 - Add 'filter' command to command-line
0 commit comments