-
-
-
-
+
+
+
+
diff --git a/projects/valtimo/plugin/src/lib/plugins/verzoek/components/verzoek-configuration/verzoek-configuration.component.scss b/projects/valtimo/plugin/src/lib/plugins/verzoek/components/verzoek-configuration/verzoek-configuration.component.scss
index 9015f1ad0..3e4ed2830 100644
--- a/projects/valtimo/plugin/src/lib/plugins/verzoek/components/verzoek-configuration/verzoek-configuration.component.scss
+++ b/projects/valtimo/plugin/src/lib/plugins/verzoek/components/verzoek-configuration/verzoek-configuration.component.scss
@@ -31,3 +31,9 @@
.cds--text-input__field-wrapper {
flex-direction: column;
}
+
+.modal-buttons-container {
+ width: 100%;
+ display: flex;
+ justify-content: flex-end;
+}
diff --git a/projects/valtimo/plugin/src/lib/plugins/verzoek/components/verzoek-configuration/verzoek-configuration.component.ts b/projects/valtimo/plugin/src/lib/plugins/verzoek/components/verzoek-configuration/verzoek-configuration.component.ts
index 210d51ddb..4d242fbd9 100644
--- a/projects/valtimo/plugin/src/lib/plugins/verzoek/components/verzoek-configuration/verzoek-configuration.component.ts
+++ b/projects/valtimo/plugin/src/lib/plugins/verzoek/components/verzoek-configuration/verzoek-configuration.component.ts
@@ -44,6 +44,7 @@ import {
MultiInputValues,
RadioValue,
SelectItem,
+ ValuePathSelectorPrefix,
VModalComponent,
} from '@valtimo/components';
import {VerzoekPluginService} from '../../services';
@@ -144,6 +145,18 @@ export class VerzoekConfigurationComponent
private readonly formValue$ = new BehaviorSubject
(null);
private readonly valid$ = new BehaviorSubject(false);
+ public getSelectedCaseDefinitionNameForIndex(index: number): Observable {
+ return this.formValue$.pipe(
+ map(
+ formValue =>
+ Array.isArray(formValue.verzoekProperties) &&
+ formValue.verzoekProperties[index]?.caseDefinitionName
+ )
+ );
+ }
+
+ public readonly ValuePathSelectorPrefix = ValuePathSelectorPrefix;
+
constructor(
private readonly pluginManagementService: PluginManagementService,
private readonly translateService: TranslateService,
diff --git a/projects/valtimo/process-link/src/lib/components/process-link-modal/process-link-modal.component.html b/projects/valtimo/process-link/src/lib/components/process-link-modal/process-link-modal.component.html
index d85496042..566c1d07f 100644
--- a/projects/valtimo/process-link/src/lib/components/process-link-modal/process-link-modal.component.html
+++ b/projects/valtimo/process-link/src/lib/components/process-link-modal/process-link-modal.component.html
@@ -45,7 +45,7 @@
-