When I do the following
- enable Multitenant on a fresh new Install of OM2-3.1.1 (tried once with Class and once with Fonction),
- change the Multitenant mode to
Always
in the properties of MR, - create a new
Tenant
(my tenant), - create a new
User
“test” associated with that tenant and group Requestor/Team, - create a new
MR
, with user “test”.
I can see the _tenant
param in the HTTP request with the proper id of my tenant. However, in the DB, under Maint Req, the IdTenant is not populated, and so my MR is not associated with my tenant.
Notes
- When creating the MR with the admin account, it does not work as well.
- When trying to do the same using a class (e.g.
Budget
), it works well and theIdTenant
gets populated.
Is there any workaround please?
Thanks