Open nus-pe-bot opened 1 week ago
This is essentially a duplicate, where the find filter is intentionally reset after each command.
It was intentional behaviour as we believe that users would want to see the main student list after executing each command.
Duplicate of #1656
After deleting an assignment, the
find
filter is reset. I think this could be residual code from copying fromdelete_student
so I am classifying it as a functionality bug.Steps to reproduce (starting from a fresh install):
add_assignment si/1 an/Test Assignment ms/100
find Alex
delete_assignment si/1 ai/1
find
filter is resetAfter step 2:
After step 3 (Actual):
After step 3 (Expected): Note that the command output should be the same as the screenshot above. Other than that, the screenshot below is accurate.
[original: nus-cs2103-AY2425S1/pe-interim#291] [original labels: severity.Medium type.FunctionalityBug]