-
Notifications
You must be signed in to change notification settings - Fork 106
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: ManyToOne relation in combo display mode doesn't respect path formatter #645
Conversation
Quality Gate failedFailed conditions See analysis details on SonarCloud Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
Hi @blankse when I use the example formatter and add a News Object to the ManyToOne relation I get the following error. Could you please take a look at this? TIA
|
@robertSt7 See pimcore/pimcore#17412 Did you really use the latest example? The example formatter should use "path" (correct for ManyToOne) and "fullpath" array keys (correct for ManyToMany). |
@blankse Yes I do and I am also don't know why there is no |
@robertSt7 Only in the display mode 'combo,' the array key 'path' was missing. I have added it. Could you please test it again? |
Quality Gate failedFailed conditions See analysis details on SonarCloud Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
@blankse Thanks a lot for all your contributions |
Fix #638