instride-ch/pimcore-data-definitions

Error: Interpreter assets_url does not update existing objects

Closed this issue · 2 comments

Hello,

"w-vision/data-definitions": "dev-master"
"pimcore/pimcore": "^10.1.0"

The following error is related to the assets_url interpreter, it is not possible to update an existing asset, the following error occurs:

image

image

As a solution I propose to modify the sentence as follows:

 $select->join('assets','assets_metadata', 'am', 'id = am.cid');

@Jimerson21 the join clause must have changed with Pimcore X. Mind to create a PR?

The fix given here is good, we need to implement it.