Get language-correct labels whether editing or not.
This commit is contained in:
parent
3b6d65176d
commit
7fc2f07a77
1 changed files with 1 additions and 1 deletions
|
@ -108,9 +108,9 @@ public class GroupedPropertyList extends BaseTemplateModel {
|
||||||
|
|
||||||
if (editing) {
|
if (editing) {
|
||||||
mergeAllPossibleDataProperties(propertyList);
|
mergeAllPossibleDataProperties(propertyList);
|
||||||
propertyList = correctLanguageForProperties(propertyList);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
propertyList = correctLanguageForProperties(propertyList);
|
||||||
sort(propertyList);
|
sort(propertyList);
|
||||||
|
|
||||||
// Put the list into groups
|
// Put the list into groups
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue