tractorcow-farm / silverstripe-fluent

Multi-language translate module for Silverstripe, without having to manage separate site trees.
BSD 3-Clause "New" or "Revised" License
91 stars 109 forks source link

ENH Add ability to ignore domains entirely #829

Closed lekoala closed 5 months ago

lekoala commented 5 months ago

Description

If you don't use domains, you shouldn't have to make a query on the table

Manual testing steps

Using debugbar, you can check the queries With this new feature, this prevents this query: SHOW FULL FIELDS IN "Fluent_Domain"

Issues

https://github.com/tractorcow-farm/silverstripe-fluent/issues/828

Pull request checklist

tractorcow commented 5 months ago

LGTM