YaleSTC / shifts

Application to easily track shifts, reports, and payforms for employees.
MIT License
23 stars 18 forks source link

App first run form submission returns nonsensical JS notification #240

Closed mnquintana closed 10 years ago

mnquintana commented 10 years ago

Trying to submit the form on the Step 1 on the first run app config returns the notification:

Your report has not yet been submitted.

Are you sure you want to leave this page?

Well, we're trying to get to the next step... of course it hasn't been submitted? screenshot 2014-04-22 15 23 25

njlxyaoxinwei commented 10 years ago

This is caused by leave_confirm.js in the JS assets. It is fixed by my not-yet-merged-in pull request #235

mnquintana commented 10 years ago

Resolved in PR #235