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

bug: Flow input type "date" not selectable as advanced format #3643

Closed
wasnertobias opened this issue Apr 30, 2024 · 3 comments
Closed

bug: Flow input type "date" not selectable as advanced format #3643

wasnertobias opened this issue Apr 30, 2024 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@wasnertobias
Copy link

Describe the bug

We have several input fields with the type marked as "date" format already. It is also shown correctly labeled in the UI as "date":
Screenshot 2024-04-30 at 15 15 26

However, when trying to create another "date" field, I do not see any option, which I can select. I can only select "datetime", which I don't want. When investigating which type is already selected for the existing one it shows me the following:
image

To reproduce

  1. Go to flow input "+ Add Argument"
  2. Select "String"
  3. Click on "Format"
  4. Try to select "date" => It's missing

Expected behavior

"Date" is selectable as format.

Screenshots

No response

Browser information

Chromium Version 124.0.6367.92

Application version

EE v1.320.3-4-g39e1ea3d5

Additional Context

No response

@wasnertobias wasnertobias added the bug Something isn't working label Apr 30, 2024
@rubenfiszel
Copy link
Contributor

@wasnertobias how did you create those initial date format fields ? We currently only support date-time but I may be missing something

@wasnertobias
Copy link
Author

It is still possible to create right now, but only through JSON import:

{
  "order_date": "2023-01-01"
}

@rubenfiszel
Copy link
Contributor

we need to add date support but we do not support it right now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants