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

8.3.0 release candidate #267

Merged
merged 45 commits into from
Dec 10, 2024
Merged

8.3.0 release candidate #267

merged 45 commits into from
Dec 10, 2024

Conversation

tobiasnteireho
Copy link
Contributor

fix #265

@tobiasnteireho tobiasnteireho self-assigned this Mar 23, 2024
@@ -328,6 +367,10 @@ export const FieldVM = DefineMap.extend('FieldVM', {
this.debugPanelMessage(field, value)
}

if (((field.type === 'datemdy') && (value.length < 6))) {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

should check if length is either 6 or 8 digits not only less than 6. This will pass 7 and 9+ which is invalid.

@tobiasnteireho tobiasnteireho merged commit 3f11bb2 into develop Dec 10, 2024
2 checks passed
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.

Remove unvalidated answers from answer file
1 participant