Hi, How to enable SMTP settings for all tenant admins to set different mail settings for each tenant. Currently its only for Host level.
In my MPA application I am referring "Angular.min.js" file in one CSHTML page. When I navigate to that particular view the sub menu of Left side bar menu is not behaving as expected. the expansion and collapse is not working. when I try to remove the reference of "Angular.min.js" library it works fine. So I want to know if i want to use angular js code on a particular view how to bind the Angular Js libraries.
In my application for each tenant will have multiple branches with an admin user for each, if I add "int? BranchID { get; }" in "IAbpSession" Interface how do I assign value when an branch admin Logs in .