hi,
yes I agree with you, we'll change the behaviour of dropdown to show all records. I already issued this for the next version.
[Cannot find Volo.Abp.Commercial.SuiteTemplates.dll #4](https://support.abp.io/QA/Questions/48/Cannot-find-VoloAbpCommercialSuiteTemplatesdll)
Earlier, abp suite did not support module generation curd, now I still encounter some problems. And, when I create a module in the application module, their UI are not separated
can you explain in details? are you adding a module to your application (is it microservice template?) what's your project type? UI options?
Hello, We cannot find any UI page about Background Jobs in commercial (angular) web panel. Is there your a roadmap planning about Background Jobs Management UI page(s)
ABP has a built-in Background Job Manager and it's a simple one which has no UI. If you are looking for a rich background job system you can integrate one of these (they have their own dashboards)
ABP Suite and ABP CLI don't support the Microservice template at the moment. You can create a new module without adding to the solution. And add it manually
When an entity has an AppUser navigation property, angular does not generate AppUserDto
I reproduced it.
AppUserDto
doesn't exist in the Angular template (out of box).
But if you run generate-proxy AppUserDto will be generated in your Angular code. Anyway I created an issue for that.Where Can I see this issue, and is there any progress?
Next version there'll be a AppUserDto entity in Angular project. But you can basically create this entity in your Angular project manually.
string TenantId
string Username
string Email
string Name
string Surname
bool EmailConfirmed
string PhoneNumber
bool PhoneNumberConfirmed
bool LockoutEnabled
bool IsLockedOut
bool TwoFactorEnabled
I've tested this on official Oracle provider and it works. I guess there's a problem with Devart's library. can you check this with the latest Oracle provider.
hi,
when your license expires, you cannot use Suite. it's only for active license holders. on the other hand you will be still developing and publishing your solution forever. please contact to info@abp.io for further help
we are still investigating the issue.
you can implement it yourself via SignalR. This is the official doc https://docs.abp.io/en/abp/latest/SignalR-Integration And I wrote an article to show how to add notification functionality. It's the simplest form. But you can add your bell icon and make fancy animations etc..
https://community.abp.io/articles/send-realtime-notifications-via-signalr-tsp2uqd3
also I deleted your GitHub link because it's not allowed to share the commercial solution publicly