Commit 1d7c4e9
committed
Handle empty Link for transitive property
.. in REST API: If we request a transitive property in parameters (e.g.
author.username) and the Link is empty (None), we now return a username
of None and do not fail with a 404.1 parent 19b09ed commit 1d7c4e9
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
627 | 627 | | |
628 | 628 | | |
629 | 629 | | |
| 630 | + | |
| 631 | + | |
| 632 | + | |
| 633 | + | |
| 634 | + | |
| 635 | + | |
630 | 636 | | |
631 | 637 | | |
632 | 638 | | |
| |||
0 commit comments