Merge branch 'master' into trav
This commit is contained in:
commit
658e60f296
@ -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('')
|
||||
|
@ -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
|
||||
|
@ -10,3 +10,7 @@ opencase.opencase_add_new_things_menu:
|
||||
path: '/'
|
||||
requirements:
|
||||
_permission: 'use opencase'
|
||||
opencase.opencase_reporting_menu:
|
||||
path: '/'
|
||||
requirements:
|
||||
_permission: 'use opencase'
|
||||
|
Reference in New Issue
Block a user