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),
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | views-advanced_help-1242286.patch | 1018 bytes | rickmanelius |
Comments
Comment #1
rickmanelius commentedpatch attached
Comment #2
dawehnerThanks 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
Comment #3
rickmanelius commentedApologies dereine. I'm still a novice contributor, but I've been diligent about that since will do that in the future :)
Comment #4
dawehnerSure, just wanted to give some tips. Please continue to contribute!
Comment #5
chris matthews commentedThe 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