hi
ensure that a user cannot be deleted if they have created reports,
You can check the user's reports before deleting a user.
If there are any reports, throw user-friendly/business exceptions.
hi
I don't like that solution though.
The access token and refresh token contain the same sessionid
We will remove the session from the database. So, there may be a concurrency problem. anyway I will check again.
hi
The permission group and permissions get from
https://github.com/abpframework/abp/blob/dev/modules/permission-management/src/Volo.Abp.PermissionManagement.Application/Volo/Abp/PermissionManagement/PermissionAppService.cs#L35-L107
You can debug this app service to see the data.
The more crucial issue here is when I check that permission and save it. It does not save it.
Please create a new question for this.
Thanks.
hi
The install-libs command restores the package and copy the files from node_modules to the wwwroot/libs folder.
the pipeline works.
Please check your website wwwroot/libs folder.
You can't do this. This is hardcoded in the base class.
Changing it will cause other problems. Because all modules consider it to be nullable.
hi Baytech
Please create a new question and share your case details(project type, steps to reproduce).
We will refund your ticket if there is a problem.
If you don't want to create question you can share info to liming.ma@volosoft.com
Thanks.
Thanks. I will fix it. 👍
hi
The design of CreatorId is nullable. Because when you create an entity, there may not be a valid user in the context here