about summary refs log tree commit diff
path: root/web/panettone/src/model.lisp
diff options
context:
space:
mode:
authoredef <edef@edef.eu>2020-08-05T00·59+0000
committeredef <edef@edef.eu>2020-08-08T18·23+0000
commit311511385455f680aedf78aab761fcebf3ca7731 (patch)
treed0d677945734a8e97d04ef897c9c417a10969510 /web/panettone/src/model.lisp
parent3049f31d2824b95c8a2e13c6b919847de6bd0705 (diff)
feat(web/panettone): implement shorthand issue URLs r/1617
Fix #32

Change-Id: I6ccec959201673850b4b56a44734a2874aad5856
Reviewed-on: https://cl.tvl.fyi/c/depot/+/1648
Reviewed-by: glittershark <grfn@gws.fyi>
Reviewed-by: edef <edef@edef.eu>
Tested-by: BuildkiteCI
Diffstat (limited to 'web/panettone/src/model.lisp')
-rw-r--r--web/panettone/src/model.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/panettone/src/model.lisp b/web/panettone/src/model.lisp
index 300ee19b6b10..a606174dabd4 100644
--- a/web/panettone/src/model.lisp
+++ b/web/panettone/src/model.lisp
@@ -155,7 +155,7 @@ its new value will be formatted using ~A into NEW-VALUE"))
 (define-condition issue-not-found (error)
   ((id :type integer
        :initarg :id
-       :reader not-found-id
+       :reader id
        :documentation "ID of the issue that was not found"))
   (:documentation
    "Error condition for when an issue requested by ID is not found"))