Vote #66268
完了Wrong info about API key when generated on-the-fly
100%
説明
I just updated one installation to current trunk, and the @/my/account@ page displays "Missing an API access key" although it gets generated and shown if one clicks on the "show" Link. Reloading the page fixes this. I suppose the user-object passed to the view to make the decision to display "Missing an API access key" or something else is stale and doesn't yet have the info that there in fact is an API key.
journals
Thanks for the bug report, this is fixed in r3265 (r3266 in 0.9-stable). You were correct about a stale object, the API key was being generated on the fly but the user on the view didn't see any key.
--------------------------------------------------------------------------------