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

Fixed local IDs loss on message type revert. #104

Open
wants to merge 1 commit into
base: 7.x-1.x
Choose a base branch
from

Conversation

RoSk0
Copy link

@RoSk0 RoSk0 commented May 4, 2016

Fixing #103 .

@amitaibu
Copy link
Member

amitaibu commented May 5, 2016

We are using features and never came across this problem. What are the steps to reproduce?

@RoSk0
Copy link
Author

RoSk0 commented May 5, 2016

Steps to reproduce:

  • Create couple message types and export those to feature
  • Add entity reference field pointing at message type to node
  • Create a node with entity reference field field in
  • Change message text in referenced message type
  • Revert feature with modified message type
  • Check node created previously

Expected result: reference data remains
Actual result: reference data lost

@amitaibu
Copy link
Member

amitaibu commented May 5, 2016

Just out of curiosity what's the use case - why does the node reference the message type?

@RoSk0
Copy link
Author

RoSk0 commented May 5, 2016

In reality this was contacts and this reference is used to override message type set for the contact type, default one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants