Files
EasySoft-ZenTaoPMS/module/testreport/config.php
T
2020-07-01 17:47:54 +08:00

13 lines
488 B
PHP

<?php
$config->testreport->create = new stdclass();
$config->testreport->create->requiredFields = 'title,owner';
$config->testreport->edit = new stdclass();
$config->testreport->edit->requiredFields = 'title,owner';
$config->testreport->editor = new stdclass();
$config->testreport->editor->create = array('id' => 'report', 'tools' => 'simpleTools');
$config->testreport->editor->edit = array('id' => 'report', 'tools' => 'simpleTools');
$config->testreport->selectFields = 'owner';