Production release May 2024 [EXPLORE] #40
|
@ -296,7 +296,7 @@ export class IndicatorFilterUtils {
|
|||
}
|
||||
static getFieldForTable(field, table){
|
||||
if(["publication", "software", "dataset", "other", "result"].indexOf(table)!=-1 && IndicatorFilterUtils.filteredFields[field]["result"]){
|
||||
return IndicatorFilterUtils.filteredFields[field]["result"];
|
||||
return IndicatorFilterUtils.filteredFields[field]["result"].replace("result.",table + ".");
|
||||
}else{
|
||||
return IndicatorFilterUtils.filteredFields[field][table];
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue