Bug in Review Edit/Delete function for Investment Sales (1099-B)

token 1249824

I found a bug in the 2023 TT processing of bulk-imported data.
The review/edit/delete function presents the data in blocks instead of all at once as in previous versions.
I had 432 transactions, with 5 blocks, with 100 in each except last block with 32.
If an entire block in the middle is deleted, the data below propagates upward,
but the last block is not deleted.
So in my case I had 3 blocks of 100, and 2 blocks of 32; the last 2 were identical.
"Delete" can be selected for the last block, but it doesn't actually delete.
Continue deleting blocks and you end up with the original number of blocks,
all duplicates of the original end block, and they cannot be deleted.
I did not try adding or deleting entries inside the blocks, but those actions should also be thoroughly tested.