Activities of "alper"

Answer

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.

Answer

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

you cannot use the same organization entity in your module because modules must be independent and not tight coupled to main solution. therefore you need to create a new (duplicate) organization in your module eg: MyOrganization and map the original organization to MyOrganization. otherwise your module cannot be a real module. as a summary, you shouldn't need your main application while developing your module. otherwise it cannot be a reusable module.

v4.3 is already full. let the team decide its implementation date. I created the issue.

yes it must be in the Page or in in _ViewImports.cshtml

Andrew,

There's no self tenant registration feature right now I created an internal issue for your request (volo/issues/5794) As a workaround you can create a custom page, inject ITenantManager and use the following method

Task<Tenant> CreateAsync(string name, Guid? editionId = null)
Showing 1011 to 1020 of 1868 entries
Made with ❤️ on ABP v9.1.0-preview. Updated on November 19, 2024, 12:56