8000 fix: [ANDROAPP-6962] Incorrect separator used in inputDialog for parent-child columns by Balcan · Pull Request #4170 · dhis2/dhis2-android-capture-app · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

fix: [ANDROAPP-6962] Incorrect separator used in inputDialog for parent-child columns #4170

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
merged 3 commits into from
May 23, 2025

Conversation

Balcan
Copy link
Collaborator
@Balcan Balcan commented May 21, 2025

Description

Summarize the change and link
the JIRA issue.

Solution Description

Briefly describe how the issue is resolved.

Title Format

<type>: [JIRA-ISSUE] Description

  • <type> Follow Conventional Commits (e.g., fix, feat).
  • Add the JIRA issue number in [ANDROAPP-XXXX].
  • Include a brief description.
  • Append [skip ci] to skip CI if needed.
  • Append [skip size] to skip PR size limitation.


val dataElementLabel = dataElement.run { displayFormName() ?: displayName() ?: uid() }

return if (isDefaultCategoryCombo) {
dataElementLabel
} else {
"$dataElementLabel / ${coc?.displayName()}"
(listOf(dataElementLabel) + categoryOptionNames).joinToString(" / ")
Copy link
Collaborator

Choose a reason for hiding this comment

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

can you create a test for getDataElementInfoLabel to assert the expected values in different configurations?

@Balcan Balcan requested a review from andresmr May 21, 2025 14:45
Copy link

@Balcan Balcan merged commit 91a2467 into develop May 23, 2025
4 checks passed
@Balcan Balcan deleted the ANDROAPP-6962 branch May 23, 2025 11:15
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.

3 participants
0