Skip to content

Conversation

AdamVyborny
Copy link
Contributor

Copy link
Contributor

@ondrajodas ondrajodas left a comment

Choose a reason for hiding this comment

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

LGTM

Comment on lines +25 to +28
if (!isset($data['primary_key'])) {
$data['primary_key'] = [];
}
$data['primary_key'] = array_unique(array_merge($data['primary_key'], $object->getLegacyPrimaryKeys()));
Copy link
Contributor

Choose a reason for hiding this comment

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

to mi dalo trochu k zamyšlení co to vlastně dělá :D

@AdamVyborny AdamVyborny merged commit 3a44d9f into master Sep 30, 2024
6 checks passed
@AdamVyborny AdamVyborny deleted the adamvyborny-PST-2078-allow-invalid-legacy-pks branch September 30, 2024 08:44
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