Hi,
Does jmix multitenancy-add-on support overriding messages for specific tenant?
Or providing custom add-on for specific tenant?
If not, are there any solution to achieve this?
- my Jmix version: 1.5.2 with FlowUI
Hi,
Does jmix multitenancy-add-on support overriding messages for specific tenant?
Or providing custom add-on for specific tenant?
If not, are there any solution to achieve this?
Hi Jimmy,
No, Jmix multitenancy addon does not provide the ability to override messages for tenants.
Except for using different locales, there are also no out-of-the-box solutions to use different messages for different groups of users.
I can suggest some ideas, but I haven’t personally tested them:
io.jmix.core.Messages
bean and alter messages according to the current user tenant (e.g. by replacing keys with tenant-specific ones).Regards,
Dmitry