Skip to content

Commit

Permalink
Fix undefined error.
Browse files Browse the repository at this point in the history
  • Loading branch information
torqdev authored and mattamon committed Oct 4, 2024
1 parent 29551b0 commit 402d471
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ pimcore.object.classes.data.reverseObjectRelation = Class.create(pimcore.object.
}
Ext.apply(this.datax,
{
allowToCreateNewObject: source.data.allowToCreateNewObject,
allowToCreateNewObject: source.datax.allowToCreateNewObject,
remoteOwner: source.datax.remoteOwner,
width: source.datax.width,
height: source.datax.height,
Expand Down

0 comments on commit 402d471

Please sign in to comment.