port for flag 3.x suite : views
Signed-off-by: bachy <git@g-u-i.net>
This commit is contained in:
parent
c259bc4543
commit
6793ae61a6
@ -321,12 +321,12 @@ function flag_lists_views_default_views() {
|
|||||||
$view->disabled = FALSE; /* Edit this to true to make a default view disabled initially */
|
$view->disabled = FALSE; /* Edit this to true to make a default view disabled initially */
|
||||||
$handler = $view->new_display('default', 'Defaults', 'default');
|
$handler = $view->new_display('default', 'Defaults', 'default');
|
||||||
$handler->override_option('relationships', array(
|
$handler->override_option('relationships', array(
|
||||||
'content_id' => array(
|
'entity_id' => array(
|
||||||
'label' => 'Listed content',
|
'label' => 'Listed content',
|
||||||
'required' => 1,
|
'required' => 1,
|
||||||
'id' => 'content_id',
|
'id' => 'entity_id',
|
||||||
'table' => 'flag_lists_content',
|
'table' => 'flag_lists_content',
|
||||||
'field' => 'content_id',
|
'field' => 'entity_id',
|
||||||
'relationship' => 'none',
|
'relationship' => 'none',
|
||||||
),
|
),
|
||||||
));
|
));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user