Skip to content
Snippets Groups Projects
Commit acac3707 authored by Peter Rotich's avatar Peter Rotich Committed by GitHub
Browse files

Merge pull request #3909 from JediKev/issue/task-print

oops: Fix Task Print
parents d7a4b44b 2ddf78a6
No related branches found
No related tags found
No related merge requests found
......@@ -268,7 +268,7 @@ if ($task->isOverdue())
<?php
foreach ($actions as $action) {?>
<span class="action-button <?php echo $action['class'] ?: ''; ?>">
<a class="task-action"
<a class="<?php echo ($action['class'] == 'no-pjax') ? '' : 'task-action'; ?>"
<?php
if ($action['dialog'])
echo sprintf("data-dialog-config='%s'", $action['dialog']);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment