I’m working on a multisite Concrete implementation using a small number of Express entities containing subsite-specific data– i.e., the “Share results across all sites” setting for these entities is set to “enabled” (i.e., results are split and not shared between sites).
The specific issue that I’m running into is that the only way I can get an Express Entry List block to display data is if I change the result sharing setting to “disabled” (results are shared across all sites). There is a filtering setting for filtering by subsite on the Express Entry List Block itself, but it has no effect.
None of this has any impact on being able to submit new records to the entities in question (via front-end forms), but once a user has submitted data, they can’t see it from the front-end. It is only visible from the dashboard.
Any thoughts on what I am overlooking? This does not appear to be related to either user permissions or Custom Entry Location permission settings. Any insights anyone can share are very much appreciated.
Concrete version 9.3.2 / PHP 8.1.27, BTW