Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUGFIX] Bridge data objects not copied #31

Merged
merged 1 commit into from
Jun 27, 2019

Conversation

kjkooistra-youwe
Copy link
Contributor

Bridge data objects were not copied when copying a data object, causing
multiple data objects to have references to the same bridge data object.
Fixed by implementing a copy event listener which copies the bridge data
objects and sets them on the copied data object.
Note that this will not retroactively fix copies made before. It will require
removing the bridge data objects and adding them again.

Bridge data objects were not copied when copying a data object, causing
multiple data objects to have references to the same bridge data object.
Fixed by implementing a copy event listener which copies the bridge data
objects and sets them on the copied data object.
Note that this will not retroactively fix copies made before. It will require
removing the bridge data objects and adding them again.
@jorisros jorisros merged commit fef74c9 into pimcore51 Jun 27, 2019
@kjkooistra-youwe kjkooistra-youwe deleted the bugfix/bridgeDataObjectsNotCopied branch June 27, 2019 12:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants