Activities of "Anjali_Musmade"

Hello,

Please try to re-login and then try to create a microservice application.

Hello,

Do you have an ABP commercial license?, microservice is available for ABP Commercial only and not for ABP Framework.
If you have then please check whether your ABP CLI and ABP Suite versions are the same. please provide your ABP version

thanks

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

Showing 181 to 190 of 1189 entries
Made with ❤️ on ABP v9.1.0-preview. Updated on November 11, 2024, 11:11