mirror of
https://github.com/simonw/datasette.git
synced 2026-06-29 04:04:40 +02:00
Remove source and source_key columns from JumpSQL
Refs https://github.com/simonw/datasette/pull/2732#issuecomment-4527290391
This commit is contained in:
parent
c73ed1ee4e
commit
cef6aa85b6
6 changed files with 9 additions and 35 deletions
|
|
@ -66,12 +66,10 @@ def jump_items_sql(datasette, actor, request):
|
|||
label=label,
|
||||
url=datasette.urls.path(path),
|
||||
description=description,
|
||||
source="datasette.default_debug_menu",
|
||||
sort_key=70 + index,
|
||||
search_text=f"debug {label} {description}",
|
||||
item_type="debug",
|
||||
)
|
||||
for index, (path, label, description) in enumerate(DEBUG_MENU_ITEMS)
|
||||
for path, label, description in DEBUG_MENU_ITEMS
|
||||
]
|
||||
|
||||
return inner
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue