mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-05 07:03:51 +08:00
Initialize task provisioning polling on table page load [SCI-7780]
This commit is contained in:
parent
1ac86b8188
commit
8f97b8ad93
1 changed files with 1 additions and 0 deletions
|
@ -545,6 +545,7 @@ var ExperimnetTable = {
|
|||
customResponse: (response) => {
|
||||
this.appendRows(response.data);
|
||||
this.initDueDatePicker(response.data);
|
||||
this.initProvisioningStatusPolling();
|
||||
},
|
||||
customParams: (params) => {
|
||||
return { ...params, ...tableParams };
|
||||
|
|
Loading…
Reference in a new issue