Activities of "Anjali_Musmade"

Hello ,.

The cms kit UI is not available for angular you have to customize it . It is only available for blazor and mvc razor pages.

Thanks,

Hello ,

Add CMS kit module as package using ABP suite. After that add below code in MyProjectGlobalFeatureConfigurator.cs file

Now run your backend and then in your angular project just hit the command abp generate-proxy -t ng -m cms-kit-pro-admin in your terminal.

Just like It will genrate the proxy for app service. By using it you can customize UI.

Thank you.

Hello ,

Please check this link https://support.abp.io/QA/Questions/3613/Integrate-CMS-Kit-Pro-Module-in-Angular

Thank you.

Hello,

Thanks for reporting I will refund your credit and closing this ticket.

Thanks

Hello,

If you want to disable datetime picker opened automatically every time then you have to customize your code. Please check this below code and try at your side. <abp-input asp-for="Book.FromDate" value="@DateTime.Now.ToString("yyyy-MM-dd")" type="date" abp-data-datepicker="false" />

Thank you.

Hello ,

Can you please try to add this code in Logout.cshtml.cs file

Please check once with this code and let me know if anything needed.

Thanks,

Hello,

You will get this file in source code of Account module.

you can also refer this https://community.abp.io/posts/how-to-add-custom-property-to-the-user-entity-6ggxiddr.

can you please provide this info ABP Framework version: UI Type: Database System: Tiered (for MVC) or Auth Server Separated (for Angular):

thanks,

Hello ,

Please check this solution if it works for you https://stackoverflow.com/questions/77204224/how-to-clear-all-the-sessions-using-protectedsessionstorage-in-blazor-server-app.

Thank you.

Hello,

Please check similar issue https://support.abp.io/QA/Questions/2989/Overriding-PersonalInfo-for-extra-properties

Thanks

Hi again,

I have checked it again but its working fine at my end

thanks

Showing 341 to 350 of 1195 entries
Made with ❤️ on ABP v9.1.0-preview. Updated on November 11, 2024, 11:11