Skip to content

Commit

Permalink
Merge pull request #217 from USEPA/IN-572
Browse files Browse the repository at this point in the history
fixing multiples when using draggableviews
  • Loading branch information
johnrockweilercgi authored Aug 23, 2021
2 parents a10d4d6 + 6bac634 commit 617ddaf
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 507 deletions.
4 changes: 4 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,10 @@
"drupal/diff": {
"2980335: Establish class attribute as array instead of string.": "https://www.drupal.org/files/issues/2018-06-18/2980335_2_define_classes_as_array.patch"
},
"drupal/draggableviews": {
"2929116: Can't use Show weight values link with a draggable view": "https://www.drupal.org/files/issues/2019-05-24/draggableviews-show_row_weight_values-2929116-21.patch",
"2767437: Allow sort handler to select the view that stored the order": "https://www.drupal.org/files/issues/2021-05-13/draggableviews-sort_handler_specify_order_view-2767437-116_0.patch"
},
"drupal/fullcalendar_view": {
"3168071: Mouse-hover tool-tip option for version since 8.x.4.2": "https://www.drupal.org/files/issues/2021-03-18/3168071-13.patch"
},
Expand Down
9 changes: 7 additions & 2 deletions config/sync/views.view.organizations_with_staff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,13 @@ dependencies:
- taxonomy.vocabulary.locations
- taxonomy.vocabulary.organization
module:
- draggableviews
- node
- taxonomy
- telephone
- user
- vefl
- views_autocomplete_filters
id: organizations_with_staff
label: 'Staff Directory'
module: views
Expand Down Expand Up @@ -1258,14 +1260,17 @@ display:
id: weight
table: draggableviews_structure
field: weight
relationship: reverse__node__field_organization
relationship: none
group_type: group
admin_label: ''
order: ASC
exposed: false
expose:
label: ''
plugin_id: standard
draggable_views_reference: 'staff_order:page_1'
draggable_views_null_order: after
draggable_views_pass_arguments: true
plugin_id: draggable_views_sort_default
field_last_name_value:
id: field_last_name_value
table: node__field_last_name
Expand Down
Loading

0 comments on commit 617ddaf

Please sign in to comment.