You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, Enupal team! We've noticed that when running a multisite setup, elements may be missing when viewing entries in various sub-sites. We have implemented a hotfix for this error by adding a third parameter of "*" so that all sites are queried within the element query.
Description
Hello, Enupal team! We've noticed that when running a multisite setup, elements may be missing when viewing entries in various sub-sites. We have implemented a hotfix for this error by adding a third parameter of "*" so that all sites are queried within the element query.
presence/src/controllers/PresenceController.php
Line 32 in 12a7db1
Potential updated statement: $element = Craft::$app->getElements()->getElementById($elementId, null, "*");
Steps to reproduce
Additional info
Thanks for your help, we really appreciate it!
The text was updated successfully, but these errors were encountered: