mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
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];
|
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