From 3589f1e625c8cd23e764603cfb9b2bea02fda1d7 Mon Sep 17 00:00:00 2001 From: Reguel Wermelinger Date: Tue, 17 Oct 2023 13:23:26 +0200 Subject: [PATCH] adapt core changes for IIvyProject --- express-importer/META-INF/MANIFEST.MF | 3 ++- .../src/com/axonivy/portal/express/importer/DialogWriter.java | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/express-importer/META-INF/MANIFEST.MF b/express-importer/META-INF/MANIFEST.MF index 4ac2709..43adc2a 100644 --- a/express-importer/META-INF/MANIFEST.MF +++ b/express-importer/META-INF/MANIFEST.MF @@ -12,6 +12,7 @@ Require-Bundle: ch.ivyteam.ivy.process.rdm, ch.ivyteam.lib.apache.commons.lang3, ch.ivyteam.lib.apache.commons.text, ch.ivyteam.util.io, - ch.ivyteam.ivy.runtime.env + ch.ivyteam.ivy.runtime.env, + ch.ivyteam.ivy.project Bundle-ClassPath: . Bundle-ActivationPolicy: lazy diff --git a/express-importer/src/com/axonivy/portal/express/importer/DialogWriter.java b/express-importer/src/com/axonivy/portal/express/importer/DialogWriter.java index 51f04ab..fbac6c9 100644 --- a/express-importer/src/com/axonivy/portal/express/importer/DialogWriter.java +++ b/express-importer/src/com/axonivy/portal/express/importer/DialogWriter.java @@ -83,7 +83,7 @@ private void createDialogMaster(List tasks, String datacl "ivy.task.customFields().numberField(\"parallelindex\").getOrDefault(0)")); List resultMappings = Arrays.asList(new Mapping("result.data", "in.processData")); - var ivyProject = IvyProjectNavigationUtil.getIvyProject(project); + var ivyProject = IvyProjectNavigationUtil.getIvyProject(project); IViewTechnologyDesignerUi viewTech = ViewTechnologyDesignerUiRegistry.getInstance() .getViewTechnology(JsfViewTechnologyConfiguration.TECHNOLOGY_IDENTIFIER); viewTech.getViewLayoutProvider().getViewLayouts(ivyProject).get(0)