You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Inside the _this.get_asset_class() callback, the variable assetxml will always reference the value of _i on the last iteration as the scope of _i is to the function.
I'm not familiar with coffee script, so I cannot help you with the V1Meta.coffee source, but hopefully what I've pointed you towards will help.
The text was updated successfully, but these errors were encountered:
A previous issue has multiple issues listed in it. Unfortunately I didn't realise until I had posted this. To make it clearer, I think this issue should remain, as it's not obvious when browsing the unresolved issues.
Hi Guys,
I've just discovered the SDK and am exploring developing 10 foot interfaces for our teams.
I'm using an adapted query example and I have found all results are a duplication of the last result.
This is caused by the generated javascript code within V1Meta.prototype.query.
The problem is highlighted below:
Inside the
_this.get_asset_class()
callback, the variableassetxml
will always reference the value of_i
on the last iteration as the scope of_i
is to the function.I'm not familiar with coffee script, so I cannot help you with the V1Meta.coffee source, but hopefully what I've pointed you towards will help.
The text was updated successfully, but these errors were encountered: