]> BookStack Code Mirror - bookstack/commit
Simplified and aligned handling of mixed entity endpoints
authorDan Brown <redacted>
Sun, 10 Sep 2023 14:18:31 +0000 (15:18 +0100)
committerDan Brown <redacted>
Sun, 10 Sep 2023 14:19:23 +0000 (15:19 +0100)
commit2fbf5527c70d5d3eadb2767ca5301ad05f7f28c8
tree1cb40e27d2680a04e8aa7fe2171facc8065dfeab
parent3928cbac1850fab85ac1c848ee867c8e20055b78
Simplified and aligned handling of mixed entity endpoints

Fixes #4444
app/Activity/Controllers/FavouriteController.php
app/Activity/Controllers/WatchController.php
app/Entities/Tools/MixedEntityRequestHelper.php [new file with mode: 0644]
resources/views/entities/favourite-action.blade.php
resources/views/entities/watch-action.blade.php
resources/views/entities/watch-controls.blade.php
tests/Activity/WatchTest.php
tests/FavouriteTest.php