Activities of "Anjali_Musmade"

Hello, I have generate BookModule using this command yarn ng generate module book --module app --routing --route books

I have added below code to route.provider.ts

{
        path: '/book-store',
        name: '::Menu:BookStore',
        iconClass: 'fas fa-book',
        order: 101,
        layout: eLayoutType.application,
      },
      {
        path: '/books',
        name: '::Menu:Books',
        parentName: '::Menu:BookStore',
        layout: eLayoutType.application
      }

It's showing this result

After that I have added one more child here Author using this command generate author component yarn ng generate module author --module app --routing --route authors

I have added below code in route.provider.ts

{
   path: '/authors',
   name: '::Menu:Authors',
   parentName: '::Menu:BookStore',
   layout: eLayoutType.application,
  }

It's showing result

After that I have add permission for Author tab

{
   path: '/authors',
   name: '::Menu:Authors',
   parentName: '::Menu:BookStore',
   layout: eLayoutType.application,
   requiredPolicy: 'BookStore.Authors',
  }

After disabling the permissions for Auther, the final result will look like this - the author menu get hide

Thanks.

Hello,

Please check out https://docs.abp.io/en/commercial/latest/tutorials/book-store/part-9?UI=NG&DB=EF#menu-definition if it helps you. I will try to reproduce the issue and will revert back again.

Thanks

Hello,

If you want to change sidemenu to topmenu add below code in your Web.Module.cs

   Configure<LeptonXThemeMvcOptions>(options =>
      {
          options.ApplicationLayout = LeptonXMvcLayouts.TopMenu;
      });

please let me know if anything else required

Thanks

Hello,

Could you please share the steps to reproduce the issue or any screenshots? Actually, I am not getting your question exactly please elaborate it.

thanks

Hello,

please check similar issuehttps://support.abp.io/QA/Questions/7194/SaasServiceHttpApiHost-terminated-unexpectedly-Error#answer-3a128dcf-3401-6048-cc3c-9217fb0e882d https://support.abp.io/QA/Questions/4390/Getting-Error-While-Deploying-to-Azure--Please-Help if it helps you

thanks

Hello again,

let me check and get back to you.

Thanks

Hello,

Can you please refer to this link: https://github.com/abpframework/abp/issues/13024

We do not have that feature (flag icons) in the latest (7.3.2 onwards) version of ABP.

regards,

Hello,

please check https://stackoverflow.com/questions/77027661/how-could-i-set-multi-redirect-uri-for-the-same-client-id-in-abp-frameworks-7-x if it helps for you

Thanks

Hello,

Please check https://community.abp.io/posts/how-to-add-custom-property-to-the-user-entity-6ggxiddr if it helps you.

Thanks

Hello,

I am delighted to hear that it worked! It is my pleasure to assist you. May I close the ticket as the issue is resolved?

Thanks

Showing 81 to 90 of 1087 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 20, 2024, 08:30