Skip to content

Commit ae41edd

Browse files
lsongsusexingzhang-suse
authored andcommitted
NVSHAS-9991 The group nv.gatekeeper-controller-manager.openshift-azure-guardrails is missing from UI
1 parent b77fff5 commit ae41edd

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

admin/webapp/websrc/app/common/utils/app.utils.ts

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -350,13 +350,21 @@ export class UtilsService {
350350
cb(data, options);
351351
if (length === params.limit) {
352352
params.start += params.limit;
353-
this.loadPagedData(url, params, arrayName, cb, handleError, options);
354-
} else {
355-
finalize_cb();
353+
this.loadPagedDataFinalize(
354+
url,
355+
params,
356+
arrayName,
357+
cb,
358+
handleError,
359+
finalize_cb,
360+
options
361+
);
356362
}
357363
},
358364
e => {
359365
handleError(e);
366+
},
367+
() => {
360368
finalize_cb();
361369
}
362370
);

0 commit comments

Comments
 (0)