Skip to content
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

User task form for should react on error if the task can not be loaded #11

Open
zambrovski opened this issue Dec 6, 2021 · 0 comments
Labels
Type: bug Something isn't working
Milestone

Comments

@zambrovski
Copy link
Member

Steps to reproduce

  • camunda-bpm-taskpool version: any
  • Camunda BPM version: any
  • JDK version: any
  • Operating system: any
  • Steps:

Copied from holunda-io/camunda-bpm-taskpool#273

If I change permission and open a task I'm not allowed to, the form is loaded (empty) instead of informing that the task can't be loaded.

Expected behaviour

A task is not shown if it is not allowed to be edited. If the task is accessed somehow else, the erro should appear instead of an empty form.

Actual behaviour

Empty form is shown.

I observed (with help of in-memory single node scenario), that the frontend is lacking refresh requests after a task is completed. This is the reason why non-existent tasks appear in the list and why wrong requests are sent out from the frontend...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant