qwizkool / QwizKoolNode

QwizKool Node.js based implementation
0 stars 0 forks source link

Publish/Unpublish not working as intended after going and coming back from Archive view #62

Closed bambalakkat closed 11 years ago

bambalakkat commented 11 years ago

publish/unpublish works when in create page. But after going to archive page and then come back using browser back. The functionality is broken . On console you can see serrors like

GET http://localhost:3000/qwizbooks/qwizbookPublishOrUnpublish_51761407ae35162f8000001a 400 (Bad Request) jquery.js:8526 Failed to get QwizBook! qwizbook.js:103

seethalag commented 11 years ago

This happens when we do a browser back.while doing the browser back the events are not re attached.

bambalakkat commented 11 years ago

commit 05e479ad86803c30d92abba59dd3e6425ece9239

Fixed