Skip to content

Commit be9e0ac

Browse files
committed
fix: multi-input field handling for zaak creation arguments
1 parent 8c9c8d5 commit be9e0ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Contracts/AbstractCreateZaakAction.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,7 @@ protected function map_zaak_properties_args(): array
250250
}
251251

252252
$property_value = rgar( $this->entry, (string) $field->id );
253+
dd( $property_value, $field );
253254

254255
if ( empty( $property_value ) ) {
255256
continue;

0 commit comments

Comments
 (0)