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

[BUG] - Filters on Execution List page #2551

Open
ittaLaRedoute opened this issue Nov 29, 2024 · 1 comment
Open

[BUG] - Filters on Execution List page #2551

ittaLaRedoute opened this issue Nov 29, 2024 · 1 comment

Comments

@ittaLaRedoute
Copy link

Hello,

The performance on this page is now better for us :), but we discovered a bug when we load the page with filters.

When we have filters, data is not correcly filtered. We need to refresh the datatable in second time to reload the filtered data.

To reproduce, go on a testcase execution, and click on Execution List (same env and country).

Two calls are launched when we load the page:

image

The first call in green is correcly done and fill the datatable with the correct filter => this part is OK

But, the other call in red that is done retrieve the complete list of executions (like we open the Execution List without filter) and filled again the datatable with all executions list, so we lost the executions which had been filtered. We think that this call shoudln't be executed.

A solution is to click on the button refresh of the datatable when the call in red is finished, and the correct filtered data is displayed again.

Could you have a look please?

Thank you!

@vertigo17
Copy link
Member

Hello, this is a known issue that we did not manage to correct yet.
Datatable does not allow to configure filter when init the table. Maybe that there is a way that exeist but we could not find it so far.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants