Skip to content
Snippets Groups Projects

Update DraggableViews.php

1 unresolved thread

Closes #3346320

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
56 56 return 0;
57 57 }
58 58 $row = $this->view->result[$index];
59 $parentIndex = (int) $this->getIndex($row->draggableviews_structure_parent);
59 $parentIndex = (isset($row->draggableviews_structure_parent)) ? (int) $this->getIndex($row->draggableviews_structure_parent) : 0;
  • Looks like this was fixed upstream yay!

    Edited by Casey Grzecka
  • This MR can be closed. Looks like I don't have the permission to close it.

  • Please register or sign in to reply
    Loading