ems-project / elasticms

ElasticMS's monorepo
MIT License
3 stars 8 forks source link

feat(revision): improve datatable drafts and trash #914

Closed Davidmattei closed 3 days ago

Davidmattei commented 1 month ago
Q A
Bug fix? n
New feature? n
BC breaks? n
Deprecations? n
Fixed tickets? n
Documentation? n

In this PR refactored the trash & drafts datatables.

Removed the need of separate services for building a table. The query is now build inside the type and ask the queryBuilder from the RevisionRepository. The dataTableType just needs to implement QueryServiceTypeInterface

Replaced index view by new generic crud/overview.html.twig

Other fixes: