* [refac bug #57340] no show parent field for lite vision.
This commit is contained in:
@@ -72,10 +72,13 @@ $buildAssignedTo = function()
|
||||
);
|
||||
};
|
||||
|
||||
$fields->field('parent')
|
||||
->label($lang->task->parent)
|
||||
->control('picker')
|
||||
->items(data('parents'));
|
||||
if($config->vision != 'lite')
|
||||
{
|
||||
$fields->field('parent')
|
||||
->label($lang->task->parent)
|
||||
->control('picker')
|
||||
->items(data('parents'));
|
||||
}
|
||||
|
||||
$fields->field('assignedToBox')
|
||||
->label($lang->task->assignedTo)
|
||||
|
||||
Reference in New Issue
Block a user