Problem/Motivation
Whenever we have a view with arguments and it passes through
public function getTotalResults($clear_on_exposed = FALSE) {
We don't get a result back, pager data is lost and some more.
This is also including the latest code in 8.x-3.x
Proposed resolution
For us it worked to pass arguments to the View whenever they are set.
Patch will be provided.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 3084741-pass-arguments-to-view-2.patch | 754 bytes | ronaldtebrake |
Comments
Comment #2
ronaldtebrake commentedComment #4
graber commentedLooks good, thanks!