34 if ($this->
http->wrapper()->post()->has(
'format')) {
35 $format = $this->
http->wrapper()->post()->retrieve(
'format', $this->
refinery->kindlyTo()->string());
38 $this->checkForExportableFields();
41 parent::createExportFile();
47 protected function checkForExportableFields():
bool 49 foreach ($this->obj->getTables() as $tbl) {
51 foreach ($tbl->getFields() as $field) {
52 if ($field->getExportable()) {
58 $this->tpl->setOnScreenMessage(
'failure', $this->
lng->txt(
'dcl_no_export_data_available'),
true);
59 $this->
ctrl->redirect($this,
"listExportFiles");
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static http()
Fetches the global http state from ILIAS.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
createExportFile()
overwrite to check if exportable fields are available (for async xls export)