Currently what draggableviews does is set the view_display to 'self' if its the order setting view display. This causes multiple of problems such as having more than 1 order setting display in a view.

The code needs to be replaced.

Comments

istryker’s picture

Title: Replace 'self' with '$view->name:$view->current_display' » Replace 'self' reference with '$view->name:$view->current_display'
Status: Active » Needs review
StatusFileSize
new5.59 KB

Attached is the patch.

This extends the patch in #1899348: _draggableviews_load_order_view() doesn't load the correct display if part of the same view

This should fix multiple other issues aswell.

istryker’s picture

Status: Needs review » Fixed

I've committed this. This might cause a few problems, but it fixes more than it causes.

Commit a5e5103

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.