diff -u b/modules/ggroup/config/optional/views.view.subgroups.yml b/modules/ggroup/config/optional/views.view.subgroups.yml --- b/modules/ggroup/config/optional/views.view.subgroups.yml +++ b/modules/ggroup/config/optional/views.view.subgroups.yml @@ -161,13 +161,10 @@ default_field_elements: true fields: label: - table: group_content_field_data - field: label id: label - entity_type: null - entity_field: label - plugin_id: field - relationship: none + table: groups_field_data + field: label + relationship: gc__group group_type: group admin_label: '' label: Title @@ -225,14 +222,17 @@ multi_type: separator separator: ', ' field_api_classes: false + entity_type: group + entity_field: label + plugin_id: field type: id: type table: groups_field_data field: type - relationship: gid + relationship: gc__group group_type: group admin_label: '' - label: 'Type' + label: Type exclude: false alter: alter_text: false @@ -514,7 +514,7 @@ id: edit_group table: groups field: edit_group - relationship: gid + relationship: gc__group group_type: group admin_label: '' label: 'Link to edit Group' @@ -565,7 +565,7 @@ id: delete_group table: groups field: delete_group - relationship: gid + relationship: gc__group group_type: group admin_label: '' label: 'Link to delete Group' @@ -675,16 +675,17 @@ id: type table: groups_field_data field: type - relationship: gid + relationship: gc__group group_type: group admin_label: '' operator: in - value: { } + value: + group: group group: 1 exposed: true expose: operator_id: type_op - label: 'Type' + label: Type description: '' use_operator: false operator: type_op @@ -697,6 +698,7 @@ anonymous: '0' administrator: '0' reduce: false + argument: '' is_grouped: false group_info: label: '' @@ -729,17 +731,28 @@ content: 'No subgroups available.' plugin_id: text_custom relationships: - gid: - id: gid + gc__group: + id: gc__group table: group_content_field_data - field: gid + field: gc__group relationship: none group_type: group - admin_label: Group - required: false + admin_label: 'Group content Group' + required: true + group_content_plugins: { } entity_type: group_content - entity_field: gid - plugin_id: standard + plugin_id: group_content_to_entity + group_content: + id: group_content + table: groups_field_data + field: group_content + relationship: gc__group + group_type: group + admin_label: 'Group group content' + required: true + group_content_plugins: { } + entity_type: group + plugin_id: group_content_to_entity_reverse arguments: gid: id: gid @@ -817,0 +831 @@ +