]> BookStack Code Mirror - bookstack/commit
Pages: Updated editor field to always be set
authorDan Brown <redacted>
Sun, 29 Sep 2024 13:36:41 +0000 (14:36 +0100)
committerDan Brown <redacted>
Sun, 29 Sep 2024 13:36:41 +0000 (14:36 +0100)
commit89f84c9a95babfa5bf8b3d38809375e59cab80ce
treea241cf0dfef8f2110a3208cfa21a2d48e507d02c
parent6103a22febd839fa76a3f9a54058b66a14906b35
Pages: Updated editor field to always be set

- Migration for setting on existing pages
- Added test to cover simple new page scenario

For #5117
app/Entities/Repos/PageRepo.php
database/migrations/2024_09_29_140340_ensure_editor_value_set.php [new file with mode: 0644]
tests/Entity/PageEditorTest.php