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

Implement value description getter #290

Merged
merged 4 commits into from
Dec 22, 2022

Conversation

surchs
Copy link
Contributor

@surchs surchs commented Dec 22, 2022

Closes #281

if the description is missing or there is no levels
property in the dataDictionary for this column,
the getter just returns an empty string.
@surchs surchs marked this pull request as ready for review December 22, 2022 14:50
@surchs surchs requested a review from rmanaem December 22, 2022 14:50
},
getValueDescription (p_state, p_columnName, p_value) {
// Returns the description of a value in a column, if that description exists
// Otherwise it returns an empty string
Copy link
Contributor

Choose a reason for hiding this comment

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

Nicely done!

Copy link
Contributor

@rmanaem rmanaem left a comment

Choose a reason for hiding this comment

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

Good to go!

@surchs surchs merged commit 2562bf3 into dev_components_talk_to_store_directly Dec 22, 2022
@surchs surchs deleted the surchs/issue281 branch December 22, 2022 16:34
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