jomarko commented on PR #2274: URL: https://github.com/apache/incubator-kie-tools/pull/2274#issuecomment-2090309528
@ljmotta thank you for the updates. ### 01 Clearing the Collection constraint expression Now works, if the user clears the expression, the toggle group button is not switched to none anymore. However, there is one interesting issue, in the `Expression` constraint widget. The monaco suggestions are displayed just every odd hit of the keyboard. Imagine you want to type `count` word: - c: monaco is shown - o: monaco is hidden - u: monaco is shown - n: monaco is hidden - t: monaco is shown ### 02 Constraints and runner Thank you for the guidance of using latest available `KOGITO_RUNTIME_version`. I can confirm I was able to put a `Collection item constraint` with extended services connected to the sandbox. However now I see the same behavior if I try to put some `Collection constraint` expression in a moment, when given data type is already in use (assigned as data type to any node). Is that expected? I mean there is no `KOGITO_RUNTIME_version` available that would contain a fix for it? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
