- Status changed to Needs review
almost 2 years ago 6:11pm 17 January 2023 - Status changed to Fixed
over 1 year ago 4:29pm 20 April 2023 Automatically closed - issue fixed for 2 weeks with no activity.
While trying to make any action in the popup with a paragraph entity type, the module throws warnings in dblog trying to get the title.
- create a paragraph type;
- create a content type;
- in the content type add the field of type "Entity reference revision";
- set the reference to the newly created paragraph;
- set the field widget to "Inline entity form - Complex';
- open a node of the newly created content type;
- add a paragraph with IEF Complex Widget Dialog;
- open edit or duplicate form for any previously added paragraph.
In dblog you will get 4 warning messages:
Warning: Trying to access array offset on value of type null in _process_ief_form() (line 121 of /var/www/html/web/modules/contrib/ief_popup/ief_popup.module)
Proposed resolution: since the entity could not have a title, the $ief_form['title'] should be checked before getting the value from it, and the $popup_title should differ in those cases.
Fixed
2.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Automatically closed - issue fixed for 2 weeks with no activity.