Skip to content
Snippets Groups Projects

Issue #3494566 Allow zero value to override pager offset.

Closes #3494566

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
34 34 * {@inheritdoc}
35 35 */
36 36 public function alterView(ViewExecutable $view, $value) {
37 if (!empty($value)) {
37 if (!is_null($value)) {
  • Chris Green added 1 commit

    added 1 commit

    • 8ad0dd53 - Apply 1 suggestion(s) to 1 file(s)

    Compare with previous version

  • Chris Green added 2 commits

    added 2 commits

    Compare with previous version

  • Chris Green added 1 commit

    added 1 commit

    Compare with previous version

  • Chris Green added 1 commit

    added 1 commit

    Compare with previous version

  • Chris Green added 1 commit

    added 1 commit

    Compare with previous version

  • Chris Green added 1 commit

    added 1 commit

    Compare with previous version

  • Chris Green added 1 commit

    added 1 commit

    Compare with previous version

  • Chris Green added 1 commit

    added 1 commit

    Compare with previous version

  • Chris Green added 1 commit

    added 1 commit

    Compare with previous version

  • Chris Green added 1 commit

    added 1 commit

    Compare with previous version

  • Chris Green added 1 commit

    added 1 commit

    Compare with previous version

  • Chris Green added 1 commit

    added 1 commit

    Compare with previous version

  • Chris Green marked this merge request as ready

    marked this merge request as ready

  • Chris Green added 1 commit

    added 1 commit

    Compare with previous version

  • Chris Green added 1 commit

    added 1 commit

    Compare with previous version

  • Chris Green added 1 commit

    added 1 commit

    Compare with previous version

  • Please register or sign in to reply
    Loading