Skip to content

Commit

Permalink
Disabled AJAX in views
Browse files Browse the repository at this point in the history
  • Loading branch information
rimi-itk committed Jan 23, 2024
1 parent e43cf2b commit d959b5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions config/sync/views.view.all_meetings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ display:
replica: false
query_tags: { }
relationships: { }
use_ajax: true
use_ajax: false
header: { }
footer: { }
display_extenders: { }
Expand All @@ -457,7 +457,6 @@ display:
- url.query_args
- 'url.query_args:sort_by'
- 'url.query_args:sort_order'
- user
- 'user.node_grants:view'
- user.permissions
tags: { }
3 changes: 1 addition & 2 deletions config/sync/views.view.all_projects.yml
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ display:
query_tags: { }
relationships: { }
css_class: ''
use_ajax: true
use_ajax: false
header: { }
footer: { }
display_extenders: { }
Expand All @@ -350,7 +350,6 @@ display:
- url.query_args
- 'url.query_args:sort_by'
- 'url.query_args:sort_order'
- user
- 'user.node_grants:view'
- user.permissions
tags: { }

0 comments on commit d959b5c

Please sign in to comment.