Skip to content

Commit

Permalink
Fix asset meta data object relation in asset grid view
Browse files Browse the repository at this point in the history
Fixes the error that a change in gridview is not detected.
Error was introduced by a change from December 4th, 2023 - commit e422dca
  • Loading branch information
bk-hitcom committed Sep 30, 2024
1 parent 37b255e commit 9490c55
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 9490c55

Please sign in to comment.