More work on reports and config options
This commit is contained in:
@@ -191,11 +191,11 @@ export async function get_ae_obj_li_for_obj_id_crud_v2(
|
||||
headers['order_by_li'] = JSON.stringify(order_by_li);
|
||||
}
|
||||
|
||||
if (limit >= 0) {
|
||||
if (limit > 0) {
|
||||
params['limit'] = limit;
|
||||
}
|
||||
|
||||
if (offset >= 0) {
|
||||
if (offset > 0) {
|
||||
params['offset'] = offset;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user