ZywaveLabs / Retrospectre

MSOE SDL project.
http://retrospectre.zywave.com
MIT License
5 stars 2 forks source link

Can't edit card in certain cases #91

Closed Awkewainze closed 8 years ago

Awkewainze commented 8 years ago

You can only edit a card if it's the first card in a category (and yours)...

Are you kidding me?

Awkewainze commented 8 years ago

Fixed with commit https://github.com/Zywave/Retrospectre/commit/672cb6940e5021eca215ccc3209a2762f5d26bf0

The form submit button was trying to submit the incorrect form (i.e. the first in the category) and it's id didn't match, did some nasty stuff, so moved the submit button back into the form.

There doesn't seem to better another fix without a significant refactor of how the modal logic works.

So this will work as at least a temporary solution