Activities of "Anjali_Musmade"

Hello fernando.guilherme Can you please try to add new grid with the help of abp suite and check how it is calling an api on front end and same you can follow with abp-modal like

const getData = (query: ABP.PageQueryParams) =>
  this.service.getList({
    ...query,
    ...this.filters,
    filterText: query.filter,
});
const setData = (list: PagedResultDto<BookDto>) => (this.data = list);
this.list.hookToQuery(getData).subscribe(setData);
Answer

Hi, Have you created authserver.pfx file and placed it in Web Package ? Have you set Load User Profile to true in IIS Once check whether, IISUSER has read and write permissions to the publish folder (Try giving Full Control) Once check this link - https://support.abp.io/QA/Questions/4845/How-to-install-app-on-IIS-having-issues-with-Cryptography

Thanks

Hello,

You can check this https://docs.abp.io/en/commercial/latest/modules/account?_ga=2.89445403.1832138394.1699417163-135504566.1662372121#social-external-logins

Thanks,

Answer

Hi,

please check https://support.abp.io/QA/Questions/848/Unable-to-connect-to-redis-serverS

thanks,

Hello Mgandhi,

This page is an example ; It is not implemented in lepton x angular yet. If you want you can customize it at your own.

Thanks,

Hello,

can you please try to add this css in style.scss

abp-toast, .abp-toast, .abp-toast-container  {
  width: 100% !important
}

or check here https://x.leptontheme.com/top-menu/libraries/toastr and customize as per your requirement

Thanks, Anjali

Answer

For English language you have to add localization in en.xml with the help of that particular key for save & status you can add <text name="STATUS">حالة</text> <text name="SAVE">يحفظ</text> In you ProjectName-ar.xml file

Hi,

please check https://support.abp.io/QA/Questions/4846/LeptonX-Theme---Wizard-Component

Hi,

create 'handle-http-error.ts' like

add it in app.module.ts like

after adding this you can get customized error popup like this

Hello abpnewtonvisionco,

Can you please try like this I have done

which will give output like this

en.json is correct. please let me know if found helpful,

Thanks, Anjali

Showing 581 to 590 of 1087 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 23, 2024, 13:33