Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[#474] - fix for GATE change of intermediate node #502

Closed

Conversation

Kasmadei
Copy link
Collaborator

@Kasmadei Kasmadei commented Jul 8, 2024

Fix for: #474

const isDisabled =
data &&
([EventType.INTERMEDIATE, EventType.BASIC, EventType.EXTERNAL].includes(data.eventType) || data.isReference);
const isDisabled = data && ([EventType.BASIC, EventType.EXTERNAL].includes(data.eventType) || data.isReference);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

isDisabled should be only if !EventType.INTERMEDIATE

@Kasmadei Kasmadei closed this Jul 10, 2024
@blcham
Copy link
Contributor

blcham commented Jul 10, 2024

Old, will be implemented in new PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants