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

Merge pull request #16 from JediKev/issue/queue-export-sorting

issue: Queue Export Sorting
parents cc6aaefb eeccbf30
No related branches found
No related tags found
No related merge requests found
......@@ -39,7 +39,7 @@ if (isset($cache['fields']) && $fields)
</tbody>
<tbody class="sortable-rows" id="fields">
<?php
foreach ($queue->getExportableFields() as $path => $label) {
foreach (array_merge($fields, $queue->getExportableFields()) as $path => $label) {
echo sprintf('<tr style="display: table-row;">
<td><i class="faded-more
icon-sort"></i>&nbsp;&nbsp;<label><input
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment