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] - Field definition for field not found #376

Closed
wants to merge 1 commit into from

Conversation

SamyMP
Copy link
Contributor

@SamyMP SamyMP commented Nov 9, 2023

Resolves #369

@SamyMP SamyMP closed this Nov 9, 2023
@github-actions github-actions bot locked and limited conversation to collaborators Nov 9, 2023
@SamyMP SamyMP reopened this Nov 9, 2023
@@ -138,7 +138,7 @@ protected function checkAssignData($newData, $valueContainer, $getter)
$currentData = $valueContainer->$getter($this->language);
DataObject::setHideUnpublished($hideUnpublished);

$fieldName = lcfirst(str_replace('get', '', $getter));
$fieldName = $this->fieldName;
Copy link
Contributor

Choose a reason for hiding this comment

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

@dvesh3
Copy link
Contributor

dvesh3 commented Nov 9, 2023

Closed in favor of #377 thanks!

@dvesh3 dvesh3 closed this Nov 9, 2023
@SamyMP SamyMP deleted the fix-369 branch November 14, 2023 13:41
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants