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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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'])): ?>