BookStack/resources/views/chapters
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
..
child-menu.blade.php Fixed book-tree-gen page visibility issue 2020-12-17 17:31:18 +00:00
create.blade.php Made another mass of accessibility improvements 2019-08-25 15:44:51 +01:00
delete.blade.php Converted primary color use to css variable 2019-08-25 12:40:04 +01:00
edit.blade.php Made another mass of accessibility improvements 2019-08-25 15:44:51 +01:00
export.blade.php Aligned export styles a little better and fixed potential DOMPDF css error 2020-02-15 15:34:06 +00:00
form.blade.php Finished moving tag-manager from a vue to a component 2020-06-29 22:11:03 +01:00
list-item.blade.php Fixed book-tree-gen page visibility issue 2020-12-17 17:31:18 +00:00
move.blade.php Made another mass of accessibility improvements 2019-08-25 15:44:51 +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