Hi,
Could you please add the following code to the class draggableviews_handler_field_draggable in draggableviews_handler_field_draggable.inc ? Without this access check the form surrounding the View is still rendered, without any purpose.
function access() {
return user_access('access draggableviews');
}
thanks,
Thomas
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | draggable-views-prevent-form-rendering-2495751-4.patch | 640 bytes | istryker |
Comments
Comment #1
istryker commentedThink this doable, to speed things up, please provide a patch.
Comment #2
istryker commentedcurious if #2495081: undefined method access() in views is related or semi related.
Comment #3
Anonymous (not verified) commentedOf course, does this patch work for you?
Comment #4
istryker commentedLooks like we do not need the user access around render anymore.
Comment #6
istryker commentedCommitted Patch #4