"Anjali_Musmade" की गतिविधियाँ

You may try like this for sorting value ->

sorting: "id DESC"

उत्तर

Ok let me check and revert you soon.

उत्तर

Could you please share that error message in English?

उत्तर

You can create and configure "http-error-handler.ts" file.

उत्तर

Hi, could you please check this -> https://docs.abp.io/en/abp/latest/UI/Angular/HTTP-Requests?&_ga=2.220204440.1400792527.1689928654-2052240292.1653998950#http-error-handling

regards,

Hi again,

please add this in CSS ->

.lpx-scroll-container-height-auto{

  height: auto !important;

}




.html-ov-hid{

  overflow: hidden !important;

}
उत्तर

Hi Spospisil ,

Have you tried this -> https://docs.abp.io/en/abp/latest/Customizing-Application-Modules-Extending-Entities

please check

with regards, Anjali

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.

974 प्रविष्टियों में 931 से 940 दिखा रहा है
Made with ❤️ on ABP v8.2.0-preview Updated on मार्च 25, 2024, 15:11