Skip to content

Commit

Permalink
Merge branch 'master' into GH-68
Browse files Browse the repository at this point in the history
  • Loading branch information
Deepika516 authored Feb 29, 2024
2 parents 7ea901b + 4a74954 commit 9639168
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
[templateMap]="templateMap"
[allColumns]="allColumns"
(eventAdded)="onEventAdded($event)"
(eventRemoved)="onEventRemoved()"
(actionAdded)="onActionAdded($event)"
(itemChanged)="onItemChanged($event)"
></workflow-group>
Expand Down Expand Up @@ -56,6 +57,7 @@
[templateMap]="templateMap"
[allColumns]="allColumns"
(eventAdded)="onEventAdded($event)"
(eventRemoved)="onEventRemoved()"
(actionAdded)="onActionAdded($event)"
(itemChanged)="onItemChanged($event)"
></workflow-group>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,7 @@ export class BuilderComponent<E> implements OnInit, OnChanges {
(events[0].node.getIdentifier() === EventTypes.OnChangeEvent &&
(events[0].node.state.get('value') === ValueTypes.AnyValue ||
events[0].node.state.get('valueType') === ValueTypes.AnyValue)));
this.updateDiagram();
}
/**
* When an action is added, emit an event with the name of the action and the action itself, update
Expand Down

0 comments on commit 9639168

Please sign in to comment.