Base solution for your next web application

Activities of "sison"

Hi!

How can i check one more condition while login a user, like I have added a new column in AbpUsers table named IsPaid(bool). i need to check whether the value is true while login and login only if the value is true. :!:

Answer

Dont know how to implement sub menus under main menu with navigation provider, is my problem! not with the permission. please give me an example to show sub menus under a menu?? :!: :!:

Hi,

UserFriendly exception shows error like "Error details not sent by server" even while login, if model is not valid. why this happens. I didnt changed any code, please help me to sort out this issue!!

Hi,

Can i create new tenant before login, like creates tenant on signup? i tried with new build of boiler plate application. but it shows "Object reference not set to an instance of object" at the point where the tenant been created.

_abpZeroDbMigrator.CreateOrMigrateForTenant(tenant);

how could i solve this issue? i need to create new tenant even before a user login to the application.

Hey!

that works! thanks for your kind information. :)

Question

Hi,

What should i do if i have Sub Menus! is there any option to show sub menus with permission??

How could i change login user only if email confirmed! please let me know if that functionality already exists in boiler plate!! :?:

Question

HI,

I need to add dynamic roles and have sufficient permissions to roles we created. is that possible in boiler plate?? if yes please narrate me how!!

Answer

Hi,

I have tried register generic repository the way you mentioned. but it showing some build error like "using the generic type 'Sample.Repository.GenericRepository<TEntity>' requires 1 type argument" . so are gonna say i must me register all entity separately at preinitialize..?

Hi,

A unhandled exception comes when i inspect element from browser. exception is:

The controller for path '/Scripts/toastr.js.map' was not found or does not implement IController.

i dont understand why it comes always. The toaster.js is already there in same path im using VS 2013.

Showing 1 to 10 of 14 entries