updated opencase, also now trainer rate type defaults to custom
This commit is contained in:
parent
84ec923fbe
commit
acc8939710
4
composer.lock
generated
4
composer.lock
generated
@ -94,7 +94,7 @@
|
|||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "ssh://git@git.autonomic.zone:2222/autonomic-cooperative/opencase.git",
|
"url": "ssh://git@git.autonomic.zone:2222/autonomic-cooperative/opencase.git",
|
||||||
"reference": "13ddf5aa133227b3ed7eb662f9f5eaeb4abd3d5b"
|
"reference": "614293c11478bb2fe950cdbf9c1c637b7dabd6cc"
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"composer/installers": "*",
|
"composer/installers": "*",
|
||||||
@ -111,7 +111,7 @@
|
|||||||
"email": "helo@autonomic.zone"
|
"email": "helo@autonomic.zone"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2022-04-03T13:51:38+00:00"
|
"time": "2022-04-03T16:52:12+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "bjeavons/zxcvbn-php",
|
"name": "bjeavons/zxcvbn-php",
|
||||||
|
@ -15,7 +15,9 @@ label: 'Rate type'
|
|||||||
description: ''
|
description: ''
|
||||||
required: false
|
required: false
|
||||||
translatable: false
|
translatable: false
|
||||||
default_value: { }
|
default_value:
|
||||||
|
-
|
||||||
|
value: custom
|
||||||
default_value_callback: ''
|
default_value_callback: ''
|
||||||
settings: { }
|
settings: { }
|
||||||
field_type: list_string
|
field_type: list_string
|
||||||
|
@ -3,8 +3,12 @@ langcode: en
|
|||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
module:
|
module:
|
||||||
|
- field_permissions
|
||||||
- opencase_cases
|
- opencase_cases
|
||||||
- options
|
- options
|
||||||
|
third_party_settings:
|
||||||
|
field_permissions:
|
||||||
|
permission_type: public
|
||||||
id: oc_case_provision.field_rate_type
|
id: oc_case_provision.field_rate_type
|
||||||
field_name: field_rate_type
|
field_name: field_rate_type
|
||||||
entity_type: oc_case_provision
|
entity_type: oc_case_provision
|
||||||
|
Reference in New Issue
Block a user