Issue #293295 by jwilson3, smustgrave: Increment <ol> numbers on views paged results
1 unresolved thread
Closes #293295
Merge request reports
Activity
added 128 commits
-
7d140a54...a798064d - 126 commits from branch
project:11.x
- 69b9321c - Merge branch '11.x' of https://git.drupalcode.org/project/drupal into 293295-alternative-approach
- 6913012f - test coverage
-
7d140a54...a798064d - 126 commits from branch
872 872 $variables['list']['attributes'] = new Attribute(['class' => $class]); 873 873 } 874 874 875 $type = $handler->options['type']; 876 877 if ($type === 'ol') { 878 $pager = $variables['view']->getPager(); 879 if (empty($variables['list'])) { changed this line in version 5 of the diff
- Resolved by Adam Bramley
added 1 commit
- 5304d532 - Initialise list attributes early to reduce conditions and duplication
Please register or sign in to reply