Activities of "Anjali_Musmade"

Hi,

Can you please try this ->

onDropDownClose() {

    this.dropDownOpen = false;

    document.getElementsByClassName('lpx-scroll-container')[0]?.classList?.remove('lpx-scroll-container-height-auto')

    document.getElementsByTagName('html')[0]?.classList?.remove('html-ov-hid')
  }

  onDropDownClick() {

    setTimeout(() => {

      if (!this.dropDownOpen) {

        this.dropDownOpen = true;

        document.getElementsByClassName('lpx-scroll-container')[0]?.classList?.add('lpx-scroll-container-height-auto')

        document.getElementsByTagName('html')[0]?.classList?.add('html-ov-hid')

      }

    }, 100);

  }

Hi bhasinp,

Could you please elaborate steps to reproduce this issue. I tried but unable to reproduce.

Hi,

In Angular, the same menu is shown in both the web and mobile views if same application is used for both the views. However, if this problem persists, you might try denying Tenant and Host permissions.

Hello again, I apologize for the delay. Could you kindly confirm whether you use the same application for both web and mobile views or a different mobile app?

Hi,

The module with permission information should be included in the application-configuration AbpApplicationConfigurationAppService.cs

After making a change. Please inject ConfigStateService and get module permission related data like this. this way there will be no delay.

Hi,

Please follow the instructions to replace logo of LeptonX theme and change the side navigation menu layout. https://docs.abp.io/en/commercial/6.0/themes/lepton-x/angular

Hi,

Please refer https://support.abp.io/QA/Questions/2371/AbpException-Could-not-find-the-bundle-file-%27libsbootstrapjsbootstrapenabletooltipseverywherejs%27-for-the-bundle-%27LeptonGlobal%27

with regards.

Hi

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

It works at my end .

With regards

Hi,

I think your Lepton X theme is not installed properly can you please try again by creating new project with Lepton X theme.

Answer

Hi

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

With regards

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