Hi ! I'm trying to use the AP helpers from all.js in my plugin, according to this:
https://developer.atlassian.com/display/AC/Pages
When I use AP.request(url), I shoul receive a promise as response, but instead of that the return value is always "undefined" (even when the ajax request is done correctly). Is possible to get the response of the ajax call made with AP.request?
Also the other functions like AP.Meta.get(), AP.localUrl(); are always returning undefined.
Am I missing something here?
Thanks !
I am having the same issues. We really need AP.require to return this promise, it's current return value as "undefined" is useless.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.