summaryrefslogtreecommitdiff
path: root/releasenotes/notes
diff options
context:
space:
mode:
authorStephen Finucane <stephen@that.guru>2018-10-26 21:35:03 +0100
committerStephen Finucane <stephen@that.guru>2018-12-22 16:13:26 +0000
commitee58fb3be6eaa0deeae966ef3b95fc757df4519b (patch)
tree9460505f9c68ba87fd7d94de7a5161d80228c17a /releasenotes/notes
parent899cf231e2349626ec19540cc25675879d20b77d (diff)
downloadpatchwork-ee58fb3be6eaa0deeae966ef3b95fc757df4519b.tar
patchwork-ee58fb3be6eaa0deeae966ef3b95fc757df4519b.tar.gz
REST: Show 'web_url' in embedded series responses
Signed-off-by: Stephen Finucane <stephen@that.guru> Closes: #224 Fixes: 9c179bf4c ("REST: Add 'web_url' link to API responses")
Diffstat (limited to 'releasenotes/notes')
-rw-r--r--releasenotes/notes/issue-224-8f1c4207aa273ac6.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/releasenotes/notes/issue-224-8f1c4207aa273ac6.yaml b/releasenotes/notes/issue-224-8f1c4207aa273ac6.yaml
new file mode 100644
index 0000000..f6e9cca
--- /dev/null
+++ b/releasenotes/notes/issue-224-8f1c4207aa273ac6.yaml
@@ -0,0 +1,5 @@
+---
+fixes:
+ - |
+ API resources with embedded series were not showing the ``web_url`` value
+ for these series. This is now shown.