Merge branch 'sprint/fixbug_liumengyi' into 'master'
* Optimize code. See merge request easycorp/zentaopms!4007
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
helper::importControl('execution');
|
||||
class myExecution extends execution
|
||||
{
|
||||
public function edit($executionID, $action = 'edit', $extra = '')
|
||||
public function edit($executionID, $action = 'edit', $extra = '', $newPlans = '', $confirm = 'no')
|
||||
{
|
||||
$this->config->execution->edit->requiredFields = 'name,code,begin,end';
|
||||
parent::edit($executionID, $action, $extra);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user