mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-05-04 01:54:04 +08:00

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