Closed
Description
Steps to reproduce with a recent devns clone:
- Add a field of type 'Page' to a template.
- Configure its input field type to 'Select Multiple'
- Uncheck 'Allow unpublished pages?'
- Unpublish one of the eligible pages, e.g. 'Child page example 1' from the stock basic site profile.
- Create a page using this template and find that 'Child page example 1' is not an available option
- Configure the 'Page' field's input field to one of 'PageListSelect', 'PageListSelectMultiple', 'PageAutocomplete'.
- Create a page using this template and find that 'Child page example 1' is an available option
I think this confuses users as the unpublished pages, while selectable, are not persisted when 'Allow unpublished pages?' is unchecked.
(This issue is a resurface attempt for ryancramerdesign/ProcessWire#1973, as suggested in #1)