Can not attach array of assets to an organisation
Closed this issue · 1 comments
georgeserbezov commented
Fail when passing an array of items to the organisation attach method
Error message:
TypeError: this.organisation.unlink(this.items.data).then is not a function. (In 'this.organisation.unlink(this.items.data).then', 'this.organisation.unlink(this.items.data).then' is undefined)
Mechazawa commented
What is the result of this.organization.constructor.name
? It should be "Organisation"
.