Thank you!
Is there a recommended resolution for this issue?
Thanks,
Ed
You can use: var tenant = await TenantManager.GetByIdAsync((int)AbpSession.TenantId);
You can then get tenant.tenancyName
Thank you @AuroraBMS. Downgrading to 6.2.3 worked!
Thank you. I didn't have the correct version so I updated it and now I can see the "file" property type.
Ed
It still not working properly.
Thanks,
Ed
Add this style to yor view:
.modal {
overflow: auto !important;
}
I have been using DevExpress Dashboard for .NET Core succesfully. It's very straightforward to integrate.
Ed
I am seeing the same issue with AspnetZero Dev Branch, MVC & JQuery and single tenant. It did work before. Could it be related to https://github.com/aspnetboilerplate/aspnetboilerplate/issues/4400 ?
Also when I enable Two-Factor with email (by manually adding the settings in the AbpSettings table) it doesn't work and doesn't prompt anymore for how to send the two_factor code, it just logs me in.
Thanks,
Ed
Problem solved. The missing version was the culprit.