AY2324S2-CS2103T-W10-2 / tp

https://nus-cs2103-ay2324s2.github.io/tp/
MIT License
1 stars 5 forks source link

[PE-D][Tester B] A sorted list will be sorted by name after pin or unpin operation #274

Closed soc-pe-bot closed 6 months ago

soc-pe-bot commented 6 months ago

When I do a pin or unpin operation on a sorted list by email, the list is not sorted by email afterwards, instead, it become sorted by name.


Labels: type.FunctionalityBug severity.Low original: gosongying/ped#9

yleeyilin commented 6 months ago

This behaviour is intended since sort is meant to be a temporary ordering and if the users want to have a new order, they can call sort for the same field again.