Revert "Added case fee and case provision permissions to GNO admin user"
This reverts commit d86f4abe6f.
This commit is contained in:
@ -25,25 +25,29 @@ tips:
|
||||
label: Status
|
||||
body: 'Shows whether the server is currently enabled or disabled.'
|
||||
weight: 2
|
||||
selector: .search-api-server-summary--status
|
||||
attributes:
|
||||
data-class: search-api-server-summary--status
|
||||
search-api-server-backend:
|
||||
id: search-api-server-backend
|
||||
plugin: text
|
||||
label: 'Backend class'
|
||||
body: 'The backend plugin used for this server. The backend plugin determines how items are indexed and searched – for example, using the database or an Apache Solr server.'
|
||||
weight: 3
|
||||
selector: .search-api-server-summary--backend
|
||||
attributes:
|
||||
data-class: search-api-server-summary--backend
|
||||
search-api-server-indexes:
|
||||
id: search-api-server-indexes
|
||||
plugin: text
|
||||
label: 'Search indexes'
|
||||
body: 'Lists all search indexes that are attached to this server.'
|
||||
weight: 4
|
||||
selector: .search-api-server-summary--indexes
|
||||
attributes:
|
||||
data-class: search-api-server-summary--indexes
|
||||
search-api-server-clear:
|
||||
id: search-api-server-clear
|
||||
plugin: text
|
||||
label: 'Delete all indexed data'
|
||||
body: 'This will permanently remove all data currently indexed on this server for indexes that aren''t read-only. Items are queued for reindexing. Until reindexing occurs, searches for the affected indexes will not return any results.'
|
||||
weight: 5
|
||||
selector: '#edit-clear'
|
||||
attributes:
|
||||
data-id: edit-clear
|
||||
|
||||
Reference in New Issue
Block a user