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

Source locale doesn't respect locale inheritance mode #842

Open mfendeksilverstripe opened 5 months ago

mfendeksilverstripe commented 5 months ago

Module version(s) affected

7

Description

getSourceLocale() is supposed to give you the locale which the content is coming from for a specific model but it doesn't take into account locale inheritance mode which is a model level setting.

319797975-24c993d8-8ac2-4704-8a61-694797fa6d64

How to reproduce

Apply INHERITANCE_MODE_EXACT to a model (for example a campaign page). Let's assume this test setup:

Expected source locale

null (no source)

Actual source locale

English locale

Validations

PRs