You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe
Yeti platform has multiple sections where data is displayed in tables and those tables have multiple pages (pagination). After each table at the bottom there is standardized information frame with interval values:
"Displaying <section_name> <item_start_number> - <item_end_number> of <total_items> in total".
Example: "Displaying System Countries 31 - 271 of 241 in total";
For section having more than 1 page data, selecting page number >1, data is displayed incorrect. Period of last item is more than total items.
Preconditions:
Navigate to section having data on more than 1 page;
Describe
Yeti platform has multiple sections where data is displayed in tables and those tables have multiple pages (pagination). After each table at the bottom there is standardized information frame with interval values:
"Displaying <section_name> <item_start_number> - <item_end_number> of <total_items> in total".
Example: "Displaying System Countries 31 - 271 of 241 in total";
For section having more than 1 page data, selecting page number >1, data is displayed incorrect. Period of last item is more than total items.
Preconditions:
Navigate to section having data on more than 1 page;
Steps to reproduce:
Expected behaviour:
Displaying System Countries 51 - 100 of 241 in total;
Actual behaviour:
Displaying System Countries 51 - 291 of 241 in total;
Additional info:
Issue is global per multiple section.
The text was updated successfully, but these errors were encountered: