Added instructions for adding new case to cases view

This commit is contained in:
Naomi 2018-12-15 13:25:22 +00:00
parent 99733415c8
commit 44c948d22a
1 changed files with 17 additions and 5 deletions

View File

@ -447,7 +447,7 @@ display:
empty_zero: false empty_zero: false
hide_alter_empty: false hide_alter_empty: false
plugin_id: custom plugin_id: custom
filters: filters: null
sorts: sorts:
created: created:
id: created id: created
@ -465,7 +465,20 @@ display:
entity_field: created entity_field: created
plugin_id: date plugin_id: date
title: '' title: ''
header: { } header:
area:
id: area
table: views
field: area
relationship: none
group_type: group
admin_label: ''
empty: true
tokenize: false
content:
value: '<p>To <strong>add a new case</strong>, first search for the person you want to add it to. If the person is not on the system yet, you can add them using the "People" menu.</p>'
format: basic_html
plugin_id: text
footer: { } footer: { }
empty: empty:
area_text_custom: area_text_custom:
@ -569,7 +582,7 @@ display:
filter_groups: false filter_groups: false
empty: false empty: false
path: opencase/all-cases path: opencase/all-cases
filters: filters: null
filter_groups: filter_groups:
operator: AND operator: AND
groups: groups:
@ -584,14 +597,13 @@ display:
admin_label: '' admin_label: ''
empty: true empty: true
tokenize: false tokenize: false
content: "<h1>No cases found</h1>\n<p>You do not have access to any existing cases.</p>\n<p>To <b>add a new case</b>, first search for the person you want to add a case to. If they are not on the system yet you can add them using the <b>Add People.</b> menu.</p>\n" content: "<h1>No cases found</h1>\n<p>You do not have access to any existing cases.</p>\n<p>To <b>add a new case</b>, first search for the person you want to add a case to. If they are not on the system yet you can add them using the <b>Add actors</b> menu in the left sidebar.</p>\n"
plugin_id: text_custom plugin_id: text_custom
cache_metadata: cache_metadata:
max-age: -1 max-age: -1
contexts: contexts:
- 'languages:language_content' - 'languages:language_content'
- 'languages:language_interface' - 'languages:language_interface'
- url
- url.query_args - url.query_args
- user.roles - user.roles
tags: { } tags: { }