mzijlstra / flowcharts

Flowcharts: Computational Thinking Tool
Apache License 2.0
2 stars 0 forks source link

Bug: add account #19

Closed mzijlstra closed 7 years ago

mzijlstra commented 9 years ago

For some reason the first time you try to add an account it never works, but it usually does work the second time???

Something is really broken here in the admin interface when it comes to adding accounts.

Really, the whole admin interface needs a big overhaul!

mzijlstra commented 7 years ago

I was able to add accounts this time without ever encountering this bug. A bug that I did encounter is that the back button shown when viewing an account (after it's created, and also in general) is not working.

mzijlstra commented 7 years ago

While making temp accounts for the W2 exams I ran into a whole bunch of issues, which I was able to trace back into UserCtrl and fix. A lot of the issues would have been caused by lack of error reporting on invalid data, plus the fact that the back button was really a second submit button.

Things should be good now.