Merge pull request #14895 from Budibase/BUDI-8779/automation-history-pagination-changes-to-disabled-state-for
Fix automation log pagination
This commit is contained in:
commit
59b9eb5ec5
|
@ -38,6 +38,10 @@
|
||||||
let loaded = false
|
let loaded = false
|
||||||
$: app = $appsStore.apps.find(app => $appStore.appId?.includes(app.appId))
|
$: app = $appsStore.apps.find(app => $appStore.appId?.includes(app.appId))
|
||||||
$: licensePlan = $auth.user?.license?.plan
|
$: licensePlan = $auth.user?.license?.plan
|
||||||
|
|
||||||
|
// Reset the page every time that a filter gets updated
|
||||||
|
$: pageInfo.reset(), automationId, status, timeRange
|
||||||
|
|
||||||
$: page = $pageInfo.page
|
$: page = $pageInfo.page
|
||||||
$: fetchLogs(automationId, status, page, timeRange)
|
$: fetchLogs(automationId, status, page, timeRange)
|
||||||
$: isCloud = $admin.cloud
|
$: isCloud = $admin.cloud
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit f6aebba94451ce47bba551926e5ad72bd75f71c6
|
Subproject commit 2ab8536b6005576684810d774f1ac22239218546
|
Loading…
Reference in New Issue