hi
Can you share username & password so I can check your pipeline online?
liming.ma@volosoft.com
hi
Can you try to build the sln instead of csproj?
run this command on the folder in which the xx.sln file exists.
dotnet build /graphbuild
hi
ObjectHelper.TrySetProperty(
user,
x => x.TenantId,
() => tenantId
);
hi
Please share your project, and I will run it on my locally.
Thanks
liming.ma@volosoft.com
hi
This is an angular issue. We will fix it in the next version.
hi
ExternalLocalizationResourceContributor
hi
I know there are dynamic permissions in ABP, but I'd prefer not to make use of them.
dynamic permissions
is the best choice, otherwise your implementation may not be compatible with the current design.
hi
Of course, Our language management is getting localization texts from the database.
You can download its source code to check the code.
hi
You can't add Permissions
by the currentUser
. also not recommended to call the async method in a sync method.
You can consider overriding the StaticPermissionDefinitionStore
.
https://github.com/abpframework/abp/blob/dev/framework/src/Volo.Abp.Authorization/Volo/Abp/Authorization/Permissions/StaticPermissionDefinitionStore.cs#L12