Merge branch 'ent-3773-fallo-paginacion-templates-alerts' into 'develop'
Fixed pagination in Alert templates See merge request artica/pandorafms!2391
This commit is contained in:
commit
72a127c085
|
@ -243,7 +243,9 @@ $url = ui_get_url_refresh(
|
|||
'offset' => false,
|
||||
'search_string' => $search_string,
|
||||
'search_type' => $search_type,
|
||||
]
|
||||
],
|
||||
true,
|
||||
false
|
||||
);
|
||||
|
||||
$table = new stdClass();
|
||||
|
|
Loading…
Reference in New Issue