• Bookmarks don't show up

    By Niklas Heidloff 1 decade ago

    Paul, the bookmarks don't show up for me even when I'm authenticated. I see the bookmark view but no entries in there. For desktop web UI and mobile.

    Is that related to profile doc issues?

    • more

      By Niklas Heidloff 1 decade ago

      After I closed my Safari browser with mobile app, re-opened it and logged in again I could see the bookmarks. However in the web UI they still don't show up even after I've restarted a couple of times.

      • Cursed by recycling

        By Paul S Withers 1 decade ago

        In the setBookmarks method of HelpBookmarks class there's a check for UserProfile != null. UserProfile is not null, but it's been recycled, so it's not available. I'll push up an updated design tonight, but this can be fixed by removing the if statement at line 141 and replacing it with:

        UserProfile = getUserProfile(username)