]> BookStack Code Mirror - bookstack/commit
Prevented created/update_by filters be wiped in search
authorDan Brown <redacted>
Sun, 14 Nov 2021 15:07:13 +0000 (15:07 +0000)
committerDan Brown <redacted>
Sun, 14 Nov 2021 15:07:13 +0000 (15:07 +0000)
commit2e49b1617743ee844b5eb63d0e8fd6bca6343d12
treeebda28a5614e829c3d19453c404eae7888f7a409
parent8e71cd9bacfc12c50d1f9ed9ca379b85beece940
Prevented created/update_by filters be wiped in search

Updating filters via sidebar would wipe the created_by/update_by filters
since these were not part of the sidebar filter form.
This adds them, if existing, as hidden inputs.
Includes tests to cover.

Closes #2736
resources/views/search/all.blade.php
tests/Entity/EntitySearchTest.php