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

Fixes #1488 Fixed indexing children_attributes for configurable produ… #1545

Merged
merged 1 commit into from
Oct 16, 2019
Merged

Fixes #1488 Fixed indexing children_attributes for configurable produ… #1545

merged 1 commit into from
Oct 16, 2019

Conversation

serg6854
Copy link

…ct while creating

@romainruaud
Copy link
Collaborator

Before you take it @rbayet : for me there is something missing/broken : the "name" attribute get merged with this PR, but it was not the case before. It's better to have "name" unmerged especially for the sort by name.

@rbayet
Copy link
Collaborator

rbayet commented Oct 14, 2019

Before you take it @rbayet : for me there is something missing/broken : the "name" attribute get merged with this PR, but it was not the case before. It's better to have "name" unmerged especially for the sort by name.

I concur.

Copy link
Collaborator

@rbayet rbayet left a comment

Choose a reason for hiding this comment

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

'name' should be added to $forbidenChildrenAttributeCode.

$parentAttributeCodes
);
$childrenAttributes = array_merge($addedChildrenAttributes, $parentData['children_attributes']);
$childrenAttributes = array_merge($childrenAttributes, $parentData['children_attributes']);
Copy link
Collaborator

Choose a reason for hiding this comment

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

No longer needed IMHO.

@rbayet rbayet assigned serg6854 and unassigned rbayet Oct 15, 2019
@rbayet rbayet dismissed romainruaud’s stale review October 16, 2019 10:21

Outdated review.

@rbayet rbayet merged commit 707cc6d into Smile-SA:2.8.x Oct 16, 2019
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.

3 participants