RickStrahl / Westwind.Globalization

Database driven resource localization for .NET applications
544 stars 135 forks source link

Grid View does not display correct #211

Open DavidBiskupek-CHG opened 3 years ago

DavidBiskupek-CHG commented 3 years ago

Hi, we discovered a bug which can be reproduced like that:

Create a complete new resource set with the name: bug resourceid: res1 lang: de text: res1de

image

and than a new resource set with: resourece name: bug resourceid: res2 lang: en text: res2en image

now we add a new language on the first resource item: resourece name: bug resourceid: res1 lang: pl text: res2pl image

In the grid view it looks like that: image

The order is wrong the locales should be de, en, pl. I had a look into the loaded json which looks like that: image