- πΈπ°Slovakia coaston
The patch #2 works for me ,what is wrong with ?
Created "Entity reference display" in Views module can lead to a notice message because the code tryes to access an array offset that doesnt exists.
- Create a view display of type 'entity reference'.
- Execute it programmatically
- you should see:
Notice: Trying to access array offset on value of type null in Drupal\views\Plugin\views\display\EntityReference->query() (line 195 of core/modules/views/src/Plugin/views/display/EntityReference.php).
Apply verification of "empty" before using.
Needs work
9.5
Last updated
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
The patch #2 works for me ,what is wrong with ?