OK. 02:00PM GMT+8
is ok.
hi
Can I check your souce code remotely?
You can upgrade the CLI then re-try.
dotnet tool update -g Volo.Abp.Cli
I tried the abp get-source Volo.Identityserver.Ui
command, It works.
hi nhontran
How to repro this problem?
hi @cbogner85
I have shared the razor page source code with you via email.
hi
It may be that different environments use wrong appsettings.json.
hi @thanhvl1@fsoft.com.vn
Can you create a project that reproduce the problem?
You can send it to me. liming.ma@volosoft.com
how to test a service which requires a feature?
You can mock the IFeatureStore
service. (https://github.com/abpframework/abp/blob/dev/framework/test/Volo.Abp.Features.Tests/Volo/Abp/Features/TestFeatureStore.cs#L9)
When a feature has permissions associated with it, how do I only show the permissions when it is enabled for a tenant? I added a feature check before adding the permissions in the Permission definition provider, but this causes errors if you log out of a tenant who has the feature and then log into a client which does have the feature. The call to AbpConfiguration is not reset and the permissions are not listed there. Is there an example available for how to correctly hide permissions behind a feature
I don't quite understand, Can you share some code?
hi
405 Method not Allowed
https://mozartec.com/asp-net-core-error-405-methods-not-allowed-for-put-and-delete-requests-when-hosted-on-iis/
hi
You can try to use Data-Filtering
https://docs.abp.io/en/abp/latest/Data-Filtering#entityframework-core