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

[NodeJS] Adds getActionById implementation to ActionSet #5002

Merged
merged 4 commits into from
Nov 14, 2020
Merged

[NodeJS] Adds getActionById implementation to ActionSet #5002

merged 4 commits into from
Nov 14, 2020

Conversation

scottlovegrove
Copy link
Contributor

@scottlovegrove scottlovegrove commented Oct 30, 2020

Related Issue

Fixes #5001

Description

Adds an implementation of getActionById() to ActionSet

When calling ActionSet.getActionById() it is always returning undefined because it is using the base implementation and not a correct one.

How Verified

Have added a test for this.

Microsoft Reviewers: Open in CodeFlow

@ghost
Copy link

ghost commented Oct 30, 2020

Hi @scottlovegrove. Thanks for helping make the AdaptiveCards JS renderer + tooling better. As additional verification, once the JS build succeeds, please go to the test site to test out your website/designer changes.

@scottlovegrove scottlovegrove changed the title Adds getActionById implementation to ActionSet [NodeJS] Adds getActionById implementation to ActionSet Nov 2, 2020
@ghost ghost added the no-recent-activity label Nov 7, 2020
@ghost ghost assigned almedina-ms Nov 7, 2020
@ghost
Copy link

ghost commented Nov 7, 2020

Hi @scottlovegrove. This non-spec pull request has had no recent activity for the past 5 days . Please take the necessary actions (review, address feedback or commit if reviewed already) to move this along.

@scottlovegrove
Copy link
Contributor Author

@matthidinger is there someone I can poke for this PR so it doesn't get closed as inactive?

@ghost ghost removed the no-recent-activity label Nov 7, 2020
@ghost
Copy link

ghost commented Nov 7, 2020

Hi @scottlovegrove; Thanks for commenting on this previously stale pull request. Resetting staleness. @scottlovegrove FYI.

Copy link
Member

@dclaux dclaux left a comment

Choose a reason for hiding this comment

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

Good catch, and thanks for the fix!

@dclaux dclaux merged commit 2bc67e0 into microsoft:main Nov 14, 2020
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.

[NodeJS] ActionSet.getActionById() always returns undefined
3 participants