- 🇧🇪Belgium Jonasanne
Has there been an update on this issue?
I still have this problem in D10.1.4.
I created a view that has a views field view, the loaded view via views field view has a pager.
When having multiple views that have a pager we need to assign a unique Pager ID to make it work.
Pager doesn't work correctly on a page consisting of two blocks of which only one with ajax - https://www.drupal.org/project/drupal/issues/2878520 →
I tried to below code but with no luck
function MYMODULE_views_pre_view( \Drupal\views\ViewExecutable $view, $display_id, array &$args) {
if ($display_id == 'archive_slave') {
$view->pager->options['id'] = get_pager_id(); //get_pager_id() returns a unique number.
}
}
Active
1.0
Miscellaneous
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Has there been an update on this issue?
I still have this problem in D10.1.4.