Bug on IssueGridHandler File

Hi dear Ojs Team
@israel.cefrin , @bozana, @asmecher

in line 559 at IssueGridHandler.inc.php file code must change from
$json = new JSONMessage();
to
$json = DAO::getDataChangedEvent();

I think its wrong and not work properly

Thanks for considering my request.

Hi @mbabaei

What was the problem you have experienced?

Thanks!
Bozana

When user click on “Unpublish Issue” button the page hang it and user must refresh the page to see the result of action
but when i change the code its work very well