28 if (
$_POST[
'format'] ==
'xlsx') {
29 $this->checkForExportableFields();
32 return parent::createExportFile();
41 protected function checkForExportableFields()
44 $ilCtrl =
$DIC[
'ilCtrl'];
46 foreach ($this->obj->getTables() as $tbl) {
48 foreach ($tbl->getFields() as $field) {
49 if ($field->getExportable()) {
56 $ilCtrl->redirect($this,
"listExportFiles");
An exception for terminatinating execution or to throw for unit testing.
Export User Interface Class.
createExportFile()
overwrite to check if exportable fields are available (for async xls export)
Export User Interface Class.
Export User Interface Class.
static sendFailure($a_info="", $a_keep=false)
Send Failure Message to Screen.