dkhwang118 / CIS560_F18-Project-RecipeManager

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

When a Recipe is rated, the DGV doesn't update with the new rating #57

Closed laurel-thomson closed 5 years ago

laurel-thomson commented 5 years ago

The rating is saved in the database and in the Recipe object, but the DGV doesn't refresh with the new rating unless the form is closed and reopened.

dkhwang118 commented 5 years ago

Just pushed a small code change to fix this using the same check/update method called when the user checks the AvailableRecipes checkbox. Perhaps the code may not be in the right place, but it is a quick fix to get rid of the issue.

Keeping the issue open just-in-case the change is not implemented correctly (e.g. update calls should happen in a different class than the one I added to).

laurel-thomson commented 5 years ago

Works for me!