KoolReport's Forum

Official Support Area, Q&As, Discussions, Suggestions and Bug reports.
Forum's Guidelines

Row not deleting in resource deleteaction #2440

Open Rajaram Panda opened this topic on on Nov 18, 2021 - 8 comments

Rajaram Panda commented on Nov 18, 2021

Hi, I am using resources inside the dashboard, But unfortunately delete action not working, I have tested by removing needConfirmation from DeleteAction default Class, delete is working fine,

but with confirmation, it only closes the confirm popup nothing else.

KoolReport commented on Nov 18, 2021

Noted! I have forward to dev.team to test.

KoolReport commented on Nov 18, 2021

For this issue, please upgrade to version 3.2.0, it will be solved.

DVBI commented on Nov 18, 2021

Please check my composer.json, which one I need to upgrage?

"koolreport/blade": "*",
        "koolreport/core": "^5.5",
        "koolreport/dashboard": "*",
        "koolreport/export": "*",
        "koolreport/laravel": "^2.0",
        "koolreport/pro": "*",
KoolReport commented on Nov 18, 2021

That's fine, you can just run "composer update", koolreport/dashboard will be updated to 3.2.0 the latest. BTW, to update, you need to update the auth.json with new token.

Rajaram Panda commented on Nov 18, 2021

Sorry, but there is no version 3.2.0.

The current version of the dashboard in my local is 3.0.0,

I have again updated to latest version, but its still not working.

KoolReport commented on Nov 18, 2021

Please update the token key

Rajaram Panda commented on Nov 18, 2021

Thank you, that worked, but another issue raised for me, after successful deletion, the page looks faded because the below class, it is not going anywhere,

Please find attached ss.

<div class="modal-backdrop fade show"></div>
KoolReport commented on Nov 19, 2021

I have tried to replicate issue but failed. Could you please see if there is any client-side javascript error report in the console.

Build Your Excellent Data Report

Let KoolReport help you to make great reports. It's free & open-source released under MIT license.

Download KoolReport View demo
help needed

Dashboard