* Adjust execution method for execution edit.
This commit is contained in:
@@ -34,7 +34,7 @@ if($project)
|
||||
$fields->field('project')
|
||||
->label($lang->execution->method)
|
||||
->disabled()
|
||||
->value(zget($lang->execution->typeList, data('execution.project')));
|
||||
->value(zget($lang->execution->typeList, data('execution.type')));
|
||||
}
|
||||
elseif($app->tab == 'project' && $project->model == 'waterfallplus')
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user