-
Notifications
You must be signed in to change notification settings - Fork 481
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
Bump modeling dependencies #4154
Conversation
feat(DMN): add hint to properties panel HTTL field Related to #4062
The documentation link from HTTL rule leads to a non-existing page: https://docs.camunda.io/docs/next/components/modeler/reference/modeling-guidance/rules/history-time-to-live Note that the URL generated from https://github.com/camunda/camunda-docs/pull/3324/files will be different ( |
#4118 is fixed 👍 |
#4037 is fixed 👍 |
For #3622, I will add a template to dev resources which uses new properties. |
Yes, that is intentional. What we use is the final URL, and the documentation needs to be fixed. |
Let's consider if this is the desired behavior, or |
The dynamic ID check is not supported and triggers undesired suggestion in VS Code: Screen.Recording.2024-02-26.at.10.42.41.movWe should probably switch to 100% programmatic support. |
Combination of Screen.Recording.2024-02-26.at.10.46.15.mov |
Screen.Recording.2024-02-26.at.10.48.24.mov |
This applies also to |
Such condition is never fulfilled regardless of the field value: {
"type": "Text",
"value": "displayed when static is 100",
"binding": {
"name": "text",
"type": "zeebe:property"
},
"condition": {
"property": "number-static",
"equals": 100
}
} I have to use string value to make it work. |
Screen.Recording.2024-02-26.at.10.54.39.mov {
"id": "boolean-optional",
"type": "Boolean",
"value": true,
"label": "boolean-optional",
"binding": {
"name": "boolean-optional",
"type": "zeebe:property"
},
"feel": "optional"
} |
@nikku I've pushed my dev template for number and boolean values. We should fix the bugs I found prior to the release or disable the feature. |
To better understand the impact: Is this breaking existing functionality (if no |
It's not breaking. Only a new feature is broken. Sure we can merge and fix this later. It's not a blocker for the merge but rather for the release. |
What is troubling is that the Windows build is consistently failing :/ |
1236617
to
2f0ce44
Compare
Let's consider if we announce it or not. That is all, I think. I updated this PR to not indicate that #3622 is closed. Could you comment on the issue regarding the remaining topics to handle? |
Let's get this PR merged, and follow-up afterwards. |
Moved #3622 back to ready as it is clearly not fixed. |
It looks like this is an edge case, but the UI jumps/flickers if you click a lot: Screen.Recording.2024-02-28.at.14.54.24.mov |
Looks like a bug to me. Clicking the |
I agree, but it does not prevent you from toggling as initially reported. This is also an issue for boolean toggles in form-js, so it needs to be fixed in the properties-panel. I'll create some GH issues for what was reported. |
Closes #4118
Closes #4037
Related to #3622
Related to #4062