hi
let's say i havn't modified any source code inside the modules, is there a clean way to wipe the source code and replace it with the newer version?
So you can remove and re-download it.
I see that the blazorise libarary that commercial version using is still on 1.3.x, can i upgrade it to 1.4.x?
Yes. We upgrade blazorise to 1.4.1 in abp v8.0
| Package | Old Version | New Version | | ------------------- | ----------- | ----------- | | Blazorise | 1.3.1 | 1.4.1 | | Blazorise.Bootstrap5 | 1.3.1 | 1.4.1 | | Blazorise.Icons.FontAwesome | 1.3.1 | 1.4.1 | | Blazorise.Components | 1.3.1 | 1.4.1 | | Blazorise.DataGrid | 1.3.1 | 1.4.1 | | Blazorise.Snackbar | 1.3.1 | 1.4.1 |
hi
This is a bug, You can try to specify the layout
https://github.com/abpframework/abp/pull/17438
https://docs.abp.io/en/abp/latest/UI/Blazor/Layout-Hooks#specifying-the-layout
Your question credits were refunded.
hi
What are logs if you build your solution via dotnet build command?
hi
https://docs.abp.io/en/abp/latest/Concurrency-Check
However, your problem is related to the transaction. autoSave: true will commit the transaction and get the latest ConcurrencyStamp
hi
The code of the module may be modified or breaking changes. After updating the template code, you also need to update the module's source code.
hi
This is the same design as permissions. If a user has an admin role, we should not disable the permissions which inherits from the role.
hi
Did you push your new changes to AbpVineforceTest1 repo?
hi
You can replace the Hangfire services. If you have a problem, I can help
https://github.com/abpframework/abp/tree/dev/framework/src/Volo.Abp.BackgroundJobs.HangFire
hi
How can I override feature values at tenant level as well when it's assigned at edition level?
This is the current design, you can't override it.