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

Address comments from #6451 #6469

Merged
merged 5 commits into from
Oct 24, 2024
Merged

Conversation

seadowg
Copy link
Member

@seadowg seadowg commented Oct 23, 2024

Closes #6463

Addresses comments from #6451

@seadowg seadowg changed the title Address comments from 6451 Address comments from #6451 Oct 23, 2024
@seadowg seadowg marked this pull request as ready for review October 23, 2024 14:36
fun queryEq(instanceId: String, child: String, value: String): List<TreeElement>? {
return when {
child == EntityItemElement.ID -> {
fun queryEq(instanceId: String, child: String, value: String): List<TreeElement> {
Copy link
Member

Choose a reason for hiding this comment

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

Now as this function can't return null you can simplify LocalEntitiesFilterStrategy#filter.

@grzesiek2010 grzesiek2010 self-requested a review October 24, 2024 13:30
@grzesiek2010 grzesiek2010 merged commit 4252f94 into getodk:master Oct 24, 2024
6 checks passed
@seadowg seadowg deleted the address-6451 branch October 24, 2024 13:37
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.

Address review comments for PR 6451
2 participants