Hi,
I have updated to version 4.3.1 and it works fine.
Thanks.
Hi,
I notice that it works well with a shared database but not with separate databases. The Abp tenant, featuresvalues, and editions tables are empty in separate bases. I will try to create a dedicated project.
Best regards.
Hi,
here is some additional information. I use Application StartUp Template with Lepton Theme. The values assigned in the administration interface are effective a few hours, I don't know exactly how much. Is there a cache problem ?
Here are values in the database, they do not change :
But in ApplicationConfigurationSript, values are differents, as well as the values obtained with IfeatureManager and IFeatureChecker :
features: {
values: {
"Identity.TwoFactor": "Optional",
"FileManagement.Enable": "True",
"FileManagement.StorageSize": "0",
"Account.EnableLdapLogin": "False",
"Products.Blazer": "True",
"Products.Trouser": "True",
}
},
Best regards.