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

Small fix for Stack frame extras #1406

Merged
merged 1 commit into from
May 3, 2024
Merged

Small fix for Stack frame extras #1406

merged 1 commit into from
May 3, 2024

Conversation

shubham1g5
Copy link
Contributor

Technical Summary

Changes frame extras from a multi-map of String,ListOf(Object) to String, Object . I think it was an oversight that we were handling map values as a listOf(Object) which with multi-map was causing value to be a listOf(ListOf(Object)) for a given key.

This causes a big confusion today when handling these extras as there are other places where we handle this datastructure correctly (i.e use putAll as in this PR on multi-map)

Safety Assurance

Change radius is limited to smart links with query steps (inline case search). This have good test coverage on FP side.

QA Plan

None

Special deploy instructions

  • This PR can be deployed after merge with no further considerations.

Rollback instructions

  • This PR can be reverted after deploy with no further considerations.

Review

  • The set of people pinged as reviewers is appropriate for the level of risk of the change.

Duplicate PR

Automatically duplicate this PR as defined in contributing.md.

Copy link
Contributor

@snopoke snopoke left a comment

Choose a reason for hiding this comment

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

Looks OK to me. Confirm that this won't affect multi-select steps?

@shubham1g5
Copy link
Contributor Author

Confirming, I don't see frame step extras being used for any steps other than query or smart link.

@shubham1g5 shubham1g5 merged commit 5844562 into formplayer May 3, 2024
2 checks passed
@shubham1g5 shubham1g5 deleted the stackFrameExtras branch May 3, 2024 10:06
@shubham1g5 shubham1g5 restored the stackFrameExtras branch May 3, 2024 10:06
@shubham1g5
Copy link
Contributor Author

duplicate this PR ad23db8

@shubham1g5
Copy link
Contributor Author

duplicate this 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