Make page tenant aware
Hi,
in a panel with multi-tenancy activated is it possible to create a page outside the tenant?
The path that is generated in the normal way is:
/{tenantID}/myPage
My doubt if it is possible to register the page at profile level or similar pages:
/myPage
Best regards
2 Replies
Hi Martin, did you ever find a solution for this?
Panels are directly tied to tenants because the views have things that depend on it not being null. You could potentially create a secondary panel that doesn’t have tenancy and just use URLs to send requests across panels. Might possibly need a custom middleware though to keep the user logged in.