We has a shared project which defined shared Enum used by App Micro Services. We have the following case: Micro Service A use this enum, And Micro Service B setup that can call AppServices in Micro Services A; Service B also use this enum;
The generated property for Service B import this enum twice with build error: error TS2300: Duplicate identifier 'xxxxEnum'
ABP CLI is 8.1.5, package.json, ABP version is 8.1.5. After re-generate all proxies, there is the following error: Error: src/app/identity/identity.module.ts:87:5 - error NG6002: 'UiExtensionsModule' does not appear to be an NgModule class.
87 UiExtensionsModule, ~~~~~~~~~~~~~~~~~~
../../../../node_modules/@abp/ng.theme.shared/extensions/lib/ui-extensions.module.d.ts:3:22 3 export declare class UiExtensionsModule { ~~~~~~~~~~~~~~~~~~ This likely means that the library (@abp/ng.theme.shared/extensions) which declares UiExtensionsModule is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.
thanks
Hello,
We have plan to upgrade existing project from ABP 7 to 8.1.4. I noticed that if create new solution when choose 8.1.4 with ABP Suite, the client side Angular package is ~17.1.0, however when use ABP upgrade command, the Angular package is ^17.1.0.
I am wondering, is it safe to upgrade to Angular 18 with ABP 8.1.4?
Thanks,
I want to check the source code for when an user account is locked, is there any email is sent? And what the source code looks like so that I can add more code on top of it. However, when I use Abp suite, and click modules link, it gives a bunch of folder access errors such as users[my account]\AppData\Local\Application Data.
Hi,
After upgrading to 8.1.4, our existing AuthServer code which custom ChangePasswordModel which inherit from AccountPageModel, the existing code
return RedirectSafely(ReturnUrl, ReturnUrlHash);
has compile error.
Ah. check the source code, now it's RedirectSaftlyAysnc()
Not an issue - figured out the reason
hi
Add User full name to class VerifySecurityCodeModel
You can override the
VerifySecurityCodeModel
page to add more properties of the users.https://docs.abp.io/en/abp/latest/UI/AspNetCore/Customization-User-Interface#overriding-a-page-model-c
When editing Text Template via Admin page, there is a TextTemplate called "Abp.Account.EmailSecurityCode", this is the page to modify email content.
I read the source of AccountAppService and override the method Send Security code. (Render email content from template part)
Add User full name to class VerifySecurityCodeModel