Skip to content

Commit

Permalink
TASK: Adjust to changes in UI
Browse files Browse the repository at this point in the history
  • Loading branch information
mhsdesign committed Feb 24, 2024
1 parent f4b07d3 commit 8671cd6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Classes/Domain/TemplateNodeCreationHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public function handle(

$evaluationContext = [
// todo internal and legacy
'data' => $elements->serialized(),
'data' => iterator_to_array($elements->serialized()),
// todo evaluate which context variables
'parentNode' => $subgraph->findNodeById($commands->first->parentNodeAggregateId),
'subgraph' => $subgraph
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ You can also access data from the node creation dialog if you use the
ui:
showInCreationDialog: true
'cardTitle':
type: string:
type: string
label: 'Card Title'
options:
template:
Expand Down

0 comments on commit 8671cd6

Please sign in to comment.