mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Removed view-row permission, for the moment - refs #811
https://github.com/simonw/datasette/issues/811#issuecomment-640338347
This commit is contained in:
parent
cd92e4fe2a
commit
613fa551a1
3 changed files with 0 additions and 17 deletions
|
|
@ -210,7 +210,6 @@ def test_row_page_does_not_truncate():
|
|||
[
|
||||
"view-instance",
|
||||
("view-table", "table", ("fixtures", "facetable")),
|
||||
("view-row", "row", ("fixtures", "facetable", "1")),
|
||||
],
|
||||
)
|
||||
table = Soup(response.body, "html.parser").find("table")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue