zentaopms/config/ext/effort.php
2023-05-16 10:47:08 +08:00

10 lines
325 B
PHP
Executable File

<?php
$config->objectTables['effort'] = TABLE_EFFORT;
$filter->effort = new stdclass();
$filter->effort->export = new stdclass();
$filter->effort->export->cookie['checkedItem'] = 'reg::checked';
$filter->effort->createforobject = new stdclass();
$filter->effort->createforobject->cookie['taskEffortFold'] = 'reg::checked';