From 19fa510617b4747707162da52ac9a9be874fa77c Mon Sep 17 00:00:00 2001 From: NicoleNG18 Date: Fri, 13 Feb 2026 14:29:18 +0200 Subject: [PATCH 1/2] regenerate module --- codbex-countries/codbex-countries.edm | 4 ++-- codbex-countries/codbex-countries.gen | 7 ++++++- codbex-countries/codbex-countries.model | 4 ++-- .../gen/codbex-countries/api/Settings/CountryService.ts | 6 +++--- .../gen/codbex-countries/api/utils/HttpUtils.ts | 4 ++-- .../codbex-countries/dao/Settings/CountryRepository.ts | 8 ++++---- 6 files changed, 19 insertions(+), 14 deletions(-) diff --git a/codbex-countries/codbex-countries.edm b/codbex-countries/codbex-countries.edm index e4818e8..184a75a 100644 --- a/codbex-countries/codbex-countries.edm +++ b/codbex-countries/codbex-countries.edm @@ -1,6 +1,6 @@ - + @@ -12,5 +12,5 @@ - + \ No newline at end of file diff --git a/codbex-countries/codbex-countries.gen b/codbex-countries/codbex-countries.gen index c3845c3..ebe6fc3 100644 --- a/codbex-countries/codbex-countries.gen +++ b/codbex-countries/codbex-countries.gen @@ -14,6 +14,7 @@ "roleWrite": "codbex-countries.Countries.CountryFullAccess" } ], + "tprefix": "codbex-countries-model", "projectName": "codbex-countries", "workspaceName": "workspace", "filePath": "codbex-countries.model", @@ -32,7 +33,6 @@ "role": "" } }, - "tprefix": "codbex-countries-model", "models": [ { "properties": [ @@ -55,6 +55,7 @@ "isCalculatedProperty": false, "widgetLabel": "Id", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "int", "dataTypeTypescript": "number", "inputRule": "" @@ -79,6 +80,7 @@ "isCalculatedProperty": false, "widgetLabel": "Name", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "string", "dataTypeTypescript": "string", "minLength": 0, @@ -105,6 +107,7 @@ "isCalculatedProperty": false, "widgetLabel": "Code2", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "string", "dataTypeTypescript": "string", "minLength": 0, @@ -131,6 +134,7 @@ "isCalculatedProperty": false, "widgetLabel": "Code3", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "string", "dataTypeTypescript": "string", "minLength": 0, @@ -157,6 +161,7 @@ "isCalculatedProperty": false, "widgetLabel": "Numeric", "widgetDropdownUrl": "", + "widgetDropdownControllerUrl": "", "dataTypeJava": "string", "dataTypeTypescript": "string", "minLength": 0, diff --git a/codbex-countries/codbex-countries.model b/codbex-countries/codbex-countries.model index 57e3192..b667102 100644 --- a/codbex-countries/codbex-countries.model +++ b/codbex-countries/codbex-countries.model @@ -82,7 +82,7 @@ "generateDefaultRoles": "true", "generateReport": "false", "icon": "globe", - "layoutType": "", + "layoutType": "MANAGE", "menuIndex": "100", "menuKey": "country", "menuLabel": "Country", @@ -90,7 +90,7 @@ "name": "Country", "perspectiveHeader": "", "perspectiveIcon": "globe", - "perspectiveLabel": "", + "perspectiveLabel": "Entities", "perspectiveName": "Settings", "perspectiveNavId": "", "perspectiveOrder": "990", diff --git a/codbex-countries/gen/codbex-countries/api/Settings/CountryService.ts b/codbex-countries/gen/codbex-countries/api/Settings/CountryService.ts index 32dcb29..d2eedbe 100644 --- a/codbex-countries/gen/codbex-countries/api/Settings/CountryService.ts +++ b/codbex-countries/gen/codbex-countries/api/Settings/CountryService.ts @@ -1,7 +1,7 @@ -import { Controller, Get, Post, Put, Delete, request, response } from "sdk/http" -import { Extensions } from "sdk/extensions" +import { Controller, Get, Post, Put, Delete, request, response } from "@aerokit/sdk/http" +import { Extensions } from "@aerokit/sdk/extensions" import { CountryRepository, CountryEntityOptions } from "../../dao/Settings/CountryRepository"; -import { user } from "sdk/security" +import { user } from "@aerokit/sdk/security" import { ForbiddenError } from "../utils/ForbiddenError"; import { ValidationError } from "../utils/ValidationError"; import { HttpUtils } from "../utils/HttpUtils"; diff --git a/codbex-countries/gen/codbex-countries/api/utils/HttpUtils.ts b/codbex-countries/gen/codbex-countries/api/utils/HttpUtils.ts index 80efced..08fbd20 100644 --- a/codbex-countries/gen/codbex-countries/api/utils/HttpUtils.ts +++ b/codbex-countries/gen/codbex-countries/api/utils/HttpUtils.ts @@ -1,4 +1,4 @@ -import { response } from "sdk/http"; +import { response } from "@aerokit/sdk/http"; export class HttpUtils { @@ -57,4 +57,4 @@ export class HttpUtils { response.println(JSON.stringify(body)); } } -} \ No newline at end of file +} diff --git a/codbex-countries/gen/codbex-countries/dao/Settings/CountryRepository.ts b/codbex-countries/gen/codbex-countries/dao/Settings/CountryRepository.ts index 16802eb..e83e57f 100644 --- a/codbex-countries/gen/codbex-countries/dao/Settings/CountryRepository.ts +++ b/codbex-countries/gen/codbex-countries/dao/Settings/CountryRepository.ts @@ -1,7 +1,7 @@ -import { sql, query } from "sdk/db"; -import { producer } from "sdk/messaging"; -import { extensions } from "sdk/extensions"; -import { dao as daoApi } from "sdk/db"; +import { sql, query } from "@aerokit/sdk/db"; +import { producer } from "@aerokit/sdk/messaging"; +import { extensions } from "@aerokit/sdk/extensions"; +import { dao as daoApi } from "@aerokit/sdk/db"; export interface CountryEntity { readonly Id: number; From 0ace161267eae243256a4734a862562385eca68b Mon Sep 17 00:00:00 2001 From: NicoleNG18 Date: Fri, 13 Feb 2026 14:29:35 +0200 Subject: [PATCH 2/2] regenerate module