Activities of "liangshiwei"

See https://docs.abp.io/en/abp/latest/UI/AspNetCore/Customization-User-Interface

Hi @rajasekhard2015

Do you create your own settings management page? It doesn't appear automatically.

@rajasekhard2015

Steps to add a setting tab:

Hi , Did you check the log, Can you share more information? log and step.

Is it related to this issue https://github.com/abpframework/abp/issues/2764 ?

Hi , Try to remove the volo.abp.xxx package in your Project.

I mean remove the module package you don't need. You can also using the way in document to disable apis.

Can you share your project structure and Module Class?

Hi See https://docs.abp.io/en/abp/latest/UI/AspNetCore/Customization-User-Interface#example-add-a-javascript-file-for-a-specific-page for add a .js file to page.

I think you can directly overwrite index.js Copy the index.js source file and update it.

   rowAction: {
                        items:
                            [
                                  Add your actions
                            ]
                    }

You can use js to dynamically add a action modal dom, or you can choose to overwrite the page.

Showing 1 to 10 of 4690 entries
Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11