Open large modal when clicking on edit category link

This commit is contained in:
Timo
2020-05-15 04:14:34 +02:00
committed by GitHub
parent 9aec56115e
commit 31508e07fd

View File

@@ -10,7 +10,7 @@
'edit',
array('task_id' => $task['id'], 'project_id' => $task['project_id']),
false,
'js-modal-medium' . (! empty($task['category_description']) ? ' tooltip' : ''),
'js-modal-large' . (! empty($task['category_description']) ? ' tooltip' : ''),
t('Change category')
) ?>
<?php if (! empty($task['category_description'])): ?>