apache / incubator-kie-issues

Apache License 2.0
12 stars 1 forks source link

`Management Console`: Blank page displayed when trying to open the Process Instance details of an unexisting instance #1274

Closed pefernan closed 4 months ago

pefernan commented 4 months ago

If we try to open the Process Details page of an unexisting instance (using a wrong link) Management console shows a blank page. It used to show a specific page error.

The problem is that the component isn't correctly verifying if the data received from data-index is empty. In the case of an unexisting process, the query is returning an empty array that makes the component to break when trying to render the details.