|
@@ -48,7 +48,7 @@ def getFields(pars):
|
|
|
#in principle, any property from mdFields could get copied
|
|
|
#to content reported from dsgnFields
|
|
|
#try/except to robustify against missing components
|
|
|
- copyFields=['lookup']
|
|
|
+ copyFields=['lookup','type']
|
|
|
for f in dsgnFields:
|
|
|
try:
|
|
|
dsgnFields[f].update({x:mdFields[f][x] for x in copyFields})
|