Hi. The current api-defautl-views.html documentation states:

display: array('view' => NULL),
style: array('view' => NULL, 'options' => NULL, 'rows' => NULL, 'title' => NULL),
row style: array('view' => NULL, 'options' => NULL, 'row' => NULL),

But it seems the API has changed to the following:

display: array('view_array' => array(), 'view' => NULL),
style: array('view' => NULL, 'options' => NULL, 'rows' => NULL, 'title' => NULL),
row: array('view' => NULL, 'options' => NULL, 'row' => NULL, 'field_alias' => NULL),
field: array('view' => NULL, 'field' => NULL, 'row' => NULL),
CommentFileSizeAuthor
#1 views-advanced_help-1242286.patch1018 bytesrickmanelius

Comments

rickmanelius’s picture

StatusFileSize
new1018 bytes

patch attached

dawehner’s picture

Version: 7.x-3.x-dev » 6.x-3.x-dev
Status: Active » Patch (to be ported)

Thanks for providing a patch! Please set it to needs review next time so it's easier to see it.

Commited to 7.x-3.x, this probably could/should perhaps be backported to 6.x-3.x

rickmanelius’s picture

Apologies dereine. I'm still a novice contributor, but I've been diligent about that since will do that in the future :)

dawehner’s picture

Sure, just wanted to give some tips. Please continue to contribute!

chris matthews’s picture

Issue summary: View changes
Status: Patch (to be ported) » Closed (outdated)

The Drupal 6 branch is no longer supported, please check with the D6LTS project if you need further support. For more information as to why this issue was closed: #3030347: Plan to clean process issue queue