CSC207-UofT / course-project-group-039-foodies

course-project-group-039-foodies created by GitHub Classroom
4 stars 0 forks source link

Fix filter sort command bug #63

Closed Supermac30 closed 2 years ago

Supermac30 commented 2 years ago

Fixed the bug that stopped filters and sorts from functioning properly.

This is done by creating a setter for the recipeIterator in GetNewRecipeCommand so that the filter and sort commands can call the setter after applying the sort or filter.