Vinícius Goulart

Results 19 comments of Vinícius Goulart

I would assume we reset the dirty state, even though that's not important for us because on this specific case we'll set the form to `readOnly` mode after changing the...

> What is the dirty state of a form (viewer)? Are you referring to the errors being displayed? The dirty state is a flag to signal if the current values...

> We always had the rule of thumb to not over-optimize for performance at the beginning but only when we see the necessity. So far, there was no need for...

@GeethaParthasarathy This should be fixed now with the `1.8.3` release of `form-js`. Please reopen if the issue is still there.

I rebased this branch with the current `main`, I saved the previous state in [this other branch](https://github.com/bpmn-io/diagram-js/tree/original-keyboard-bind) since we had some conflicts while rebasing it

@nikku do you have a (non-binding) ETA for this PR? :sweat_smile: Just so I can update the team

Closing in favor of https://github.com/camunda/zeebe/pull/18482

> Thanks for work on BE implementation as well, Great work Just some small points in addition to my comments > > * Would be possible add the unit tests...

we're waiting for the plugins to catch up with the major update https://github.com/camunda/tasklist/pull/4856#issuecomment-2056969335

@camunda/hto-backend @marcosgvieira I believe this should be fixed on the backend side since returning `null` in permissions of the current user is against the endpoint contract but I can do...