Closed sambuddhabasu closed 10 years ago
:testit:
test this please
Test pass, but it doesn't appear to work in my LXC Precise container. Please advise.
This branch has exposed a bug in how the Bookie JS API is constructed. What's happening is that the two views are overwriting the callbacks on each other. We end up getting the api result for the user data, and that ends up getting fed into the bookmark success callback.
This bug is not with this branch, but due to the fact that there's a long standing bug this is exposing. I'm trying to chase it down, but it's in some deep JS magic code.
This got some updates and is landed.
@mitechie Will try looking into the bug. Thanks for the update.
This branch is good, I've got a few small suggestions. It seems it's missing some work in the dashboard view to remove the work it's doing there to build the current data in the page. If we move the work to the api we're adding some code and should be able to remove some code.