maester icon indicating copy to clipboard operation
maester copied to clipboard

Report opens multiple dialogs

Open tdcthosc opened this issue 7 months ago • 3 comments

Describe the bug

When clicking on a test it opens multiple dialogs after it has been refactored.

To Reproduce

Steps to reproduce the behavior:

  1. Open a report
  2. Click on a test
  3. Scroll to the bottom and you can see that multiple dialogs are open. It appears in the dev tools that it opens 3 dialogs:

Image

The background also appears darker than usual.

Expected behavior

It should only open 1 dialog.

Additional context

I'd suggest instead of using "item.Id || item.Name" several places for indexing, simply use the index value already present in the json for each test.

tdcthosc avatar May 22 '25 18:05 tdcthosc

@GuidoBaijense it appears to be an issue after refactoring the components.

tdcthosc avatar May 22 '25 18:05 tdcthosc

@tdcthosc I will look into it. Thx for pointing out.

GuidoBaijense avatar May 22 '25 18:05 GuidoBaijense

As far as I can see, I fixed it with #950.

GuidoBaijense avatar May 22 '25 19:05 GuidoBaijense