* Adjusted programplan ajaxCustom function.
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
<?php
|
||||
declare(strict_types=1);
|
||||
helper::import(dirname(__FILE__) . 'config/form.php');
|
||||
|
||||
$config->programplan->create = new stdclass();
|
||||
$config->programplan->edit = new stdclass();
|
||||
$config->programplan->create->requiredFields = 'name,begin,end';
|
||||
|
||||
Reference in New Issue
Block a user