Base solution for your next web application
Open Closed

ASP.NET Zero Power Tools entity generation actions button not functioning #5699


User avatar
0
361apps created

when we are using the ASP.NET Zero Power Tools to load entities from DB all code is generated correctly and compilation is successfull for both web host and angluar client. but the actions button on the angular client is not functioning it does not open the context menu when clicked can you kindly support in this


7 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi **@361apps **

    • Could you check if there are any javascript errors on browser console ?
    • Does the logged-in user has the necessary permissions to see the buttons in the action menu ?
  • User Avatar
    0
    361apps created

    Hi @ismcagdas,

    1. there are no errors in the browser console, the HTML is even generated correctly and i can see the li containing edit and delete items, only the click event is not handled.
    2. we are checking from the default admin user and the user is granted permissions to edit and delete
  • User Avatar
    0
    yekalkan created

    Hi 361apps,

    We have troubleshoot the problem.

    Please upgrade your tool to v.1.6.0.3. Then re-generate your entity.

    You also have to import BsDropdownModule in main.module.ts file. (See admin.module.ts for help)

  • User Avatar
    0
    361apps created

    please provide us a link to this specific version as we searched for it with no luck to get version list (only single download which is the original install that seems to be upgraded).

  • User Avatar
    0
    361apps created

    Dears, we have downloaded the latest power tool from visual studio market place some generation errors regarding the the implementation of the export excel interface but the issue with the actions button not functioning still exists https://marketplace.visualstudio.com/items?itemName=Volosoft.AspNetZeroPowerTools

  • User Avatar
    0
    yekalkan created

    Have you imported BsDropdownModule in main.module.ts file? (See admin.module.ts for help)

    By the way, you could update the tool on visual studio.

  • User Avatar
    0
    361apps created

    Dear Yekalkan, thank you so much for your support it's functioning properly now after the import.