Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

- [PR-384](https://github.com/itk-dev/os2loop/pull/384)
Set access permission on search view
- [PR-383](https://github.com/itk-dev/os2loop/pull/383)
Fixed OpenID Connect redirect URLs
- [PR-377](https://github.com/itk-dev/os2loop/pull/377)
Expand Down
12 changes: 10 additions & 2 deletions config/sync/views.view.os2loop_search_db.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ dependencies:
- search_api.index.os2loop_search_db_index
module:
- search_api
- user
- views_autosubmit
id: os2loop_search_db
label: 'os2loop search db'
Expand Down Expand Up @@ -115,8 +116,9 @@ display:
sort_asc_label: Asc
sort_desc_label: Desc
access:
type: none
options: { }
type: perm
options:
perm: 'access content'
cache:
type: search_api_none
options: { }
Expand Down Expand Up @@ -272,8 +274,10 @@ display:
- 'url.query_args:sort_by'
- 'url.query_args:sort_order'
- 'user.node_grants:view'
- user.permissions
tags:
- 'config:search_api.index.os2loop_search_db_index'
- 'search_api_list:os2loop_search_db_index'
page_search:
id: page_search
display_title: Page
Expand Down Expand Up @@ -311,8 +315,10 @@ display:
- 'url.query_args:sort_by'
- 'url.query_args:sort_order'
- 'user.node_grants:view'
- user.permissions
tags:
- 'config:search_api.index.os2loop_search_db_index'
- 'search_api_list:os2loop_search_db_index'
page_search_form:
id: page_search_form
display_title: 'Page (simple form)'
Expand All @@ -338,5 +344,7 @@ display:
- url
- url.query_args
- 'user.node_grants:view'
- user.permissions
tags:
- 'config:search_api.index.os2loop_search_db_index'
- 'search_api_list:os2loop_search_db_index'
Loading