config.php 601 B

123456789101112
  1. <?php
  2. $config->makeup->require = new stdclass();
  3. $config->makeup->require->create = 'year,begin,end,type,hours,leave';
  4. $config->makeup->require->edit = 'year,begin,end,type,hours,leave';
  5. $config->makeup->require->review = 'comment';
  6. $config->makeup->list = new stdclass();
  7. $config->makeup->list->exportFields = 'id, createdBy, dept, type, begin, end, hours, desc, status, reviewedBy';
  8. $config->makeup->editor = new stdclass();
  9. $config->makeup->editor->view = array('id' => 'lastComment', 'tools' => 'simple');
  10. $config->makeup->editor->review = array('id' => 'comment', 'tools' => 'simple');