Skip to content
Snippets Groups Projects
Commit 3effac54 authored by Jared Hancock's avatar Jared Hancock
Browse files

tickets: Ensure cdata materialized view exists

parent 9e3e0bef
Branches
Tags
No related merge requests found
......@@ -4,6 +4,9 @@ $tickets = TicketModel::objects();
$clear_button = false;
$view_all_tickets = $date_header = $date_col = false;
// Make sure the cdata materialized view is available
TicketForm::ensureDynamicDataView();
// Figure out REFRESH url — which might not be accurate after posting a
// response
list($path,) = explode('?', $_SERVER['REQUEST_URI'], 2);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment