Open Closed

Dashboard implementation in module #2687


User avatar
0
zalak created

Check the docs before asking a question: https://docs.abp.io/en/commercial/latest/ Check the samples, to see the basic tasks: https://docs.abp.io/en/commercial/latest/samples/index The exact solution to your question may have been answered before, please use the search on the homepage.

If you're creating a bug/problem report, please include followings:

  • ABP Framework version: v4.3.2
  • UI type: MVC
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes / no
  • Exception message and stack trace:
    • I am using freeboard.io to create dashboard. I have observed that due to loading some default javascript files by apb.io my dashboard functionalities are not working. Javascript files are clashing with freeboard.io
  • Steps to reproduce the issue:"
    • Download Source code from here https://github.com/Freeboard/freeboard
    • Create Module (Lepton theme)
    • Create [[wwwroot folder](http://wwwroot](http://wwwroot folder](http://wwwroot) folder) in web project
    • Copy files of freeboard.io source code into [[wwwroot folder](http://wwwroot](http://wwwroot folder](http://wwwroot) folder)
    • Copy freeboard/index.html file's head and body into page created in new module.

Is there any way I can stop loading few JavaScript of a parent Theme or I can force to use my JavaScript? Please also let me know I can i fix this issue.


1 Answer(s)
  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    Hi,

    You can replace or remove static files via the bundle system. see: https://docs.abp.io/en/abp/latest/UI/AspNetCore/Bundling-Minification#configuring-an-existing-bundle

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11