Activities of "learnabp"

Can you please refund this ticket, i have figured out how to change the Environment at run time using the import { EnvironmentService } from '@abp/ng.core'; in my custom anular app.

I just installed the Linux Sub system on windows and got Redis working on it

I will be doing a video on how to setup redis and RabbitMQ and will post it on LearnABPFramework.com

So you mean you are not using the dynamic form tag anymore ?

Hi I would like to know how you fix it … can you give me the issue number or the commit which this is fixed in so I can learn my self please I think it will be in dynamic taghelperservice ?

No I didn’t have any extra properties

I am using 5.1.4 commercial version Download the payment module and check the plan createmodal under the admin folder. It uses a dynamic form with the view model which has extra properties when null produces 3 count fields.

I think this is a bug because the ViewModel is and ExtensibleObject the ExtraProperties Count is being rendered

how can we fix this??

Answer

when adding CmsKit to my solution i get the following error

why is the gulp file missing?

Can you pleas elet me know if this is a BUG??

I found the issue its in the Update method of IndentityUserAppService

        await UpdateUserByInput(user, input);
        input.MapExtraPropertiesTo(user);
        (await UserManager.UpdateAsync(user)).CheckErrors();
        await CurrentUnitOfWork.SaveChangesAsync();

the is not manpping from IdenityUserUpdateDto to IdentityUser hence i added to make modification from this

input.MapExtraPropertiesTo(user);

to

input.MapExtraPropertiesTo(user, MappingPropertyDefinitionChecks.Source);

Showing 11 to 20 of 91 entries
Made with ❤️ on ABP v9.1.0-rc.1. Updated on January 17, 2025, 14:13