omines / datatables-bundle

DataTables bundle for Symfony
https://omines.github.io/datatables-bundle/
MIT License
251 stars 113 forks source link

Doctrine ORMAdapter detach() causing duplicate records #234

Closed shumik closed 2 years ago

shumik commented 2 years ago

Initial issue - #175

detach, which was causing error was removed in #198 , but change has been reverted.

Is there any other way to fix/avoid duplication of records in db?

curry684 commented 2 years ago

I've reopened the other issue.