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

[Fix] (re)Fix Field definition for field not found if field name is 'key' #378

Merged
merged 1 commit into from
Nov 23, 2023

Conversation

SamyMP
Copy link
Contributor

@SamyMP SamyMP commented Nov 14, 2023

Resolves #369

Directly assign the key in the case where the "Direct" target strategy is used alongside with "SYSTEM Key".

Currently, an error is thrown because key is not in $this->getFieldDefinition() since it is a system field

@dvesh3 related to your PR #377

…h upper case

Resolves pimcore#369

Directly assign the key in the case where the "Direct" target strategy is used alongside with "SYSTEM Key".

Currently, an error is thrown because `key` is not in `$this->fieldName` since it is a system field
@dvesh3 dvesh3 added the Bug label Nov 14, 2023
@dvesh3 dvesh3 added this to the 1.8.6 milestone Nov 14, 2023
@SamyMP SamyMP changed the title [Fix] (re)Fix Field definition for field not found if field name starts with upper case [Fix] (re)Fix Field definition for field not found if field name is 'key' Nov 14, 2023
@dvesh3 dvesh3 merged commit 5666dc2 into pimcore:1.8 Nov 23, 2023
7 checks passed
@dvesh3
Copy link
Contributor

dvesh3 commented Nov 23, 2023

@SamyMP thanks!

@github-actions github-actions bot locked and limited conversation to collaborators Nov 23, 2023
@kingjia90 kingjia90 linked an issue Nov 23, 2023 that may be closed by this pull request
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: Field definition for field "key" not found.
2 participants