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

Merge pull request #4877 from JediKev/issue/queue-sort-title-no-validation-error

issue: Queue Sort Title No Validation Error
parents e58bc50d 029b0f28
No related branches found
No related tags found
No related merge requests found
......@@ -237,6 +237,9 @@ class AdminAjaxAPI extends AjaxController {
}
}
if (!$data_form)
$data_form = $sort->getDataConfigForm();
include STAFFINC_DIR . 'templates/queue-sorting-add.tmpl.php';
}
......
<?php echo $sort->getDataConfigForm()->asTable(); ?>
<?php echo $data_form->asTable(); ?>
<table class="table">
<tbody class="sortable-rows">
......
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