Skip to content
Snippets Groups Projects
Commit 77204ee9 authored by Peter Rotich's avatar Peter Rotich
Browse files

oops: Bug fixes

parent 0f47a8db
No related branches found
No related tags found
No related merge requests found
...@@ -331,7 +331,7 @@ class DynamicForm extends VerySimpleModel { ...@@ -331,7 +331,7 @@ class DynamicForm extends VerySimpleModel {
case 'T': case 'T':
return TicketForm::dropDynamicDataView(TicketForm::$cdata['table']); return TicketForm::dropDynamicDataView(TicketForm::$cdata['table']);
case 'A': case 'A':
return TaskForm::dropDynamicDataView(TicketForm::$cdata['table']); return TaskForm::dropDynamicDataView(TaskForm::$cdata['table']);
} }
} }
......
...@@ -250,7 +250,7 @@ if ($thisstaff->hasPerm(Task::PERM_DELETE)) { ...@@ -250,7 +250,7 @@ if ($thisstaff->hasPerm(Task::PERM_DELETE)) {
?> ?>
href="<?php href="<?php
echo sprintf('#tasks/mass/%s', $a); ?>" echo sprintf('#tasks/mass/%s', $a); ?>"
><i class="<?php ><i class="icon-fixed-width <?php
echo $action['icon'] ?: 'icon-tag'; ?>"></i> <?php echo $action['icon'] ?: 'icon-tag'; ?>"></i> <?php
echo $action['action']; ?></a> echo $action['action']; ?></a>
</li> </li>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment