You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Prior to v0.123.0, .Site.Sites returned the sites sorted by weight then language key. With v0.123.0 and later, the site corresponding to the default language is first on the list.
....Site.Sites.First now returns the second site, which is exactly what it should be doing. But I think we should rename the method to describe what it does.
Prior to v0.123.0,
.Site.Sites
returned the sites sorted by weight then language key. With v0.123.0 and later, the site corresponding to the default language is first on the list.With this config...
...
.Site.Sites.First
now returns the second site, which is exactly what it should be doing. But I think we should rename the method to describe what it does.If implemented, need to update:
The text was updated successfully, but these errors were encountered: