From 01c22b46b636dc2ac557525998996a2249bf34e8 Mon Sep 17 00:00:00 2001 From: sergeyteleshev Date: Fri, 27 Dec 2024 20:28:33 +0100 Subject: [PATCH] CB-5574 changes order for secret manager --- .../src/ProductInfoService.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/packages/plugin-product-information-administration/src/ProductInfoService.ts b/webapp/packages/plugin-product-information-administration/src/ProductInfoService.ts index aae0ac6b75..29ed930204 100644 --- a/webapp/packages/plugin-product-information-administration/src/ProductInfoService.ts +++ b/webapp/packages/plugin-product-information-administration/src/ProductInfoService.ts @@ -40,7 +40,7 @@ export class ProductInfoService extends Dependency { onActivate: async () => { await this.serverLicenseStatusResource.load(); }, - order: 12, + order: 13, }); }