Base solution for your next web application
Open Closed

Tenancy Name Input still disabled when switch triggered #7510


User avatar
0
evbenerji created

Dear support team,

I'm using ASP.NET Core with jquery v7.1.0.0

When I "Logout" the .\admin account, the Login page comes. In Login page I try to login with different Tenant Name.

When I click the switch to tenant, Tenancy Name Input box still disabled. And also $switchToTenant.change function not fired in Default.js

I researched the problem, nobody getting error like me.

Thanks.


2 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @evbenerji

    • Do you have any javascript errors on the browser console ?
    • Did you try to re-generate bundles using "npm run create-bundles" command ?

    Thanks,

  • User Avatar
    0
    evbenerji created

    Re-generate solve the problem. Thank you so much.