KoolReport's Forum

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

Since upgrade, needConfirmation crash #3348

Open cyberweb opened this topic on on Oct 11 - 4 comments

cyberweb commented on Oct 11

protected function beforeOnCreated()

{
    parent::beforeOnCreated();
    $this
    ->type("danger")
    ->needConfirmation(true)
    ->showOnActionBox(true)
    ->showOnTable(true)
    ->showOnDetail(true)
    ->icon("far fa-trash-alt")
    ->title(Lang::t("Delete"));
    $this->confirmModal()->title($this->title());

It's the same on demo website

Could you help us ?


![](https://cdn.koolreport.com/assets/images/editor/c5/image67092515c0f11.png)

Sebastian Morales commented on Oct 14

Thank you for your feedback. We have just released KoolReport Pro 6.6.2 and Dashboard 4.8.1. Would you please update to those versions and let us know if this problem remains? Tks,

cyberweb commented on Oct 14

sorry but the bug is always present with 6.6.2 and 4.8.1 You have the same problem here https://www.koolreport.com/dashboard/demo/?kdr=eyJyb3V0ZSI6IkFwcC9QdWJsaWNQYWdlL09yZGVyIiwiYWN0aW9uIjoiaW5kZXgiLCJwYXJhbXMiOm51bGx9

Sebastian Morales commented on Oct 14

We have been able to replicated this issue and will release an updated version as soon as a solution is available. Tks,

Sebastian Morales commented on Oct 15

We have just released KoolReport Dashboard 4.8.2, which helps to fix this issue. Pls update to this version and let us know your result.

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
bug

Dashboard