mirror of
https://github.com/simonw/datasette.git
synced 2026-05-27 12:34:37 +02:00
Request is always set for jump_items_sql() hook
This commit is contained in:
parent
be1b5b2b5c
commit
9c1f8621eb
1 changed files with 2 additions and 2 deletions
|
|
@ -1892,8 +1892,8 @@ jump_items_sql(datasette, actor, request)
|
|||
``actor`` - dictionary or None
|
||||
The currently authenticated :ref:`actor <authentication_actor>`.
|
||||
|
||||
``request`` - :ref:`internals_request` or None
|
||||
The current HTTP request. This can be ``None`` if the request object is not available.
|
||||
``request`` - :ref:`internals_request`
|
||||
The current HTTP request.
|
||||
|
||||
This hook allows plugins to add extra results to Datasette's ``/`` jump menu, which is powered by the ``/-/jump`` JSON endpoint.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue