View Revisions: Issue #6437

Summary 0006437: Batch Panels in the UI should show when a batch has rows that were ignored
Revision 2024-05-20 17:28 by cquamme
Description Right now, there's no way to know via the Batch Panel UI that a batch has a row that was ignored. This could be especially problematic if a batch only consists of one row that was ignored, as currently it just shows a green check mark, making it look like the batch was successful.

When you ignore a batch completely it shows a green check mark with (Ignored) next to it, so we will do something similiar where we will show a green check mark with (X Ignored), where X is the number of rows in the batch that were ignored (gathered from ignore_row_count in the sym batch tables).
Revision 2024-05-20 17:12 by cquamme
Description Right now, there's no way to know via the Batch Panel UI that a batch has a row that was ignored. This could be especially problematic if a batch only consists of one row that was ignored, as currently it just shows a green check mark, making it look like the batch was successful.

When you ignore a batch completely it shows a green check mark with (Ignored) next to it, so we will do something similiar where we will show a green check mark with (X Rows Ignored), where X is the number of rows in the batch that were ignored (gathered from ignore_row_count in the sym batch tables).
Revision 2024-05-20 17:10 by cquamme
Description Right now, there's no way to know via the Batch Panel UI that a batch has a row that was ignored. This could be especially problematic if a batch only consists of one row that was ignored, as currently it just shows a green check mark, making it look like the batch was successful.