Removed view-row permission, for the moment - refs #811

https://github.com/simonw/datasette/issues/811#issuecomment-640338347
This commit is contained in:
Simon Willison 2020-06-07 20:14:27 -07:00
commit 613fa551a1
3 changed files with 0 additions and 17 deletions

View file

@ -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")