-
Notifications
You must be signed in to change notification settings - Fork 17
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
Feature/subject pair dialog component expansion2 #713
Merged
blootsvoets
merged 17 commits into
dev
from
feature/subject-pair-dialog-component-expansion2
Sep 12, 2023
Merged
Feature/subject pair dialog component expansion2 #713
blootsvoets
merged 17 commits into
dev
from
feature/subject-pair-dialog-component-expansion2
Sep 12, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…cking successful build on windows
…o fix error caused by node update. see https://stackoverflow.com/a/69699772
…ubject.csv file
…ely not the most clean way to do this, at it was done by altering the changelogs, which negates their purpose to some extent.
…-dialog-component-expansion
5 tasks
Bdegraaf1234
commented
Sep 8, 2023
…s is likely not the most clean way to do this, at it was done by altering the changelogs, which negates their purpose to some extent." This reverts commit b722d73.
…at has varies permutations of present or absent optional values
…l ID, the first and last subject are sub-1 and sub 51 respectively, so that the test passes.
blootsvoets
reviewed
Sep 11, 2023
...in/resources/config/liquibase/changelog/20230908103500_expand_subject_demo_data_name_dob.xml
Outdated
Show resolved
Hide resolved
blootsvoets
reviewed
Sep 11, 2023
…-dialog-component-expansion2
blootsvoets
previously approved these changes
Sep 12, 2023
Bdegraaf1234
dismissed
blootsvoets’s stale review
September 12, 2023 11:31
The merge-base changed after approval.
blootsvoets
deleted the
feature/subject-pair-dialog-component-expansion2
branch
September 12, 2023 11:31
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description: Adds components to display the requested fields (name, date of birth, external id) in the subject-pair-dialogue. Continuation from #710 after rebasing onto dev branch
Fixes #706
Checklist: