I think this is possibly related to #842. It seems an odd one to me. Here's the issue I'm seeing:
The Page is referenced in a multiple Page field on the homepage for selecting page links to show in the footer. When the Page is displayed, it doesn't appear in the footer list (displays on all other pages).
Furthermore, the Page is a 'type' selected by a multiple Page field, and on the Page we're looking for items that match that 'type'. (context: The Page is 'Properties for Sale'. On that page it is looking for areas that have 'Property For Sale' selected as a type. It doesn't appear, so no areas are found.)
I've gotten around this by using Pages::getByIds(), but this does seem like odd behaviour? Is this intended, a bug, or suggestive of something awry with my setup?
This is on 3.0.230. Possibly a bug in a recent version as this was only noticed recently, but then again this is on a complex development, so could easy be a bug in that. Will try and get it tested on a clean install soon.
I think this is possibly related to #842. It seems an odd one to me. Here's the issue I'm seeing:
The Page is referenced in a multiple Page field on the homepage for selecting page links to show in the footer. When the Page is displayed, it doesn't appear in the footer list (displays on all other pages).
Furthermore, the Page is a 'type' selected by a multiple Page field, and on the Page we're looking for items that match that 'type'. (context: The Page is 'Properties for Sale'. On that page it is looking for areas that have 'Property For Sale' selected as a type. It doesn't appear, so no areas are found.)
I've gotten around this by using
Pages::getByIds(), but this does seem like odd behaviour? Is this intended, a bug, or suggestive of something awry with my setup?This is on 3.0.230. Possibly a bug in a recent version as this was only noticed recently, but then again this is on a complex development, so could easy be a bug in that. Will try and get it tested on a clean install soon.