symbiote / silverstripe-gridfieldextensions

A collection of useful grid field components.
BSD 3-Clause "New" or "Revised" License
96 stars 126 forks source link

FIX Prevent popping open cms-menu when using nested gridfield #406

Closed emteknetnz closed 3 months ago

emteknetnz commented 3 months ago

Issue https://github.com/symbiote/silverstripe-gridfieldextensions/issues/403

In LeftAndMain there's a handler for $(document).ajaxComplete() causing a redraw. This is resolved by using fetch() instead of jquerys ajax function.

Requires https://github.com/silverstripe/silverstripe-frameworktest/issues/191 to be merged first