Needs work
Project:
DraggableViews
Version:
7.x-2.x-dev
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
28 Feb 2013 at 05:18 UTC
Updated:
16 Oct 2013 at 04:57 UTC
Jump to comment: Most recent file
Comments
Comment #1
nielsonm commentedCreated a patch.
Comment #2
nielsonm commentedOops, forgot to add settings to Drupal object check.
Comment #3
nielsonm commentedComment #4
jfrederick commentedThis is a great start, but needs some work.
The patch currently only hides the status message in 1 out of the 4 needed scenarios. The new conditional in the patch for draggableviews_table.js:
if (!Drupal.settings.draggableviews.hideWarning)is currently included for when draggableviews is used on a table with ajax. It should probably also take effect when the view does not use ajax.
Additionally, it should be included in draggableviews_list.js, for when the view is shown as a list rather than a table. Again, for both when it uses ajax and does not. For a total of four places.
Also, the patch needs to be re-rolled against the latest dev branch, because it does not currently apply cleanly.
These things aside, it helped me out a lot.
Comment #5
jfrederick commented