diff options
author | Stephen Finucane <stephen@that.guru> | 2018-10-28 13:31:34 +0000 |
---|---|---|
committer | Stephen Finucane <stephen@that.guru> | 2018-12-22 16:13:26 +0000 |
commit | 3b12675c88ce81800df9e0921f299cf2a082b2aa (patch) | |
tree | d3fd442e6b935eb6fc6e5e07f86a6fd3370384ae /releasenotes/notes | |
parent | 93ce847c359234f987285edbecedc534c7cde50e (diff) | |
download | patchwork-3b12675c88ce81800df9e0921f299cf2a082b2aa.tar patchwork-3b12675c88ce81800df9e0921f299cf2a082b2aa.tar.gz |
REST: Ensure submission exists for comment listing
Signed-off-by: Stephen Finucane <stephen@that.guru>
Closes: #225
Diffstat (limited to 'releasenotes/notes')
-rw-r--r-- | releasenotes/notes/issue-225-94215600c1b23f6e.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/releasenotes/notes/issue-225-94215600c1b23f6e.yaml b/releasenotes/notes/issue-225-94215600c1b23f6e.yaml new file mode 100644 index 0000000..035e38d --- /dev/null +++ b/releasenotes/notes/issue-225-94215600c1b23f6e.yaml @@ -0,0 +1,6 @@ +--- +fixes: + - | + Showing comments for a non-existant patch or cover letter was returning an + empty response instead of a HTTP 404. This issue is resolved for both + resources. |