Skip to content

Commit 0166c4a

Browse files
committed
refactor: visualisation type is available after searchAQUANAVI.php
1 parent 2d4ac95 commit 0166c4a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

server/services/searchAQUANAVI.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
$post_params["time_range"] = "user-defined";
2323

2424
// And some others...
25-
$params_array = ["from", "to", "document_types", "sorting", "min_descsize", "lang_id"];
25+
$params_array = ["from", "to", "document_types", "sorting", "min_descsize", "lang_id", "vis_type"];
2626

2727
$is_custom_array_set = isset($post_params["custom_title"]);
2828
if ($is_custom_array_set) {

0 commit comments

Comments
 (0)