dkhwang118 / CIS560_F18-Project-RecipeManager

KSU - Fall 2018 - CIS560 - Database Project - ProjectTeam1
GNU General Public License v3.0
1 stars 2 forks source link

Cannot create a shopping list with only the first item in the DGV #81

Open dkhwang118 opened 5 years ago

dkhwang118 commented 5 years ago

Not a biggie for the presentation, but seems that you can create a shopping list with only one item, as long as that item isn't the top item in the DGV (even when sorting by name by clicking the column header). If the item is at the top of the list and is the only one you want for the shoppingList, then a shopping list is created but no ingredients are displayed.

dkhwang118 commented 5 years ago

Upon further checking, it seems that no matter how many items you put on the ShoppingList, if one of the Recipes is the first item in the DGV, it will not add the ingredients to the shopping list for this Recipe.