* bugUI: call data function to get variable's value.
This commit is contained in:
@@ -32,7 +32,7 @@ $fields->field('assignedTo')
|
||||
$fields->field('deadline')
|
||||
->control('datePicker');
|
||||
|
||||
if(isset($executionType) and $executionType == 'kanban')
|
||||
if(data('executionType') && data('executionType') == 'kanban')
|
||||
{
|
||||
$fields->field('region')
|
||||
->label($lang->kanbancard->region)
|
||||
|
||||
Reference in New Issue
Block a user