Activities of "Anjali_Musmade"

Answer

Hi,

Can you please use themes bundles in your MVC project and replace it with the condition, as below https://docs.abp.io/en/commercial/6.0/themes/lepton-x/commercial/mvc

Hi,

I will check and let you know.

Thank you.

Hi

please try by executing command=> yarn and then => npm start

Hi,

Please check interservice communication https://docs.abp.io/en/commercial/latest/startup-templates/microservice/interservice-communication

Also you can synchronize entity across service to do the query. you can see the cmskit module have synchronized identity users using event bus https://docs.abp.io/en/abp/latest/Distributed-Event-Bus

https://github.com/abpframework/abp/blob/dev/modules/cms-kit/src/Volo.CmsKit.Domain/Volo/CmsKit/Users/CmsUser.cs https://github.com/abpframework/abp/blob/dev/modules/cms-kit/src/Volo.CmsKit.Domain/Volo/CmsKit/Users/CmsUserSynchronizer.cs

Hi,

Can i know what challenges are you facing when using RoutersService?

Hi,

You can increase the token expiration time. https://github.com/abpframework/abp/blob/1863a619f172634b2eb4842f0c241c40a9642c91/docs/en/Modules/OpenIddict.md?plain=1#L425

Hi the RoutesService does returns all the childmenu items these are not routes these are just menu item that is displayed in sidemenu they are not lazy loaded like the routes that you define in routermodule

Hi you can use as any to temporarily suspend type checking for that expression and treat it as if it has the any type

this you will be able to see like this

you can provide same information of data which you provided to routermodule config

Hi,

I am checking on this do you need a workaround?

Hi,

can you try using this to get the data information, you have to use Permission Guard for page related validation but to hide menu you can use RoutesService in app.component,ts

let me know if this works.

Showing 1061 to 1070 of 1087 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 19, 2024, 10:13