-
Notifications
You must be signed in to change notification settings - Fork 93
fix: pass event document to conditionals #11057
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
Merged
tahmidrahman-dsi
merged 17 commits into
release-v1.9.3
from
fix/pass-event-document-to-conditionals
Dec 12, 2025
+283
−72
Merged
Changes from 2 commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
9d77d8a
fix: pass event document to conditionals
tahmidrahman-dsi 7fc3c6a
chore: also pass event in validate action middleware
tahmidrahman-dsi 8545e01
fix: make changes to all possible required places
tahmidrahman-dsi 59c72b6
chore: add tests for alpha-print-button that shows hasAction conditional
tahmidrahman-dsi 053d0b8
chore: update CHANGELOG.md
tahmidrahman-dsi 3b42e45
fix: update implementations
tahmidrahman-dsi 4fadb77
fix: pass event in action procedure
tahmidrahman-dsi 9d9fe10
chore: update CHANGELOG.md to link the corresponding issue
tahmidrahman-dsi 48b4220
Merge branch 'release-v1.9.2' into fix/pass-event-document-to-conditi…
tahmidrahman-dsi 956ed84
chore(wip): tests
tahmidrahman-dsi 48fd3be
refactor: get story parameters from conditional and validation context
tahmidrahman-dsi 980cd23
Merge branch 'release-v1.9.2' into fix/pass-event-document-to-conditi…
tahmidrahman-dsi 9ff1f00
Merge branch 'release-v1.9.2' into fix/pass-event-document-to-conditi…
tahmidrahman-dsi 8dd497b
Merge branch 'release-v1.9.3' into fix/pass-event-document-to-conditi…
tahmidrahman-dsi 74571ab
Merge branch 'release-v1.9.3' into fix/pass-event-document-to-conditi…
tahmidrahman-dsi b3808bc
update CHANGELOG.md
tahmidrahman-dsi 14bd875
Merge branch 'release-v1.9.3' into fix/pass-event-document-to-conditi…
tahmidrahman-dsi File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should not be needed if you already are passing event in useValidatorContext, right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yep, good catch, thanks @pankaj-pant ! forgot to update this, I will do it