mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 04:29:28 +01:00
Disable unsupported definition filter option for iCal export
This commit is contained in:
parent
1e6d81766c
commit
4d8fbf8b28
@ -137,6 +137,7 @@ class calendar_export_ical extends calendar_export_csv {
|
|||||||
*/
|
*/
|
||||||
public function get_selectors_etpl($definition = null) {
|
public function get_selectors_etpl($definition = null) {
|
||||||
$data = parent::get_selectors_etpl($definition);
|
$data = parent::get_selectors_etpl($definition);
|
||||||
|
$data['content']['no_filter'] = true;
|
||||||
return $data;
|
return $data;
|
||||||
}
|
}
|
||||||
/**
|
/**
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
<row>
|
<row>
|
||||||
<radio label="Use search results" id="selection" onclick="jQuery('.criteria').hide();jQuery('div.filters').hide();" options="search_results" span="all"/>
|
<radio label="Use search results" id="selection" onclick="jQuery('.criteria').hide();jQuery('div.filters').hide();" options="search_results" span="all"/>
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row disabled="@no_filter">
|
||||||
<radio label="Use definition filter" id="selection" onclick="jQuery('div.filters').show();jQuery('.criteria').hide();" options="filter" span="all"/>
|
<radio label="Use definition filter" id="selection" onclick="jQuery('div.filters').show();jQuery('.criteria').hide();" options="filter" span="all"/>
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
|
Loading…
Reference in New Issue
Block a user