- add methods for releasing datasets from submitter
All checks were successful
CI Pipeline / japa-tests (push) Successful in 54s
All checks were successful
CI Pipeline / japa-tests (push) Successful in 54s
- npm updates - side menu with child items - flash messages via HttpContext response (extended via macro)
This commit is contained in:
parent
e0ff71b117
commit
f403c3109f
37 changed files with 1020 additions and 482 deletions
7
contracts/response.ts
Normal file
7
contracts/response.ts
Normal file
|
@ -0,0 +1,7 @@
|
|||
declare module '@ioc:Adonis/Core/Response' {
|
||||
interface ResponseContract {
|
||||
flash(key: string, message: any): this;
|
||||
|
||||
toRoute(route: string): this;
|
||||
}
|
||||
}
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue