johnitvn / yii2-ajaxcrud

Gii CRUD template for Single Page Ajax Administration for yii2
100 stars 114 forks source link

yii2 2.0.13-dev breaks this plugin #75

Open SSiwek opened 7 years ago

SSiwek commented 7 years ago

Hi,

it seems that yii2 2.0.13-dev does break this plugin.

Modal Dialog seems to work at first, but if you "submit" data, there are suddenly 2 GET Calls !

First one with "ajax" flag set and then a second one without. This results in a complete page refresh and your modal dialog window is lost.

I think it has to do with new jquery plugin used, but I am unsure about that.

I hope there will be a fix?

Sven