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'))
|
->setLabel(t('Title'))
|
||||||
->setRevisionable(TRUE)
|
->setRevisionable(TRUE)
|
||||||
->setSettings([
|
->setSettings([
|
||||||
'max_length' => 50,
|
'max_length' => 120,
|
||||||
'text_processing' => 0,
|
'text_processing' => 0,
|
||||||
])
|
])
|
||||||
->setDefaultValue('')
|
->setDefaultValue('')
|
||||||
|
@ -70,3 +70,8 @@ opencase.manage_event_types:
|
|||||||
parent: opencase.opencase_admin_menu
|
parent: opencase.opencase_admin_menu
|
||||||
url: internal:/admin/opencase/oc_event_type
|
url: internal:/admin/opencase/oc_event_type
|
||||||
weight: 1
|
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: '/'
|
path: '/'
|
||||||
requirements:
|
requirements:
|
||||||
_permission: 'use opencase'
|
_permission: 'use opencase'
|
||||||
|
opencase.opencase_reporting_menu:
|
||||||
|
path: '/'
|
||||||
|
requirements:
|
||||||
|
_permission: 'use opencase'
|
||||||
|
Reference in New Issue
Block a user