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
Branches
Tags
No related merge requests found
...@@ -268,7 +268,7 @@ if ($task->isOverdue()) ...@@ -268,7 +268,7 @@ if ($task->isOverdue())
<?php <?php
foreach ($actions as $action) {?> foreach ($actions as $action) {?>
<span class="action-button <?php echo $action['class'] ?: ''; ?>"> <span class="action-button <?php echo $action['class'] ?: ''; ?>">
<a class="task-action" <a class="<?php echo ($action['class'] == 'no-pjax') ? '' : 'task-action'; ?>"
<?php <?php
if ($action['dialog']) if ($action['dialog'])
echo sprintf("data-dialog-config='%s'", $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