Restore field inheritance

This commit is contained in:
Bryan Housel
2020-02-10 16:22:02 -05:00
parent 7364cb38fe
commit 3608659d21
6 changed files with 104 additions and 90 deletions
+1 -1
View File
@@ -106,7 +106,7 @@ export function uiFieldLocalized(field, context) {
var preset = context.presets().match(entity, context.graph());
var isSuggestion = preset && preset.suggestion;
var showsBrand = preset && preset.fields.filter(function(d) {
var showsBrand = preset && preset.originalFields.filter(function(d) {
return d.id === 'brand';
}).length;
// protect standardized brand names