Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
59f4987371 | |||
c1e24593fa |
@ -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:
|
||||
|
@ -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'
|
||||
];
|
||||
|
Reference in New Issue
Block a user