-
Notifications
You must be signed in to change notification settings - Fork 140
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
Non-existing parameter suggested for parameterless functions #898
Labels
bug
Something isn't working
Comments
barmac
added a commit
to bpmn-io/feel-editor
that referenced
this issue
Sep 23, 2024
This makes sure we don't show non-existing params for functions like "now()" or "today()". Related to bpmn-io/dmn-js#898
4 tasks
This will be fixed via bpmn-io/feel-editor#63 |
nikku
pushed a commit
to bpmn-io/feel-editor
that referenced
this issue
Sep 23, 2024
This makes sure we don't show non-existing params for functions like "now()" or "today()". Related to bpmn-io/dmn-js#898
Requires integration of https://github.com/bpmn-io/feel-editor/releases/tag/v1.9.1. |
nikku
added a commit
that referenced
this issue
Sep 23, 2024
4 tasks
barmac
pushed a commit
that referenced
this issue
Sep 23, 2024
38 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the Bug
Starting with 732c5cd, the literal expression editor adds non-existing
param 1
to the suggestions of functions which don't take parameters:Steps to Reproduce
Steps to reproduce the behavior:
today
param 1
in the signature.If you report a modeling related issue, ensure you can reproduce it on demo.bpmn.io
When reporting a library error, try to build an example that reproduces your problem. You can use our playgrounds for viewer or modeler as a starting point or put a demo up on GitHub for inspection.
Expected Behavior
A clear and concise description of what you expected to happen.
Environment
Please complete the following information:
Additional context
Reported via Slack (thanks @falko): https://camunda.slack.com/archives/C01QYD808A3/p1724913814192189
The bad commit included an update of feel-editor which I suspect to break the suggestion:
The text was updated successfully, but these errors were encountered: