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

FIX Issues when running with other modules installed #860

Closed emteknetnz closed 3 months ago

emteknetnz commented 3 months ago

Issue https://github.com/silverstripe/.github/issues/271

There are two separate commits in here fixing different issues, do not squash merge

FIX Only select columns from the current database fixes the Duplicate columns in query issue

FIX Create a temp locale if there is not a default fixes the TractorCow\Fluent\Model\RecordLocale::__construct() issue

emteknetnz commented 3 months ago

@GuySartorelli have added description to explain which issues commits are for