Querying a model with "Query Deleted / Archived records" property true does not show archived record

Adding on some additional information to this potential bug…

to repro the problem,
- Create a task model (related to any object, our case was to from an Opportunity detail)
- Set the model property to query archived / deleted records TRUE
- Set the model to NOT load on page load

Add a tab set, set the tab action to query your task model
Add a table to display the tasks

With this setup, the archived tasks will not be returned.

If you remove the tab action to query the model, and instead make your model query on page load - the archived tasks are there.

So, model queries that are not performed on page load do not appear to respect the “include archived / deleted records” setting on the model.

This problem is in our production org, on 9.5.6.  I’m not sure if it is a problem in our sandboxes on 10.x … not sure if we have any archived tasks to test against.