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

Birthdate month does not show "Empty" instead of "confidential" when … #13180

Conversation

sergiupacurariu
Copy link
Contributor

…restrictions apply #13179

Fixes #13179

@sormas-vitagroup
Copy link
Contributor

@@ -296,13 +296,13 @@ protected void addFields() {
ComboBox birthDateMonth = addField(PersonDto.BIRTH_DATE_MM, ComboBox.class);
// @TODO: Done for nullselection Bug, fixed in Vaadin 7.7.3
birthDateMonth.setNullSelectionAllowed(true);
birthDateMonth.addItems(DateHelper.getMonthsInYear());
birthDateMonth.setPageLength(12);
// birthDateMonth.addItems(DateHelper.getMonthsInYear());
Copy link
Contributor

Choose a reason for hiding this comment

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

Please delete the commented code

Copy link
Contributor Author

Choose a reason for hiding this comment

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

removed the commented code

@sormas-vitagroup
Copy link
Contributor

@leventegal-she leventegal-she merged commit 14977ab into development Nov 11, 2024
7 of 12 checks passed
@leventegal-she leventegal-she deleted the bugfix-13179_Birthdate_month_does_not_show_confidential branch November 11, 2024 13:02
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.

Birthdate month does not show "Empty" instead of "confidential" when restrictions apply
3 participants