heimrichhannot / contao-list-bundle

This bundle offers a generic list module.
GNU Lesser General Public License v3.0
3 stars 0 forks source link

Fix inserttags on async reload #7

Closed koertho closed 3 years ago

koertho commented 3 years ago

This PR fixes that inserttags not replaced when a list is reloaded on async filter form submit.

This PR also refactored the ModifyJsonResponseEventListener to an FilterBundleEventSubscriber.