Open Closed

Modal Pick Type not working #3349


User avatar
0
Katherine 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: v5.1.4
  • UI type: MVC
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): no
  • Exception message and stack trace:
  • Steps to reproduce the issue:"

Define a navigation property thru Suite. UI pick type: Modal Step 1: Click on Pick Button

Step 2: Pick Modal displayed

Hi, There is no function after clicking the Search, Pick, or Cancel buttons. Thanks


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

    Hi,

    Can you upgrade your suite version to the latest and try again? thanks. it might be fixed.

  • User Avatar
    0
    Katherine created

    Hi,

    Is there any way to fix this on 5.1.4? Thanks

  • User Avatar
    0
    yekalkan created
    Support Team Fullstack Developer

    @Katherine

    Are there any error logs on the browser console?

  • User Avatar
    0
    Katherine created

    Hi, No error found on console.

    If you click the [X] close button, the selected value will be return to the textbox as below.

    <br>

  • User Avatar
    0
    yekalkan created
    Support Team Fullstack Developer

    @Katherine

    Thanks you. We'll try to reproduce the issue asap.

  • User Avatar
    0
    yekalkan created
    Support Team Fullstack Developer

    Hi @Katherine

    There is no function after clicking the Search, Pick, or Cancel buttons.

    We couldn't reproduce this. Search button doesn't work for some reason, but other buttons do work. (Suite & project are v5.1.4)

    Can you give us any more info to reproduce this issue?

  • User Avatar
    0
    Katherine created

    Hi @Katherine

    There is no function after clicking the Search, Pick, or Cancel buttons.

    We couldn't reproduce this. Search button doesn't work for some reason, but other buttons do work. (Suite & project are v5.1.4)

    Can you give us any more info to reproduce this issue?

    Hi Yekalkan, Issue has been resolved. Thanks for the help.

    a. All buttons worked after adding bs in the LookupModal.cshtml b. In datatables-extensions.js, following condition was added to address the search functionality

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