Hi, first, sorry for the late response. This might be related to a wrong file that was in your solution directory as you said. I have refunded your ticket and will try to reproduce this problem and fix it asap.
Regards.
Hi, first of all, sorry for the late response. I have refunded your ticket and will fix this problem asap.
Regards
Hi, ABP Suite does not support the byte[]
as the property type. You should manually add it to the generated entity by your needs.
Regards.
In a Blazor app (but guessing it might be in all kinds of projects), when a user only has read permission to an entity, the Actions button is still displayed even though the user has no permissions to do anything. When you click it, it appears as nothing happens but in fact there is a very small empty menu that shows up (as the user has no available actions). This is quite confusing to the user.
The permissions dialog is in itself a bit confusing but I assume that this is the configuration you should have for "read only with no actions". That in itself should probably also be clarified/improved as it isn't obvious that the checkbox on the same line as the entity means "read only".
I totally agree with that and noted this confusion. I'll try to update the documentation and clarify this situation.
You can't create an entity with ABP Suite + ABP Cli 8.2.0-rc.3
You should ensure that your application's version is v8.2.0-rc.3. There is a Volo.Abp.Commercial.SuiteTemplates
in the domain layer and you should check the related .dll under the bin directory. (Because, we already checked generating entities and could not found any problem, so it's probably related that)
When you run the HttpApi.Host you get this screen, where I assume you are supposed to be able to click the Swagger icon to actually get to the Swagger definition instead of having to type /swagger, but this does not work. Does not work with previous ABP non RC version either.
Thanks for reporting. I'll create an issue for that.
Upgrading the version from 7.2.1 to 7.4 should not cause errors in the project, ?
There might be small changes that you need to do. Please follow the migration guides below:
In Blazor WebApp, if you click on "Actions" and then click on "Edit", it will also trigger the delete checkbox. If you try to edit more than one row, it will check both of them, that does not seem like the expected behavior.
Unfortunately, this is related to the DataGrid component of Blazorise. We have an internal issue for this limitation and when it's supported by Blazorise, we will make the related changes on our side.
It seems like the new "Blazor Web App" alternative no longer has an option for PWA like the Blazor WASM and Blazor Server alternatives?
Yes, currently there is no PWA option for the Blazor Web App.