]> BookStack Code Mirror - bookstack/commit
Notifications: Fixed issues causing failing tests
authorDan Brown <redacted>
Thu, 17 Aug 2023 13:59:28 +0000 (14:59 +0100)
committerDan Brown <redacted>
Thu, 17 Aug 2023 13:59:28 +0000 (14:59 +0100)
commitee9e342b58a57ae909f0635dde26b96c37f8583c
tree89e458f702636917eb55eee50d2df9244ac6faa0
parent79470ea4b7a93e2aca5c6081c0dbdb3c5ef4d1a8
Notifications: Fixed issues causing failing tests

- Ensured watch options passed in all meta template usage to fix failing
  scenarios where watch options did not exist.
- Fixed testing issue caused by guest user permission caching.
app/Users/Models/User.php
resources/views/books/show.blade.php
resources/views/chapters/show.blade.php
resources/views/pages/revision.blade.php
resources/views/pages/show.blade.php
resources/views/shelves/show.blade.php
tests/Activity/WatchTest.php
tests/Helpers/UserRoleProvider.php
tests/TestCase.php