Skip to content

Commit

Permalink
Fix: Custom asset metadata of type object cant be set in asset gridvi…
Browse files Browse the repository at this point in the history
…ew. State were never set.
  • Loading branch information
bk-hitcom committed Sep 30, 2024
1 parent cabafc3 commit c279c2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions public/js/pimcore/asset/metadata/tags/manyToOneRelation.js
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ pimcore.asset.metadata.tags.manyToOneRelation = Class.create(pimcore.asset.metad
if (data.published === false) {
this.component.addCls("strikeThrough");
}
this.dataChanged = true;
this.component.setValue(data.path);

return true;
Expand Down

0 comments on commit c279c2a

Please sign in to comment.