BookStack/resources/views/books
Dan Brown 3f3fad7113
Fixed book-tree-gen page visibility issue
When book trees were generated, pages in chapters where ALL pages within
were not supposed to be visibile, would be visible due to the code
falling back on the raw relation which would not account for
permissions.

This has now been changed so that a custom 'visible_pages' attribute is set and used by any book tree structures, to ensure it does not fall back to the raw relation.

Added an extra test to cover.

For #2414
2020-12-17 17:31:18 +00:00
..
_breadcrumbs.blade.php Started migration to SVG icons 2018-02-17 13:30:52 +00:00
create.blade.php Update book form so cancel URL is explicitly passed in 2019-10-27 16:55:05 +00:00
delete.blade.php Converted primary color use to css variable 2019-08-25 12:40:04 +01:00
edit.blade.php Update book form so cancel URL is explicitly passed in 2019-10-27 16:55:05 +00:00
export.blade.php Fixed book-tree-gen page visibility issue 2020-12-17 17:31:18 +00:00
form.blade.php Finished moving tag-manager from a vue to a component 2020-06-29 22:11:03 +01:00
grid-item.blade.php Improved login, Fixed breadcrumbs & improved grid thumbnails 2019-03-16 16:00:41 +00:00
index.blade.php Updated view-change endpoints to be clearer, separated books and shelf 2020-04-10 12:49:16 +01:00
list-item.blade.php Made shelf listing more unique & efficient 2019-02-16 17:13:01 +00:00
list.blade.php Simplified activity facade interface 2019-09-19 18:03:17 +01:00
permissions.blade.php Made another mass of accessibility improvements 2019-08-25 15:44:51 +01:00
show.blade.php Converted entity-dash from vue to a component 2020-06-28 21:15:00 +01:00
sort-box.blade.php Fixed book-tree-gen page visibility issue 2020-12-17 17:31:18 +00:00
sort.blade.php Made another mass of accessibility improvements 2019-08-25 15:44:51 +01:00