-
Notifications
You must be signed in to change notification settings - Fork 109
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
Options defined through feel expressions aren't dynamic #809
Labels
bug
Something isn't working
Comments
My guess is that we don't recalculate the options every time we open the dropdown. I see two ways of fixing this:
|
pinussilvestrus
pushed a commit
that referenced
this issue
Sep 21, 2023
bpmn-io-tasks
bot
added
in progress
Currently worked on
and removed
ready
Ready to be worked on
labels
Sep 21, 2023
Verified this works via fb055ad I will add more test coverage for this one and check whether it works sufficiently. |
pinussilvestrus
pushed a commit
that referenced
this issue
Sep 21, 2023
bpmn-io-tasks
bot
added
needs review
Review pending
in progress
Currently worked on
and removed
in progress
Currently worked on
needs review
Review pending
labels
Sep 21, 2023
pinussilvestrus
pushed a commit
that referenced
this issue
Sep 22, 2023
Raised it here: #817 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the Bug
As seen above, changing the isGood variable does not affect the select's values, which is unexpected
Steps to Reproduce
isGood
if isGood then [ "good"] else ["bad"]
Expected Behavior
The select's values should be dynamically evaluated.
Environment
The text was updated successfully, but these errors were encountered: