If D7 You can alter which arguments are save by setting/unsetting in hook_draggableviews_handler_native_arguments() However there is never a need to save the 'items_per_page' argument.

This need to be removed.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

iStryker’s picture

Status: Active » Fixed
FileSize
663 bytes

Attached is the patch.

Comitted 64effbf.

iStryker’s picture

Commit/Patch #1 prevents items_per_page argument from being saved to the database, however it doesn't prevent it from being added to the draggableviews_structure sql join (if you have (x) Use all arguments selected).

Attached is the patch on top of #1.

Committed c860772

Status: Fixed » Closed (fixed)

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