Problem/Motivation
To reproduce:
1. Enable entity_browser_example
2. Navigate to the provided content type add page
3. Select a node in the appropriate field
4. Edit it and change a title
Expected result:
Title changes in preview
Actual result:
Title doesn't change but it was actually saved.
Proposed resolution
Trigger AJAX request to rebuild previews after edit (similar to what we do after selection was done).
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 2644210-update-preview-entity-browser.patch | 973 bytes | marvin_b8 |
Comments
Comment #2
marvin_b8 commentedIt's not a good implementation.
We need a better selector or more informations about the div in the controller =)
if somebody has a solution or idea, feel free.
Comment #3
slashrsm commentedFixed in #2773043: Update the field widget after the Edit modal is closed.
Comment #4
gábor hojtsy