Compare commits

..

3 Commits
0.6.1 ... 1.5.3

3 changed files with 10 additions and 14 deletions

View File

@ -465,20 +465,7 @@ display:
entity_field: created
plugin_id: date
title: ''
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
header: { }
footer: { }
empty:
area_text_custom:

View File

@ -39,6 +39,13 @@ processor_configs:
sort: 40
settings:
sort: ASC
exclude_specified_items:
processor_id: exclude_specified_items
weights:
build: 50
settings:
exclude: client
regex: true
translate_entity:
processor_id: translate_entity
weights:

View File

@ -138,6 +138,8 @@ function opencase_form_oc_case_type_edit_form_alter(&$form, $form_state) {
function opencase_uninstall() {
$configs = [
'block.block.opencasecontextualmenu',
'block.block.opencase',
'system.menu.opencase',
'views.view.cases',
'views.view.activities'
];