* Code for task #91378.

This commit is contained in:
tianshujie
2023-04-17 10:57:00 +08:00
parent 2fac74f136
commit f4cda4d780
8 changed files with 84 additions and 1 deletions
+1
View File
@@ -1261,6 +1261,7 @@ class doc extends control
$this->view->objectDropdown = $objectDropdown;
$this->view->canExport = ($this->config->edition != 'open' && common::hasPriv('doc', $type . '2export'));
$this->view->exportMethod = $type . '2export';
$this->view->editors = $this->doc->getEditors($docID);
$this->display();
}