Merge branch 'master' into trav

This commit is contained in:
autonomic 2021-11-27 15:56:22 +01:00
commit 658e60f296
3 changed files with 10 additions and 1 deletions

View File

@ -234,7 +234,7 @@ class OCCase extends RevisionableContentEntityBase implements OCCaseInterface {
->setLabel(t('Title'))
->setRevisionable(TRUE)
->setSettings([
'max_length' => 50,
'max_length' => 120,
'text_processing' => 0,
])
->setDefaultValue('')

View File

@ -70,3 +70,8 @@ opencase.manage_event_types:
parent: opencase.opencase_admin_menu
url: internal:/admin/opencase/oc_event_type
weight: 1
opencase.reporting:
title: 'Reporting'
menu_name: opencase
route_name: opencase.opencase_reporting_menu
weight: 0

View File

@ -10,3 +10,7 @@ opencase.opencase_add_new_things_menu:
path: '/'
requirements:
_permission: 'use opencase'
opencase.opencase_reporting_menu:
path: '/'
requirements:
_permission: 'use opencase'