decentraland / builder-server

Builder app backend
20 stars 17 forks source link

Managers can't upsert items #613

Closed LautaroPetaccio closed 1 year ago

LautaroPetaccio commented 1 year ago

🎉 Description

The builder-server is rejecting managers from upserting items due to a call to Ownable which is only checking if the user owns the item instead of checking if it is also a manager of the collection.

image.png