Joel Mitchell

Results 96 comments of Joel Mitchell

Child-forms don't have unique scope for validate errors, this also happens with the global validation summary. A workaround is to adjust the value of the invalid field which should remove...

Is the image rotated (incorrect orientation) or is the crop incorrect? If it is the crop, is it in the details view or the table view?

Ok, it looks like the orientation metadata isn't handled correctly. I expect you are using the SkiaSharp plugin? There's no orientation detection in that as I don't think SkiaSharp handles...

No, we don't have a built-in annotation for that, you'd need to add each entity as separate properties. I suppose the editor would work like the multi-type custom entity picker,...

This area needs working on as part of the asp.net core migration. For now the active locale is determined by the current thread culture and available locales are still set...

Some additional info about why the culture list is restricted by default on this [issue](https://github.com/aspnet/Localization/issues/111#issuecomment-209539299)

The test startup code earlier in the issue comments does not set the `RequestCultureProvider` for the current Cofoundry locale url pattern. This lead to issue #240, the sample in the...

You should be able to set the locale by domain using that method, but some parts of Cofoundry may not work as expected, particularly pages where the route is still...

Hi @hishamco I think a large part of the work here is in designing a flexible but simple to implement locale system. There is a legacy implementation in Cofoundry that...

Additional requirements taken from gitter chat: > ...I have cases like when you have more domains, and my local language has .si domain, but other locale/language is .com, and german...