-
Notifications
You must be signed in to change notification settings - Fork 116
Current Version of a Plunk Not the Latest #39
Comments
Okay ... scratch that ... the updated one is missing its latest changes too!!! With multiple successive saves, the most recent save is not taking. When I return to the Plunk later, it's just not there. I'm missing a newly-created file and changes to several other files. This is a very serious issue. I've lost quite a bit of work twice now. Let me know what I can do to help. Update: I was able to catch these two errors in the console on a save request (though I still received the green success notification):
And the payload was: {"message":"Invalidpayload","invalid":"JSONobjectproperty'files.mypopover.tpl.html'isnotexplicitlydefinedandthereforenotallowed"} I made an irrelevant change (whitespace) and hit save again: this time, I got the same success notification bubble, but no error in the console. But the save still didn't take. |
Hi Josh, That is the worst kind of bug (loss of work). I'm really sorry that that I think that I've found what might have caused the issue, but I cannot Keep an eye out for saving not showing the green confirmation message. I will keep investigating. Geoff On Sat, Apr 27, 2013 at 4:11 PM, Josh D Miller [email protected]:
|
Sir, |
Hi @doray10000 none of you work should be lost if it was previously saved. I see that you have a number of private plunks. Please try logging out and logging back in to Plunker and contact me if your private plunks are still missing. There is no reason that your plunks should have changed to a different version if you previously saved a newer version. |
Sir, |
Last night I created a Plunk and shared it with my comrades; today I returned to the shared link to notice that the view was not the most recent - that is, it is not what I had when I stopped working last night. It appears to be one or two saves out of date. I can identify most of the missing changes:
old-tooltip.js
should no longer exist, but doestooltip.js
is missing a new directive that was defined somewhere after line 285 and lines 236-237 are missing changesindex.html
is missing changes on lines 30, 38, and 39mypopover.tpl.html
should exist, but doesn'tapp.js
is missing a scope function in the controllerHere's the Plunk: http://plnkr.co/edit/RTpGfZG0cl069nkqmm14?p=history
And here's it again, whith changes re-made from memory (I created it from scratch as I think the forking might have something to do with it): http://plnkr.co/edit/JgeUP0anaU4BmsS5cJNh
This is not the first time this has happened, but I'm not sure how to troubleshoot this client-side. I'm hoping @ggoodman or others can shed some light.
Thanks!!!
The text was updated successfully, but these errors were encountered: