LanceMcCarthy / MvpApi

An application for Microsoft MVPs to easily browse and upload contributions
MIT License
36 stars 10 forks source link

Prevent upload of last item in bulk upload #12

Closed LanceMcCarthy closed 6 years ago

LanceMcCarthy commented 6 years ago

An issue arises if the user clicks the add new button after adding all their contributions. There will be a last contribution that is partially filled out, but not intended up for upload.

Solution is to not use the ListView's SelectedItem as the current edited item, but instead add an edit button to the ItemTemplate

LanceMcCarthy commented 6 years ago

Solved in new approach used for bulk uploads, in https://github.com/LanceMcCarthy/MvpApi/commit/fdeea715153a4fd9d62278180bacb081066483f9