Problem/Motivation
Notice: Trying to access array offset on value of type null in flexible_views_preprocess_pager() (line 98 of modules/contrib/flexible_views/flexible_views.module).
Steps to reproduce
Access "admin/content" page
Proposed resolution
See the attached patch.
Remaining tasks
Need a patch review.
User interface changes
No changes
API changes
No changes
Data model changes
No changes
| Comment | File | Size | Author |
|---|---|---|---|
| flexible_views-pager_notice.patch | 431 bytes | andrei.vesterli |
Comments
Comment #3
daveianoThanks for the patch! I will have a look into this as soon as I have fixed the tests for D9.
Comment #5
daveianoHad a look into this and also fixed some other problems with pagers in D9 and also added tests.
The Notice you described shouldn't be a problem anymore.
Comment #7
andrei.vesterliHello @daveiano
Good job! Glad to help