johnitvn / yii2-ajaxcrud

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

Loading modal not shown on Chrome #63

Open ghost opened 7 years ago

ghost commented 7 years ago

Loading modal not shown on google chrome (or showed only after post request process finished). This problem is caused by the async property on doRemote is set to false, and it makes beforeRemoteRequest.call(instance); call delayed right after the post request process finished.

almirb commented 7 years ago

Thanks @zmajdy . I tested It and works!