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

FEEL date functions do not work in forms #853

Closed
christian-konrad opened this issue Oct 18, 2023 · 1 comment
Closed

FEEL date functions do not work in forms #853

christian-konrad opened this issue Oct 18, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@christian-konrad
Copy link
Contributor

Describe the Bug

FEEL date functions do not work in forms. They just throw an error (in text views), or do not evaluate (in boolean properties).

Steps to Reproduce

  1. Create date objects using the date() method out of strings (e.g. from date picker)
  2. Run any comparison or date operation (e.g. < or duration)
  3. No useful effect

image

Expected Behavior

The expressions evaluate (like they do in feelers). If I cast them to a string, I can output the result value in text views.

Environment

  • Form.js in Web Modeler as of Oct 18th 2023
@christian-konrad christian-konrad added the bug Something isn't working label Oct 18, 2023
@Skaiir
Copy link
Contributor

Skaiir commented Oct 19, 2023

Okay so, we bumped feelin and this sorted it out. Will be available in the next release.

@Skaiir Skaiir closed this as completed Oct 19, 2023
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

2 participants