Base solution for your next web application
Starts in:
01 DAYS
01 HRS
01 MIN
01 SEC

Activities of "yekalkan"

Fixed.

Uncheck create/edit/delete permissions and check their parent.

Like that:

See soft deletion: https://aspnetboilerplate.com/Pages/Documents/Entities#soft-delete

That means you are logged in as a host user, not as a tenant user.

from docs:

TenantId: Id of the current tenant or null if there is no current tenant (in case of user has not logged in or he is a host user).

See https://aspnetboilerplate.com/Pages/Documents/Abp-Session#session-properties

xyzRepository.Insert(xyz); await CurrentUnitOfWork.SaveChangesAsync(); xyzRepository.GetAll().Where(x=>x...);

We aren't planning to add "Import from excel" function to Rad Tool.

could you please explain how this can be achieved in aspnetzero

This is already implemented for Users page. You can check the related pull request https://github.com/aspnetzero/aspnet-zero-core/pull/2143/files

Answer

Search for your entity's name in the solution. Then delete the related files and codes.

See https://docs.aspnetzero.com/en/common/latest/Development-Guide-Rad-Tool#generated-files

It can be helpful. There is list of generated files and modified files.

Answer

There is no command or option for that.

Answer

There should be something wrong with your database and migrations, that causes error when "update-database" command is run. This is also why same error is displayed when you create another entity (because it tries to run "update-database" again).

I can't test or reproduce this problem using the information you gave, and it doesn't seems to be related with our tool.

If you like, you can send your project or a sample project with same issue to [email protected] as email. I'll check it out.

Showing 41 to 50 of 314 entries