Problem: When a user goes to save a new episode, there is a potential to double submit an episode/show/ancillary if the user double clicks fast enough
Notes :
- Functionally Complex
The current update function for
writeEpisode(found ingulp/assets/javascripts/stores/actions/updateActions.js) is hopelessly too complex and not very legiable, and handles both contexts for updating and saving new episodes.
