diff options
author | glittershark <grfn@gws.fyi> | 2020-08-09T18·36+0000 |
---|---|---|
committer | glittershark <grfn@gws.fyi> | 2020-08-09T19·02+0000 |
commit | 1fd633dffdd3ccccad5f1bc9713c7f434fe249ae (patch) | |
tree | 549b5f05f1f1365e5228c2df6556641909eec588 /web/panettone/src/model.lisp | |
parent | d1653533a6f6f70d1d95001abf3f80665ba135e7 (diff) |
fix(web/panettone): revert "implement shorthand issue URLs" r/1628
This reverts commit 311511385455f680aedf78aab761fcebf3ca7731. Reason for revert: this is causing all issues to return a 404 - reverting until we can get it working. Change-Id: I5f3c5ec3b24f245a1f7ef12645200d16ed0f1b35 Reviewed-on: https://cl.tvl.fyi/c/depot/+/1721 Tested-by: BuildkiteCI Reviewed-by: edef <edef@edef.eu>
Diffstat (limited to 'web/panettone/src/model.lisp')
-rw-r--r-- | web/panettone/src/model.lisp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/panettone/src/model.lisp b/web/panettone/src/model.lisp index a606174dabd4..300ee19b6b10 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 id + :reader not-found-id :documentation "ID of the issue that was not found")) (:documentation "Error condition for when an issue requested by ID is not found")) |