Would it be possible to persist the last used locale in a record?
Right now it always switches back to the default, we have a project with a lot of locales, which makes the editing experience the following.
search your model/record to edit
opens in default locale
editors tries to find the locale that he needs to edit
switches to another record
repeats step 2-3.
Ideally this would be:
search your model/record to edit
opens in default locale
editors tries to find the locale that he needs to edit
switches to another record that automatically keeps the locale the same. no need to start searching again.
Quick update on this: We have tested some code changes that could make this happen, but first we have to merge some related planned work (just to avoid potential code conflicts). We’ll take a look at this again soon!
@thomas.vanleynseele This has been deployed Now, as long as you’re within the same model, we should remember your chosen locale between different records and the collections view.
Sorry, just a quick heads-up… this change caused some unintentional side effects (as bugs), and we may need to temporarily roll it back until it can be more thoroughly tested
It’s currently still live, but may temporarily disappear in the next couple days, unless we can easily fix the bugs. If not, we might have to roll it back and do a better job of testing it before re-releasing it.
(Sorry, this was my fault… my PR failed to account for some use cases that this interferes with…! It’s a good idea, still, but we need to better identify and work out the kinks first.)
We’ve temporarily rolled back this feature because it was causing both some bugs and unintentional side effects with complaints. We’ll have to reconsider how to implement it in a way that doesn’t affect existing users who don’t want this behavior…
I didn’t either, but it caused a complaint from a customer who works with a lot of locales. But that’s not the main reason (as you said, that could be behind a preference). It was more that it caused some unexpected bugs with locale changing & saving that we didn’t anticipate, and we had to emergency hotfix it and roll it back.
It just needs a bit more time to work out the kinks, but hopefully we can re-add that soon!