forked from extern/egroupware
fix JSON error in trunk with readonly fileas-type selector (AD)
This commit is contained in:
parent
3060d95322
commit
dae37d17a8
@ -147,9 +147,9 @@ function check_value(input, own_id)
|
||||
selbox.options[i].text = data.fileas_options[i];
|
||||
}
|
||||
}
|
||||
else
|
||||
else if (template && (selbox = template.widgetContainer.getWidgetById('fileas_type')))
|
||||
{
|
||||
template.widgetContainer.getWidgetById('fileas_type').set_select_options(data.fileas_sel_options);
|
||||
selbox.set_select_options(data.fileas_sel_options);
|
||||
}
|
||||
}
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user