cinema6 / minireelinator

0 stars 1 forks source link

Studio should not send multiple requests for save #786

Closed leichter closed 9 years ago

leichter commented 9 years ago

I was editing a sponsored card and hit "save", but the dialog didn't close immediately, since the PUT request to the content service was still pending. Without thinking I jammed the save button a whole bunch of times. I then looked at the content service logs and saw that each of those "save" actions generated an identical PUT request to the service.

The studio should be smart enough not to send out an identical save request if one is underway.

@minznerjosh

leichter commented 9 years ago

Actually @sqmunson you might want to see if proshop does the same thing.

minznerjosh commented 9 years ago

Fixed in #799.