* Allow customized export for stories.

This commit is contained in:
dingguodong
2023-07-06 15:50:14 +08:00
parent 6eed1aed0f
commit b62dcfa533
+1 -1
View File
@@ -2133,7 +2133,7 @@ class story extends control
$this->view->fileName = $fileName;
$this->view->allExportFields = $this->config->story->exportFields;
$this->view->customExport = false;
$this->view->customExport = true;
$this->display();
}