From 5c20cd120523acb25f4ae000f23a27b6ba09210d Mon Sep 17 00:00:00 2001 From: Ravi Lodhi Date: Wed, 4 Dec 2024 10:31:47 +0530 Subject: [PATCH] Improved: Increased viewSize to 100 while fetching system messages for the uploaded cycle count (#525). --- src/store/modules/count/actions.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/store/modules/count/actions.ts b/src/store/modules/count/actions.ts index f1eca2c0..357257d4 100644 --- a/src/store/modules/count/actions.ts +++ b/src/store/modules/count/actions.ts @@ -192,7 +192,7 @@ const actions: ActionTree = { systemMessageTypeId: "ImportInventoryCounts", initDate_from: twentyFourHoursEarlier.toMillis(), orderByField: 'initDate desc, processedDate desc', - pageSize: 20 + pageSize: 100 }) if (!hasError(resp)) { systemMessages = resp.data