- π©πͺGermany Anybody Porta Westfalica
@oknate could you turn this into a MR so we can get this fixed?
The method EntityBrowser::getOption() is no longer needed. It was added to fix a regression where ajaxEnabled() which should have been used to determine if a view display should use ajax stopped working, now that the core issue is fixed, we can remove the method.
In this method in Drupal\entity_browser\Plugin\views\display\EntityBrowser:
// @todo remove upon resolution of https://www.drupal.org/node/2904798 β
// This overrides getOption() instead of ajaxEnabled() because
// \Drupal\views\Controller\ViewAjaxController::ajaxView() currently calls
// that directly.
Needs work
2.0
Selection display plugins
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
@oknate could you turn this into a MR so we can get this fixed?