Monday, October 10, 2022
1 change · master
Resolved issues and error corrections
The website page properties form now requires a visibility setting, preventing pages from being saved with a blank visibility value. This keeps the dropdown behavior consistent and reduces confusion when managing website page access.
Original PR description
In the page properties form, the visibility field could be set to an empty value. This commit makes the visibility field required. It also replaces its empty string key by "public", so that it works properly in the dropdown UI component. task-2687506