feat(web/panettone): implement shorthand issue URLs
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
This commit is contained in:
parent
3049f31d28
commit
3115113854
2 changed files with 16 additions and 6 deletions
|
|
@ -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"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue