How can i add a new SettingScope? I need some settings to be linked to User and their Companies or Working Sites. When retrieved they should fallback up to Company starting at User level.
Do i need to create a specific Setting entity? Also a new SettingManager?
Any tip? Thanks
Hi, I'm trying to built an "global filter", like a scope, to filter all my queries on entities that depends on it. Mix between Tenant and Localization.
I've already have the selection. It will store the value in Settings entity, using SettingManager.
My questions are:
Thanks in advance.