-
-
Notifications
You must be signed in to change notification settings - Fork 315
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
Allow to set input_type on Datetime ingredient editor #3002
Conversation
Since the Datetime ingredient stores date and time values it should be possible to set the input_type to either - time - date - datetime
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3002 +/- ##
=======================================
Coverage 96.48% 96.48%
=======================================
Files 233 233
Lines 6308 6308
=======================================
Hits 6086 6086
Misses 222 222 ☔ View full report in Codecov by Sentry. |
💔 All backports failed
Manual backportTo create the backport manually run:
Questions ?Please refer to the Backport tool documentation and see the Github Action logs for details |
💚 All backports created successfully
Questions ?Please refer to the Backport tool documentation |
💚 All backports created successfully
Questions ?Please refer to the Backport tool documentation |
💚 All backports created successfully
Questions ?Please refer to the Backport tool documentation |
What is this pull request for?
Since the Datetime ingredient stores date and time values it should be possible to set the input_type to either
Checklist