-
Notifications
You must be signed in to change notification settings - Fork 125
BUG: display the nice path if field type combo is not editable #731
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
BUG: display the nice path if field type combo is not editable #731
Conversation
|
CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅ |
|
I have read the CLA Document and I hereby sign the CLA |
|
I updated the description |
|
@patrickbitzer Target branch for bug fixes should be |
8bf1af8 to
c9a441c
Compare
|
@blankse maybe done. |
|
@patrickbitzer You still have commits from 1.x in your branch. You need to rebase with the |
c9a441c to
a393318
Compare
|
@blankse sorry. I have done now |
|
|
@patrickbitzer Could you explain this a little more? What do you mean by inline search type? |
|
@mattamon I could reproduce it:
|
|
@mattamon we're also experiencing this with our clients. |
|
@mattamon Still can't reproduce it? |
|
@blankse sorry I am no longer working on this. @robertSt7 can you please take over. |
|
@patrickbitzer Thanks for fixing displaying of the path |



I had the phenomenon that when I had set a OneToManyRelation field with the Inline Search type, the PathFormatter was not applied there. The problem occurres only when the user is in not editable mode.
I have made an adjustment that fixes the problem.