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

Setting sub_property on the entity #1031

Closed
wants to merge 10 commits into from
Closed

Setting sub_property on the entity #1031

wants to merge 10 commits into from

Conversation

AronNovak
Copy link

#1030

Status

Addresses can be created with this patch, without that, the error in the issue appears.
image

$wrapper->{$property_name}->set($field_value);
}
else {
$wrapper->{$property_name}->{$sub_property}->set($field_value);
Copy link
Author

@AronNovak AronNovak Jun 21, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@amitaibu is it correct or is it supposed to be handled on a higher level?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe looks right.

@AronNovak
Copy link
Author

@amitaibu should i create another issue to fix Travis there? Does it worth?

@amitaibu
Copy link
Member

Yes, I'd be happy to see a working Travis.

@AronNovak
Copy link
Author

@amitaibu now with green Travis

@AronNovak
Copy link
Author

@amitaibu This is green, but I absolutely dislike the way how it's done, however at the project we need it, it does the job for the address field and it does not break tests there either.

@AronNovak AronNovak closed this Aug 9, 2024
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