Compare commits
141 Commits
datamigrat
...
f535dc6da1
Author | SHA1 | Date | |
---|---|---|---|
f535dc6da1 | |||
aae8d31f56 | |||
fe91746973 | |||
948d54781d | |||
af2522b9ea | |||
c0c14a2f8c | |||
5a7a929f67 | |||
11fb886168 | |||
04dba01617 | |||
1717b830af | |||
1aba044044 | |||
3f5c12ffce | |||
9f1b10eb52 | |||
e1fe121f2e | |||
cd8ba6b36c | |||
98143c5f23 | |||
c4ecc4b3b4 | |||
738e6730ea | |||
9f80d29e38 | |||
08ad04310b | |||
ab732b0eda | |||
2a8936e106 | |||
5a32ef2614 | |||
c9d82ad069 | |||
8cd5b21387 | |||
17f2a9bef7 | |||
67f09c1b5e | |||
f7c4a1e8bc | |||
ba228ef6c5 | |||
bbeb1996ea | |||
13b1d17f62 | |||
1dc50858d6 | |||
788b441d93 | |||
3ed6456adb | |||
dbcab12ab0 | |||
7965957000 | |||
3ac6364e75 | |||
09bd743bf3 | |||
59cce7ee7d | |||
dfee129e21 | |||
aea40ae998 | |||
5889984cd8 | |||
0deb98d2d0 | |||
7b6d60ceee | |||
917161c3e6 | |||
c1a79f6747 | |||
498dcc5bcf | |||
3f072cefc2 | |||
651e1e80b9 | |||
1c79ae093f | |||
b66aafa5e7 | |||
a2aff386da | |||
721439388e | |||
b5a5c7991a | |||
377e2f9dd6 | |||
6a416a43b0 | |||
c13966464a | |||
ad356e805f | |||
3e324dbe7f | |||
9c773cd81f | |||
acc8939710 | |||
84ec923fbe | |||
dc03e23dc0 | |||
152ddfae1f | |||
b3e4e5658f | |||
08338ee3bd | |||
58bffec3c1 | |||
45358946b6 | |||
22383e4673 | |||
507730709e | |||
4cfb22d710 | |||
9506cd0cb6 | |||
47205925b9 | |||
5358aa4878 | |||
9be714052c | |||
d093388f56 | |||
fa0d906014 | |||
e1ef70a5ac | |||
40fd34b114 | |||
626cd44532 | |||
448ea4bd62 | |||
673aa6bd8d | |||
315ea3d580 | |||
875a7f0b38 | |||
9efc299d56 | |||
5727aa9963 | |||
391952eeb0 | |||
df22c9f52e | |||
d9f439c724 | |||
273d551b40 | |||
51a470f7ff | |||
2c0f64e2f9 | |||
05349ff511 | |||
a4a0b9f52d | |||
15dbf2f2c9 | |||
1c5c9747c6 | |||
b908ba3f29 | |||
d86f4abe6f | |||
dbe9b54f4d | |||
12760910d0 | |||
446e50697e | |||
84a21885bc | |||
03cfa43d8f | |||
278f9452ff | |||
7a00770f55 | |||
5068da79b3 | |||
c36da186ba | |||
66109bfd94 | |||
be1398cb65 | |||
3d704bd6a2 | |||
a63da676b3 | |||
a7fcaaaa07 | |||
d86877ce45 | |||
4508de3149 | |||
5a63118aaf | |||
7b525e8f36 | |||
9df743215c | |||
7c0eec0b84 | |||
7fe72a46e5 | |||
cea619311d | |||
0f1c3301df | |||
30ec6263af | |||
0f655d7e76 | |||
c14261dc02 | |||
d9e681a334 | |||
834cc4fc69 | |||
ce8cb82de5 | |||
c7ed226ed1 | |||
a3db1540ec | |||
a8cc0a8229 | |||
5fc619007d | |||
a317b22955 | |||
94df959c65 | |||
07553805ba | |||
cdda2c668f | |||
c1c654dc4d | |||
446cb4c863 | |||
16d7ce6d03 | |||
cd63c5aeab | |||
4c6bdb1762 | |||
e06f86fd12 |
2
.gitignore
vendored
2
.gitignore
vendored
@ -2,10 +2,12 @@
|
|||||||
|
|
||||||
!composer.json
|
!composer.json
|
||||||
!composer.lock
|
!composer.lock
|
||||||
|
!update_project.sh
|
||||||
!.gitignore
|
!.gitignore
|
||||||
!config
|
!config
|
||||||
!config/*
|
!config/*
|
||||||
!docs/*
|
!docs/*
|
||||||
|
!README.md
|
||||||
|
|
||||||
config/security_review.check.security_review-file_perms.yml
|
config/security_review.check.security_review-file_perms.yml
|
||||||
config/security_review.check.security_review-executable_php.yml
|
config/security_review.check.security_review-executable_php.yml
|
||||||
|
16
README.md
Normal file
16
README.md
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
# Installation
|
||||||
|
|
||||||
|
* Clone the repo
|
||||||
|
* `composer install`
|
||||||
|
* Configure your local web server to serve the `web` directory as a site
|
||||||
|
* `mkdir web/sites/default/files`
|
||||||
|
* `chgrp www-data -R web`
|
||||||
|
* `chmod g+w -R web/sites/default/files`
|
||||||
|
* Create a database
|
||||||
|
* Go to the local url and run the web installer (choose "Standard")
|
||||||
|
* `cd` to the `web` directory
|
||||||
|
* `vendor/bin/drush config-set system.site uuid 8061a200-27ed-4d40-8fc0-e239276e66dd` (this is so that the config will import, as it will only import if the uuid is the same as the site it was generated from)
|
||||||
|
* `vendor/bin/drush config:delete shortcut.set.default` (it always complains about the shortcut set already existing when you try to import the config)
|
||||||
|
* `vendor/bin/drush config:import --source ../config`
|
||||||
|
* ~In the GUI go to Structure->Content As Config and import all the taxonomy terms~ Not sure if this is working
|
||||||
|
* Appearance->Settings->Bartik and just save what's in there (to regenerate css)
|
@ -23,32 +23,47 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"require": {
|
"require": {
|
||||||
"autonomic/goodnightout_opencase": "dev-master",
|
"autonomic/goodnightout_opencase": "dev-dev",
|
||||||
"autonomic/opencase": "dev-master",
|
"autonomic/opencase": "dev-master",
|
||||||
"composer/installers": "^1.2",
|
"composer/installers": "^1.2",
|
||||||
|
"drupal/admin_toolbar": "^3.1",
|
||||||
|
"drupal/base_field_override_ui": "^1.0",
|
||||||
|
"drupal/better_exposed_filters": "^5.0",
|
||||||
"drupal/content_as_config": "^1.0",
|
"drupal/content_as_config": "^1.0",
|
||||||
"drupal/core-composer-scaffold": "^8.9.17",
|
"drupal/core-composer-scaffold": "^9",
|
||||||
"drupal/core-project-message": "^8.9.17",
|
"drupal/core-dev": "^9.3",
|
||||||
"drupal/core-recommended": "^8.9.17",
|
"drupal/core-project-message": "^9",
|
||||||
|
"drupal/core-recommended": "^9",
|
||||||
|
"drupal/csv_serialization": "^2.0",
|
||||||
"drupal/ctools": "^3.7",
|
"drupal/ctools": "^3.7",
|
||||||
|
"drupal/date_popup": "^1.1",
|
||||||
"drupal/dbug": "^2.0",
|
"drupal/dbug": "^2.0",
|
||||||
"drupal/devel_entity_updates": "^3.0",
|
"drupal/devel_entity_updates": "^3.0",
|
||||||
"drupal/entity_extra_field": "^2.0@alpha",
|
"drupal/entity_extra_field": "^2.0@alpha",
|
||||||
"drupal/entity_reference_revisions": "^1.9",
|
"drupal/entity_reference_revisions": "^1.9",
|
||||||
|
"drupal/facets": "^2.0",
|
||||||
"drupal/feeds": "^3.0@alpha",
|
"drupal/feeds": "^3.0@alpha",
|
||||||
"drupal/field_permissions": "^1.1",
|
"drupal/field_permissions": "^1.1",
|
||||||
|
"drupal/hide_revision_field": "^2.2",
|
||||||
|
"drupal/mailsystem": "^4.3",
|
||||||
"drupal/password_strength": "^2.0@beta",
|
"drupal/password_strength": "^2.0@beta",
|
||||||
"drupal/restui": "^1.20",
|
"drupal/restui": "^1.20",
|
||||||
"drupal/route_condition": "^2.0",
|
"drupal/route_condition": "^2.0",
|
||||||
|
"drupal/search_api": "^1.21",
|
||||||
"drupal/security_review": "^1.0@alpha",
|
"drupal/security_review": "^1.0@alpha",
|
||||||
|
"drupal/tamper": "^1.0@alpha",
|
||||||
"drupal/typed_data": "^1.0@alpha",
|
"drupal/typed_data": "^1.0@alpha",
|
||||||
"drupal/views_aggregator": "^1.0@beta",
|
"drupal/views_aggregator": "^2.0",
|
||||||
"drupal/views_autosubmit": "^1.4",
|
"drupal/views_autosubmit": "^1.4",
|
||||||
|
"drupal/views_data_export": "^1.1",
|
||||||
|
"drupal/views_summarize": "1.1.x-dev",
|
||||||
"drush/drush": "*"
|
"drush/drush": "*"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"drupal/console": "^1.9",
|
"drupal/console": "^1.9",
|
||||||
"drupal/devel": "^4.1"
|
"drupal/devel": "^4.1",
|
||||||
|
"phpspec/prophecy-phpunit": "^2",
|
||||||
|
"phpunit/phpunit": "^9.5"
|
||||||
},
|
},
|
||||||
"conflict": {
|
"conflict": {
|
||||||
"drupal/drupal": "*"
|
"drupal/drupal": "*"
|
||||||
@ -56,12 +71,23 @@
|
|||||||
"minimum-stability": "dev",
|
"minimum-stability": "dev",
|
||||||
"prefer-stable": true,
|
"prefer-stable": true,
|
||||||
"config": {
|
"config": {
|
||||||
"sort-packages": true
|
"sort-packages": true,
|
||||||
|
"allow-plugins": {
|
||||||
|
"composer/installers": true,
|
||||||
|
"drupal/console-extend-plugin": true,
|
||||||
|
"drupal/core-composer-scaffold": true,
|
||||||
|
"drupal/core-project-message": true,
|
||||||
|
"dealerdirect/phpcodesniffer-composer-installer": true
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"extra": {
|
"extra": {
|
||||||
"drupal-scaffold": {
|
"drupal-scaffold": {
|
||||||
"locations": {
|
"locations": {
|
||||||
"web-root": "web/"
|
"web-root": "web/"
|
||||||
|
},
|
||||||
|
"file-mapping": {
|
||||||
|
"[web-root]/sites/development.services.yml": false,
|
||||||
|
"[web-root]/sites/default/services.yml": false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"installer-paths": {
|
"installer-paths": {
|
||||||
|
9355
composer.lock
generated
9355
composer.lock
generated
File diff suppressed because it is too large
Load Diff
1
config/admin_toolbar.settings.yml
Normal file
1
config/admin_toolbar.settings.yml
Normal file
@ -0,0 +1 @@
|
|||||||
|
menu_depth: 4
|
@ -1,3 +1,3 @@
|
|||||||
interval: 10800
|
|
||||||
_core:
|
_core:
|
||||||
default_config_hash: fUksROt4FfkAU9BV4hV2XvhTBSS2nTNrZS4U7S-tKrs
|
default_config_hash: fUksROt4FfkAU9BV4hV2XvhTBSS2nTNrZS4U7S-tKrs
|
||||||
|
interval: 10800
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
|
favicon:
|
||||||
|
mimetype: image/png
|
||||||
|
path: 'modules/contrib/goodnightout_opencase/images/Screenshot from 2021-09-01 13-01-43_0.png'
|
||||||
|
use_default: false
|
||||||
features:
|
features:
|
||||||
node_user_picture: true
|
|
||||||
comment_user_picture: true
|
comment_user_picture: true
|
||||||
comment_user_verification: true
|
comment_user_verification: true
|
||||||
favicon: true
|
favicon: true
|
||||||
|
node_user_picture: true
|
||||||
logo:
|
logo:
|
||||||
use_default: false
|
|
||||||
path: modules/contrib/goodnightout_opencase/images/GNO-logo.png
|
path: modules/contrib/goodnightout_opencase/images/GNO-logo.png
|
||||||
favicon:
|
|
||||||
use_default: false
|
use_default: false
|
||||||
path: 'modules/contrib/goodnightout_opencase/images/Screenshot from 2021-09-01 13-01-43_0.png'
|
|
||||||
mimetype: image/png
|
|
||||||
|
@ -15,6 +15,6 @@ plugin: accreditation_count
|
|||||||
settings:
|
settings:
|
||||||
id: accreditation_count
|
id: accreditation_count
|
||||||
label: 'Accreditation Count'
|
label: 'Accreditation Count'
|
||||||
provider: goodnightout_opencase
|
|
||||||
label_display: visible
|
label_display: visible
|
||||||
|
provider: goodnightout_opencase
|
||||||
visibility: { }
|
visibility: { }
|
||||||
|
29
config/block.block.exposedformcase_fees_reportpage_1.yml
Normal file
29
config/block.block.exposedformcase_fees_reportpage_1.yml
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
uuid: 698f2bfe-50f2-48d1-82f0-925607b03255
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- views.view.case_fees_report
|
||||||
|
module:
|
||||||
|
- system
|
||||||
|
- views
|
||||||
|
theme:
|
||||||
|
- bartik
|
||||||
|
id: exposedformcase_fees_reportpage_1
|
||||||
|
theme: bartik
|
||||||
|
region: sidebar_second
|
||||||
|
weight: 0
|
||||||
|
provider: null
|
||||||
|
plugin: 'views_exposed_filter_block:case_fees_report-page_1'
|
||||||
|
settings:
|
||||||
|
id: 'views_exposed_filter_block:case_fees_report-page_1'
|
||||||
|
label: ''
|
||||||
|
provider: views
|
||||||
|
label_display: '0'
|
||||||
|
views_label: ''
|
||||||
|
visibility:
|
||||||
|
request_path:
|
||||||
|
id: request_path
|
||||||
|
pages: /project-fees-report
|
||||||
|
negate: false
|
||||||
|
context_mapping: { }
|
@ -0,0 +1,29 @@
|
|||||||
|
uuid: bda91917-910a-4067-ba91-41b34964b572
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- views.view.case_provision_report
|
||||||
|
module:
|
||||||
|
- system
|
||||||
|
- views
|
||||||
|
theme:
|
||||||
|
- bartik
|
||||||
|
id: exposedformcase_provision_reportpage_1
|
||||||
|
theme: bartik
|
||||||
|
region: sidebar_second
|
||||||
|
weight: 0
|
||||||
|
provider: null
|
||||||
|
plugin: 'views_exposed_filter_block:case_provision_report-page_1'
|
||||||
|
settings:
|
||||||
|
id: 'views_exposed_filter_block:case_provision_report-page_1'
|
||||||
|
label: ''
|
||||||
|
provider: views
|
||||||
|
label_display: '0'
|
||||||
|
views_label: ''
|
||||||
|
visibility:
|
||||||
|
request_path:
|
||||||
|
id: request_path
|
||||||
|
pages: /trainer-report
|
||||||
|
negate: false
|
||||||
|
context_mapping: { }
|
29
config/block.block.exposedformclient_reportpage_1.yml
Normal file
29
config/block.block.exposedformclient_reportpage_1.yml
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
uuid: 9a06d3fd-424b-489a-b17d-a6b9b801e03a
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- views.view.client_report
|
||||||
|
module:
|
||||||
|
- system
|
||||||
|
- views
|
||||||
|
theme:
|
||||||
|
- bartik
|
||||||
|
id: exposedformclient_reportpage_1
|
||||||
|
theme: bartik
|
||||||
|
region: sidebar_second
|
||||||
|
weight: 0
|
||||||
|
provider: null
|
||||||
|
plugin: 'views_exposed_filter_block:client_report-page_1'
|
||||||
|
settings:
|
||||||
|
id: 'views_exposed_filter_block:client_report-page_1'
|
||||||
|
label: ''
|
||||||
|
provider: views
|
||||||
|
label_display: '0'
|
||||||
|
views_label: ''
|
||||||
|
visibility:
|
||||||
|
request_path:
|
||||||
|
id: request_path
|
||||||
|
pages: /client-report
|
||||||
|
negate: false
|
||||||
|
context_mapping: { }
|
29
config/block.block.exposedformdebrief_reportpage_1.yml
Normal file
29
config/block.block.exposedformdebrief_reportpage_1.yml
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
uuid: ed8c3ee7-e973-4526-88d1-7ee8fe62b7dc
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- views.view.debrief_report
|
||||||
|
module:
|
||||||
|
- system
|
||||||
|
- views
|
||||||
|
theme:
|
||||||
|
- bartik
|
||||||
|
id: exposedformdebrief_reportpage_1
|
||||||
|
theme: bartik
|
||||||
|
region: sidebar_second
|
||||||
|
weight: 0
|
||||||
|
provider: null
|
||||||
|
plugin: 'views_exposed_filter_block:debrief_report-page_1'
|
||||||
|
settings:
|
||||||
|
id: 'views_exposed_filter_block:debrief_report-page_1'
|
||||||
|
label: ''
|
||||||
|
provider: views
|
||||||
|
label_display: '0'
|
||||||
|
views_label: ''
|
||||||
|
visibility:
|
||||||
|
request_path:
|
||||||
|
id: request_path
|
||||||
|
pages: /debrief-report
|
||||||
|
negate: false
|
||||||
|
context_mapping: { }
|
29
config/block.block.exposedformevaluation_reportpage_1.yml
Normal file
29
config/block.block.exposedformevaluation_reportpage_1.yml
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
uuid: 22af4565-e4f8-4e03-9176-8b19cf58fadc
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- views.view.evaluation_report
|
||||||
|
module:
|
||||||
|
- system
|
||||||
|
- views
|
||||||
|
theme:
|
||||||
|
- bartik
|
||||||
|
id: exposedformevaluation_reportpage_1
|
||||||
|
theme: bartik
|
||||||
|
region: sidebar_second
|
||||||
|
weight: 0
|
||||||
|
provider: null
|
||||||
|
plugin: 'views_exposed_filter_block:evaluation_report-page_1'
|
||||||
|
settings:
|
||||||
|
id: 'views_exposed_filter_block:evaluation_report-page_1'
|
||||||
|
label: ''
|
||||||
|
provider: views
|
||||||
|
label_display: '0'
|
||||||
|
views_label: ''
|
||||||
|
visibility:
|
||||||
|
request_path:
|
||||||
|
id: request_path
|
||||||
|
pages: /evaluation-report
|
||||||
|
negate: false
|
||||||
|
context_mapping: { }
|
1
config/content_as_config.config.yml
Normal file
1
config/content_as_config.config.yml
Normal file
@ -0,0 +1 @@
|
|||||||
|
log: 1
|
@ -1,24 +1,23 @@
|
|||||||
3643c3b9-b688-4d8d-9665-c0e0b15b5749:
|
3643c3b9-b688-4d8d-9665-c0e0b15b5749:
|
||||||
uuid: 3643c3b9-b688-4d8d-9665-c0e0b15b5749
|
uuid: 3643c3b9-b688-4d8d-9665-c0e0b15b5749
|
||||||
tid: '3'
|
|
||||||
vid: client_types
|
vid: client_types
|
||||||
name: 'Licensed Premises'
|
name: 'Licensed Premises'
|
||||||
langcode: en
|
langcode: en
|
||||||
description: ''
|
description: ''
|
||||||
weight: '0'
|
weight: '0'
|
||||||
parent: '0'
|
parent: '0'
|
||||||
|
path: /taxonomy/term/3
|
||||||
046c6995-d38b-4683-a37a-52ef472bd750:
|
046c6995-d38b-4683-a37a-52ef472bd750:
|
||||||
uuid: 046c6995-d38b-4683-a37a-52ef472bd750
|
uuid: 046c6995-d38b-4683-a37a-52ef472bd750
|
||||||
tid: '4'
|
|
||||||
vid: client_types
|
vid: client_types
|
||||||
name: 'Nightlife Organisation'
|
name: 'Nightlife Organisation'
|
||||||
langcode: en
|
langcode: en
|
||||||
description: ''
|
description: ''
|
||||||
weight: '0'
|
weight: '0'
|
||||||
parent: '0'
|
parent: '0'
|
||||||
|
path: /taxonomy/term/4
|
||||||
1f6b268b-0ddb-4d85-a80c-3abbc54ba116:
|
1f6b268b-0ddb-4d85-a80c-3abbc54ba116:
|
||||||
uuid: 1f6b268b-0ddb-4d85-a80c-3abbc54ba116
|
uuid: 1f6b268b-0ddb-4d85-a80c-3abbc54ba116
|
||||||
tid: '5'
|
|
||||||
vid: client_subtypes
|
vid: client_subtypes
|
||||||
name: 'Live Music Venue'
|
name: 'Live Music Venue'
|
||||||
langcode: en
|
langcode: en
|
||||||
@ -29,9 +28,9 @@
|
|||||||
field_parent_type:
|
field_parent_type:
|
||||||
-
|
-
|
||||||
target_id: '3'
|
target_id: '3'
|
||||||
|
path: /taxonomy/term/5
|
||||||
484e3265-cca6-473f-9325-eb6bc1c53288:
|
484e3265-cca6-473f-9325-eb6bc1c53288:
|
||||||
uuid: 484e3265-cca6-473f-9325-eb6bc1c53288
|
uuid: 484e3265-cca6-473f-9325-eb6bc1c53288
|
||||||
tid: '6'
|
|
||||||
vid: client_subtypes
|
vid: client_subtypes
|
||||||
name: Nightclub
|
name: Nightclub
|
||||||
langcode: en
|
langcode: en
|
||||||
@ -42,9 +41,9 @@
|
|||||||
field_parent_type:
|
field_parent_type:
|
||||||
-
|
-
|
||||||
target_id: '3'
|
target_id: '3'
|
||||||
|
path: /taxonomy/term/6
|
||||||
f44372cb-9a30-4a77-bf6d-9a1e96e257ab:
|
f44372cb-9a30-4a77-bf6d-9a1e96e257ab:
|
||||||
uuid: f44372cb-9a30-4a77-bf6d-9a1e96e257ab
|
uuid: f44372cb-9a30-4a77-bf6d-9a1e96e257ab
|
||||||
tid: '7'
|
|
||||||
vid: client_subtypes
|
vid: client_subtypes
|
||||||
name: 'Pub or Bar'
|
name: 'Pub or Bar'
|
||||||
langcode: en
|
langcode: en
|
||||||
@ -55,9 +54,9 @@ f44372cb-9a30-4a77-bf6d-9a1e96e257ab:
|
|||||||
field_parent_type:
|
field_parent_type:
|
||||||
-
|
-
|
||||||
target_id: '3'
|
target_id: '3'
|
||||||
|
path: /taxonomy/term/7
|
||||||
4c31ca9d-a328-45f1-be68-9d50b5703799:
|
4c31ca9d-a328-45f1-be68-9d50b5703799:
|
||||||
uuid: 4c31ca9d-a328-45f1-be68-9d50b5703799
|
uuid: 4c31ca9d-a328-45f1-be68-9d50b5703799
|
||||||
tid: '8'
|
|
||||||
vid: client_subtypes
|
vid: client_subtypes
|
||||||
name: 'Students’ Union'
|
name: 'Students’ Union'
|
||||||
langcode: en
|
langcode: en
|
||||||
@ -68,9 +67,9 @@ f44372cb-9a30-4a77-bf6d-9a1e96e257ab:
|
|||||||
field_parent_type:
|
field_parent_type:
|
||||||
-
|
-
|
||||||
target_id: '3'
|
target_id: '3'
|
||||||
|
path: /taxonomy/term/8
|
||||||
c3445507-4acc-4be9-a2b6-2b368a26b3bd:
|
c3445507-4acc-4be9-a2b6-2b368a26b3bd:
|
||||||
uuid: c3445507-4acc-4be9-a2b6-2b368a26b3bd
|
uuid: c3445507-4acc-4be9-a2b6-2b368a26b3bd
|
||||||
tid: '9'
|
|
||||||
vid: client_subtypes
|
vid: client_subtypes
|
||||||
name: Festival
|
name: Festival
|
||||||
langcode: en
|
langcode: en
|
||||||
@ -81,9 +80,9 @@ c3445507-4acc-4be9-a2b6-2b368a26b3bd:
|
|||||||
field_parent_type:
|
field_parent_type:
|
||||||
-
|
-
|
||||||
target_id: '4'
|
target_id: '4'
|
||||||
|
path: /taxonomy/term/9
|
||||||
36e55848-07dc-475d-8567-e4574e6e1985:
|
36e55848-07dc-475d-8567-e4574e6e1985:
|
||||||
uuid: 36e55848-07dc-475d-8567-e4574e6e1985
|
uuid: 36e55848-07dc-475d-8567-e4574e6e1985
|
||||||
tid: '10'
|
|
||||||
vid: client_subtypes
|
vid: client_subtypes
|
||||||
name: 'Event Organiser/ Promoter'
|
name: 'Event Organiser/ Promoter'
|
||||||
langcode: en
|
langcode: en
|
||||||
@ -94,9 +93,9 @@ c3445507-4acc-4be9-a2b6-2b368a26b3bd:
|
|||||||
field_parent_type:
|
field_parent_type:
|
||||||
-
|
-
|
||||||
target_id: '4'
|
target_id: '4'
|
||||||
|
path: /taxonomy/term/10
|
||||||
190a822d-548b-42aa-82cc-5b07e40e2098:
|
190a822d-548b-42aa-82cc-5b07e40e2098:
|
||||||
uuid: 190a822d-548b-42aa-82cc-5b07e40e2098
|
uuid: 190a822d-548b-42aa-82cc-5b07e40e2098
|
||||||
tid: '11'
|
|
||||||
vid: client_subtypes
|
vid: client_subtypes
|
||||||
name: 'Staffing Agency'
|
name: 'Staffing Agency'
|
||||||
langcode: en
|
langcode: en
|
||||||
@ -107,9 +106,9 @@ c3445507-4acc-4be9-a2b6-2b368a26b3bd:
|
|||||||
field_parent_type:
|
field_parent_type:
|
||||||
-
|
-
|
||||||
target_id: '4'
|
target_id: '4'
|
||||||
|
path: /taxonomy/term/11
|
||||||
f0620005-1df1-460c-8881-d63366c19a36:
|
f0620005-1df1-460c-8881-d63366c19a36:
|
||||||
uuid: f0620005-1df1-460c-8881-d63366c19a36
|
uuid: f0620005-1df1-460c-8881-d63366c19a36
|
||||||
tid: '12'
|
|
||||||
vid: client_subtypes
|
vid: client_subtypes
|
||||||
name: 'Other Organisation'
|
name: 'Other Organisation'
|
||||||
langcode: en
|
langcode: en
|
||||||
@ -120,9 +119,9 @@ f0620005-1df1-460c-8881-d63366c19a36:
|
|||||||
field_parent_type:
|
field_parent_type:
|
||||||
-
|
-
|
||||||
target_id: '4'
|
target_id: '4'
|
||||||
|
path: /taxonomy/term/12
|
||||||
10f0b83c-158e-4d99-9937-8fe3760fd7c9:
|
10f0b83c-158e-4d99-9937-8fe3760fd7c9:
|
||||||
uuid: 10f0b83c-158e-4d99-9937-8fe3760fd7c9
|
uuid: 10f0b83c-158e-4d99-9937-8fe3760fd7c9
|
||||||
tid: '13'
|
|
||||||
vid: client_status
|
vid: client_status
|
||||||
name: Lead
|
name: Lead
|
||||||
langcode: en
|
langcode: en
|
||||||
@ -137,9 +136,9 @@ f0620005-1df1-460c-8881-d63366c19a36:
|
|||||||
target_id: '18'
|
target_id: '18'
|
||||||
-
|
-
|
||||||
target_id: '19'
|
target_id: '19'
|
||||||
|
path: /taxonomy/term/13
|
||||||
b1d4664d-0ce9-4c6c-b224-c7cbe4913356:
|
b1d4664d-0ce9-4c6c-b224-c7cbe4913356:
|
||||||
uuid: b1d4664d-0ce9-4c6c-b224-c7cbe4913356
|
uuid: b1d4664d-0ce9-4c6c-b224-c7cbe4913356
|
||||||
tid: '14'
|
|
||||||
vid: client_status
|
vid: client_status
|
||||||
name: Confirmed
|
name: Confirmed
|
||||||
langcode: en
|
langcode: en
|
||||||
@ -154,9 +153,9 @@ b1d4664d-0ce9-4c6c-b224-c7cbe4913356:
|
|||||||
target_id: '22'
|
target_id: '22'
|
||||||
-
|
-
|
||||||
target_id: '23'
|
target_id: '23'
|
||||||
|
path: /taxonomy/term/14
|
||||||
9f973447-e4ac-4191-b1a2-ff59f211967f:
|
9f973447-e4ac-4191-b1a2-ff59f211967f:
|
||||||
uuid: 9f973447-e4ac-4191-b1a2-ff59f211967f
|
uuid: 9f973447-e4ac-4191-b1a2-ff59f211967f
|
||||||
tid: '15'
|
|
||||||
vid: client_status
|
vid: client_status
|
||||||
name: Accredited
|
name: Accredited
|
||||||
langcode: en
|
langcode: en
|
||||||
@ -175,9 +174,9 @@ b1d4664d-0ce9-4c6c-b224-c7cbe4913356:
|
|||||||
target_id: '26'
|
target_id: '26'
|
||||||
-
|
-
|
||||||
target_id: '28'
|
target_id: '28'
|
||||||
|
path: /taxonomy/term/15
|
||||||
3aca6a65-3f66-41ed-8b8a-d1a52ab8b85c:
|
3aca6a65-3f66-41ed-8b8a-d1a52ab8b85c:
|
||||||
uuid: 3aca6a65-3f66-41ed-8b8a-d1a52ab8b85c
|
uuid: 3aca6a65-3f66-41ed-8b8a-d1a52ab8b85c
|
||||||
tid: '16'
|
|
||||||
vid: client_status
|
vid: client_status
|
||||||
name: 'Reaccreditation due'
|
name: 'Reaccreditation due'
|
||||||
langcode: en
|
langcode: en
|
||||||
@ -190,9 +189,9 @@ b1d4664d-0ce9-4c6c-b224-c7cbe4913356:
|
|||||||
target_id: '30'
|
target_id: '30'
|
||||||
-
|
-
|
||||||
target_id: '31'
|
target_id: '31'
|
||||||
|
path: /taxonomy/term/16
|
||||||
edd4a0ac-3c1b-4717-8ea9-2486f8239545:
|
edd4a0ac-3c1b-4717-8ea9-2486f8239545:
|
||||||
uuid: edd4a0ac-3c1b-4717-8ea9-2486f8239545
|
uuid: edd4a0ac-3c1b-4717-8ea9-2486f8239545
|
||||||
tid: '17'
|
|
||||||
vid: client_status
|
vid: client_status
|
||||||
name: 'Lapsed or Overdue'
|
name: 'Lapsed or Overdue'
|
||||||
langcode: en
|
langcode: en
|
||||||
@ -203,135 +202,135 @@ edd4a0ac-3c1b-4717-8ea9-2486f8239545:
|
|||||||
field_substatuses:
|
field_substatuses:
|
||||||
-
|
-
|
||||||
target_id: '33'
|
target_id: '33'
|
||||||
|
path: /taxonomy/term/17
|
||||||
741d068a-df17-494d-8ce5-724d40b43f70:
|
741d068a-df17-494d-8ce5-724d40b43f70:
|
||||||
uuid: 741d068a-df17-494d-8ce5-724d40b43f70
|
uuid: 741d068a-df17-494d-8ce5-724d40b43f70
|
||||||
tid: '18'
|
|
||||||
vid: clie
|
vid: clie
|
||||||
name: 'Info sent'
|
name: 'Info sent'
|
||||||
langcode: en
|
langcode: en
|
||||||
description: ''
|
description: ''
|
||||||
weight: '1'
|
weight: '1'
|
||||||
parent: '0'
|
parent: '0'
|
||||||
|
path: /taxonomy/term/18
|
||||||
33d3d101-5766-4f9c-b384-819231549cdf:
|
33d3d101-5766-4f9c-b384-819231549cdf:
|
||||||
uuid: 33d3d101-5766-4f9c-b384-819231549cdf
|
uuid: 33d3d101-5766-4f9c-b384-819231549cdf
|
||||||
tid: '19'
|
|
||||||
vid: clie
|
vid: clie
|
||||||
name: 'Contract sent'
|
name: 'Contract sent'
|
||||||
langcode: en
|
langcode: en
|
||||||
description: ''
|
description: ''
|
||||||
weight: '2'
|
weight: '2'
|
||||||
parent: '0'
|
parent: '0'
|
||||||
|
path: /taxonomy/term/19
|
||||||
16ee83e2-efa6-4ec7-9cd6-3c8cc5aa893b:
|
16ee83e2-efa6-4ec7-9cd6-3c8cc5aa893b:
|
||||||
uuid: 16ee83e2-efa6-4ec7-9cd6-3c8cc5aa893b
|
uuid: 16ee83e2-efa6-4ec7-9cd6-3c8cc5aa893b
|
||||||
tid: '22'
|
|
||||||
vid: clie
|
vid: clie
|
||||||
name: 'One-off training'
|
name: 'One-off training'
|
||||||
langcode: en
|
langcode: en
|
||||||
description: ''
|
description: ''
|
||||||
weight: '4'
|
weight: '4'
|
||||||
parent: '0'
|
parent: '0'
|
||||||
|
path: /taxonomy/term/22
|
||||||
1f990032-7dbe-4302-9004-28af68822305:
|
1f990032-7dbe-4302-9004-28af68822305:
|
||||||
uuid: 1f990032-7dbe-4302-9004-28af68822305
|
uuid: 1f990032-7dbe-4302-9004-28af68822305
|
||||||
tid: '23'
|
|
||||||
vid: clie
|
vid: clie
|
||||||
name: 'Confirmation follow-up sent'
|
name: 'Confirmation follow-up sent'
|
||||||
langcode: en
|
langcode: en
|
||||||
description: ''
|
description: ''
|
||||||
weight: '5'
|
weight: '5'
|
||||||
parent: '0'
|
parent: '0'
|
||||||
|
path: /taxonomy/term/23
|
||||||
1e30a83f-00ea-44b0-b5a9-34b57b15696d:
|
1e30a83f-00ea-44b0-b5a9-34b57b15696d:
|
||||||
uuid: 1e30a83f-00ea-44b0-b5a9-34b57b15696d
|
uuid: 1e30a83f-00ea-44b0-b5a9-34b57b15696d
|
||||||
tid: '24'
|
|
||||||
vid: clie
|
vid: clie
|
||||||
name: 'Recently Accredited'
|
name: 'Recently Accredited'
|
||||||
langcode: en
|
langcode: en
|
||||||
description: "<p>NB: There is code in the GNO module which relies on this status existing and having ID 24. It checks for clients who've been accredited for 3 months who have this substatus and changes it to \"3-month folow-up due\".</p>\r\n"
|
description: "<p>NB: There is code in the GNO module which relies on this status existing and having ID 24. It checks for clients who've been accredited for 3 months who have this substatus and changes it to \"3-month folow-up due\".</p>\r\n"
|
||||||
weight: '6'
|
weight: '6'
|
||||||
parent: '0'
|
parent: '0'
|
||||||
|
path: /taxonomy/term/24
|
||||||
9915606c-1775-4f68-be24-ffaa629ee0b1:
|
9915606c-1775-4f68-be24-ffaa629ee0b1:
|
||||||
uuid: 9915606c-1775-4f68-be24-ffaa629ee0b1
|
uuid: 9915606c-1775-4f68-be24-ffaa629ee0b1
|
||||||
tid: '25'
|
|
||||||
vid: clie
|
vid: clie
|
||||||
name: '3-month follow-up due'
|
name: '3-month follow-up due'
|
||||||
langcode: en
|
langcode: en
|
||||||
description: "<p>NB: There is code in the GNO module which relies on this status existing and having ID 25. </p>\r\n"
|
description: "<p>NB: There is code in the GNO module which relies on this status existing and having ID 25. </p>\r\n"
|
||||||
weight: '7'
|
weight: '7'
|
||||||
parent: '0'
|
parent: '0'
|
||||||
|
path: /taxonomy/term/25
|
||||||
98d1370b-e29f-45fb-b053-b911c2538870:
|
98d1370b-e29f-45fb-b053-b911c2538870:
|
||||||
uuid: 98d1370b-e29f-45fb-b053-b911c2538870
|
uuid: 98d1370b-e29f-45fb-b053-b911c2538870
|
||||||
tid: '26'
|
|
||||||
vid: clie
|
vid: clie
|
||||||
name: '6-month follow-up due'
|
name: '6-month follow-up due'
|
||||||
langcode: en
|
langcode: en
|
||||||
description: "<p>NB: There is code in the GNO module which relies on this status existing and having ID 26. </p>\r\n"
|
description: "<p>NB: There is code in the GNO module which relies on this status existing and having ID 26. </p>\r\n"
|
||||||
weight: '9'
|
weight: '9'
|
||||||
parent: '0'
|
parent: '0'
|
||||||
|
path: /taxonomy/term/26
|
||||||
a6a9c46d-376f-4bb7-a598-90b8e78fc40c:
|
a6a9c46d-376f-4bb7-a598-90b8e78fc40c:
|
||||||
uuid: a6a9c46d-376f-4bb7-a598-90b8e78fc40c
|
uuid: a6a9c46d-376f-4bb7-a598-90b8e78fc40c
|
||||||
tid: '27'
|
|
||||||
vid: clie
|
vid: clie
|
||||||
name: '3-month follow-up sent'
|
name: '3-month follow-up sent'
|
||||||
langcode: en
|
langcode: en
|
||||||
description: "<p>NB: There is code in the GNO module which relies on this status existing and having ID 27. It checks for clients who've been accredited for 6 months who have this substatus and changes it to \"6-month folow-up due\".</p>\r\n"
|
description: "<p>NB: There is code in the GNO module which relies on this status existing and having ID 27. It checks for clients who've been accredited for 6 months who have this substatus and changes it to \"6-month folow-up due\".</p>\r\n"
|
||||||
weight: '8'
|
weight: '8'
|
||||||
parent: '0'
|
parent: '0'
|
||||||
|
path: /taxonomy/term/27
|
||||||
ab927ebd-555a-4f28-bcda-cc14628fc75a:
|
ab927ebd-555a-4f28-bcda-cc14628fc75a:
|
||||||
uuid: ab927ebd-555a-4f28-bcda-cc14628fc75a
|
uuid: ab927ebd-555a-4f28-bcda-cc14628fc75a
|
||||||
tid: '28'
|
|
||||||
vid: clie
|
vid: clie
|
||||||
name: '6-month follow-up sent'
|
name: '6-month follow-up sent'
|
||||||
langcode: en
|
langcode: en
|
||||||
description: ''
|
description: ''
|
||||||
weight: '10'
|
weight: '10'
|
||||||
parent: '0'
|
parent: '0'
|
||||||
|
path: /taxonomy/term/28
|
||||||
7c7fed76-087c-4437-894b-3dbe827df311:
|
7c7fed76-087c-4437-894b-3dbe827df311:
|
||||||
uuid: 7c7fed76-087c-4437-894b-3dbe827df311
|
uuid: 7c7fed76-087c-4437-894b-3dbe827df311
|
||||||
tid: '29'
|
|
||||||
vid: clie
|
vid: clie
|
||||||
name: 'New lead'
|
name: 'New lead'
|
||||||
langcode: en
|
langcode: en
|
||||||
description: ''
|
description: ''
|
||||||
weight: '0'
|
weight: '0'
|
||||||
parent: '0'
|
parent: '0'
|
||||||
|
path: /taxonomy/term/29
|
||||||
8528c89c-1ebd-4d2a-9d95-49d54d59fc23:
|
8528c89c-1ebd-4d2a-9d95-49d54d59fc23:
|
||||||
uuid: 8528c89c-1ebd-4d2a-9d95-49d54d59fc23
|
uuid: 8528c89c-1ebd-4d2a-9d95-49d54d59fc23
|
||||||
tid: '30'
|
|
||||||
vid: clie
|
vid: clie
|
||||||
name: 'Reaccreditation due'
|
name: 'Reaccreditation due'
|
||||||
langcode: en
|
langcode: en
|
||||||
description: ''
|
description: ''
|
||||||
weight: '11'
|
weight: '11'
|
||||||
parent: '0'
|
parent: '0'
|
||||||
|
path: /taxonomy/term/30
|
||||||
5e8d044e-25d3-4546-ae49-f8a12ff74c64:
|
5e8d044e-25d3-4546-ae49-f8a12ff74c64:
|
||||||
uuid: 5e8d044e-25d3-4546-ae49-f8a12ff74c64
|
uuid: 5e8d044e-25d3-4546-ae49-f8a12ff74c64
|
||||||
tid: '31'
|
|
||||||
vid: clie
|
vid: clie
|
||||||
name: Recontacted
|
name: Recontacted
|
||||||
langcode: en
|
langcode: en
|
||||||
description: ''
|
description: ''
|
||||||
weight: '12'
|
weight: '12'
|
||||||
parent: '0'
|
parent: '0'
|
||||||
|
path: /taxonomy/term/31
|
||||||
7bfa7afc-b627-4539-bd5d-162bad5577c6:
|
7bfa7afc-b627-4539-bd5d-162bad5577c6:
|
||||||
uuid: 7bfa7afc-b627-4539-bd5d-162bad5577c6
|
uuid: 7bfa7afc-b627-4539-bd5d-162bad5577c6
|
||||||
tid: '32'
|
|
||||||
vid: clie
|
vid: clie
|
||||||
name: Confirmed
|
name: Confirmed
|
||||||
langcode: en
|
langcode: en
|
||||||
description: ''
|
description: ''
|
||||||
weight: '3'
|
weight: '3'
|
||||||
parent: '0'
|
parent: '0'
|
||||||
|
path: /taxonomy/term/32
|
||||||
01b3353f-0141-4d9a-a075-c7e5770e11cb:
|
01b3353f-0141-4d9a-a075-c7e5770e11cb:
|
||||||
uuid: 01b3353f-0141-4d9a-a075-c7e5770e11cb
|
uuid: 01b3353f-0141-4d9a-a075-c7e5770e11cb
|
||||||
tid: '33'
|
|
||||||
vid: clie
|
vid: clie
|
||||||
name: 'Lapsed or overdue'
|
name: 'Lapsed or overdue'
|
||||||
langcode: en
|
langcode: en
|
||||||
description: ''
|
description: ''
|
||||||
weight: '13'
|
weight: '13'
|
||||||
parent: '0'
|
parent: '0'
|
||||||
|
path: /taxonomy/term/33
|
||||||
fa8828e5-496c-4c1b-b116-3bc77481d343:
|
fa8828e5-496c-4c1b-b116-3bc77481d343:
|
||||||
uuid: fa8828e5-496c-4c1b-b116-3bc77481d343
|
uuid: fa8828e5-496c-4c1b-b116-3bc77481d343
|
||||||
tid: '34'
|
|
||||||
vid: client_status
|
vid: client_status
|
||||||
name: 'Failed Accreditation'
|
name: 'Failed Accreditation'
|
||||||
langcode: en
|
langcode: en
|
||||||
@ -342,45 +341,45 @@ fa8828e5-496c-4c1b-b116-3bc77481d343:
|
|||||||
field_substatuses:
|
field_substatuses:
|
||||||
-
|
-
|
||||||
target_id: '35'
|
target_id: '35'
|
||||||
|
path: /taxonomy/term/34
|
||||||
49abf09c-0f21-4627-a9d9-0a95482085a7:
|
49abf09c-0f21-4627-a9d9-0a95482085a7:
|
||||||
uuid: 49abf09c-0f21-4627-a9d9-0a95482085a7
|
uuid: 49abf09c-0f21-4627-a9d9-0a95482085a7
|
||||||
tid: '35'
|
|
||||||
vid: clie
|
vid: clie
|
||||||
name: 'Failed Accreditation'
|
name: 'Failed Accreditation'
|
||||||
langcode: en
|
langcode: en
|
||||||
description: ''
|
description: ''
|
||||||
weight: '14'
|
weight: '14'
|
||||||
parent: '0'
|
parent: '0'
|
||||||
|
path: /taxonomy/term/35
|
||||||
180f0733-2d56-49fa-8dc5-8ffe1a9c02fa:
|
180f0733-2d56-49fa-8dc5-8ffe1a9c02fa:
|
||||||
uuid: 180f0733-2d56-49fa-8dc5-8ffe1a9c02fa
|
uuid: 180f0733-2d56-49fa-8dc5-8ffe1a9c02fa
|
||||||
tid: '36'
|
|
||||||
vid: tags
|
vid: tags
|
||||||
name: LGBTQ+
|
name: LGBTQ+
|
||||||
langcode: en
|
langcode: en
|
||||||
description: ''
|
description: ''
|
||||||
weight: '0'
|
weight: '0'
|
||||||
parent: '0'
|
parent: '0'
|
||||||
|
path: /taxonomy/term/36
|
||||||
5afc88a5-74c3-472a-a5d6-7face67062c8:
|
5afc88a5-74c3-472a-a5d6-7face67062c8:
|
||||||
uuid: 5afc88a5-74c3-472a-a5d6-7face67062c8
|
uuid: 5afc88a5-74c3-472a-a5d6-7face67062c8
|
||||||
tid: '37'
|
|
||||||
vid: tags
|
vid: tags
|
||||||
name: 'Community Project'
|
name: 'Community Project'
|
||||||
langcode: en
|
langcode: en
|
||||||
description: ''
|
description: ''
|
||||||
weight: '0'
|
weight: '0'
|
||||||
parent: '0'
|
parent: '0'
|
||||||
|
path: /taxonomy/term/37
|
||||||
31afbf21-adae-47c0-bc00-8d301fc5987c:
|
31afbf21-adae-47c0-bc00-8d301fc5987c:
|
||||||
uuid: 31afbf21-adae-47c0-bc00-8d301fc5987c
|
uuid: 31afbf21-adae-47c0-bc00-8d301fc5987c
|
||||||
tid: '38'
|
|
||||||
vid: tags
|
vid: tags
|
||||||
name: 'DICE Discount'
|
name: 'DICE Discount'
|
||||||
langcode: en
|
langcode: en
|
||||||
description: ''
|
description: ''
|
||||||
weight: '0'
|
weight: '0'
|
||||||
parent: '0'
|
parent: '0'
|
||||||
|
path: /taxonomy/term/38
|
||||||
1aaec6b1-e013-46cc-87d3-7c03e7eb44e3:
|
1aaec6b1-e013-46cc-87d3-7c03e7eb44e3:
|
||||||
uuid: 1aaec6b1-e013-46cc-87d3-7c03e7eb44e3
|
uuid: 1aaec6b1-e013-46cc-87d3-7c03e7eb44e3
|
||||||
tid: '40'
|
|
||||||
vid: client_subtypes
|
vid: client_subtypes
|
||||||
name: 'Arts Venue'
|
name: 'Arts Venue'
|
||||||
langcode: en
|
langcode: en
|
||||||
@ -391,9 +390,9 @@ fa8828e5-496c-4c1b-b116-3bc77481d343:
|
|||||||
field_parent_type:
|
field_parent_type:
|
||||||
-
|
-
|
||||||
target_id: '3'
|
target_id: '3'
|
||||||
|
path: /taxonomy/term/40
|
||||||
057c3514-8413-463f-989e-cd8deda6c71c:
|
057c3514-8413-463f-989e-cd8deda6c71c:
|
||||||
uuid: 057c3514-8413-463f-989e-cd8deda6c71c
|
uuid: 057c3514-8413-463f-989e-cd8deda6c71c
|
||||||
tid: '41'
|
|
||||||
vid: client_status
|
vid: client_status
|
||||||
name: Closed
|
name: Closed
|
||||||
langcode: en
|
langcode: en
|
||||||
@ -404,12 +403,107 @@ fa8828e5-496c-4c1b-b116-3bc77481d343:
|
|||||||
field_substatuses:
|
field_substatuses:
|
||||||
-
|
-
|
||||||
target_id: '42'
|
target_id: '42'
|
||||||
|
path: /taxonomy/term/41
|
||||||
c0c6397d-4f7c-4077-af51-1860ccad26a3:
|
c0c6397d-4f7c-4077-af51-1860ccad26a3:
|
||||||
uuid: c0c6397d-4f7c-4077-af51-1860ccad26a3
|
uuid: c0c6397d-4f7c-4077-af51-1860ccad26a3
|
||||||
tid: '42'
|
|
||||||
vid: clie
|
vid: clie
|
||||||
name: Closed
|
name: Closed
|
||||||
langcode: en
|
langcode: en
|
||||||
description: ''
|
description: ''
|
||||||
weight: '15'
|
weight: '15'
|
||||||
parent: '0'
|
parent: '0'
|
||||||
|
path: /taxonomy/term/42
|
||||||
|
1caee577-057e-41b2-a682-0566b7d94442:
|
||||||
|
uuid: 1caee577-057e-41b2-a682-0566b7d94442
|
||||||
|
vid: tags
|
||||||
|
name: 'Open Access Session'
|
||||||
|
langcode: en
|
||||||
|
description: ''
|
||||||
|
weight: '0'
|
||||||
|
parent: '0'
|
||||||
|
path: /taxonomy/term/43
|
||||||
|
94195f90-8276-46eb-8510-505552e66054:
|
||||||
|
uuid: 94195f90-8276-46eb-8510-505552e66054
|
||||||
|
vid: oc_case_provider_role
|
||||||
|
name: Facilitator
|
||||||
|
langcode: en
|
||||||
|
description: ''
|
||||||
|
weight: '0'
|
||||||
|
parent: '0'
|
||||||
|
path: /taxonomy/term/44
|
||||||
|
1cf6898b-a203-4b59-96b2-fdd303e8db7f:
|
||||||
|
uuid: 1cf6898b-a203-4b59-96b2-fdd303e8db7f
|
||||||
|
vid: oc_case_provider_role
|
||||||
|
name: Shadow
|
||||||
|
langcode: en
|
||||||
|
description: ''
|
||||||
|
weight: '0'
|
||||||
|
parent: '0'
|
||||||
|
path: /taxonomy/term/45
|
||||||
|
16cf658a-71ae-4871-9bbd-f02d5c72d639:
|
||||||
|
uuid: 16cf658a-71ae-4871-9bbd-f02d5c72d639
|
||||||
|
vid: oc_fee_category
|
||||||
|
name: 'Accreditation Cost'
|
||||||
|
langcode: en
|
||||||
|
description: ''
|
||||||
|
weight: '0'
|
||||||
|
parent: '0'
|
||||||
|
path: /taxonomy/term/47
|
||||||
|
397b2ec7-720a-4726-b7fe-10a41d3ea406:
|
||||||
|
uuid: 397b2ec7-720a-4726-b7fe-10a41d3ea406
|
||||||
|
vid: oc_fee_category
|
||||||
|
name: 'Project Cost'
|
||||||
|
langcode: en
|
||||||
|
description: ''
|
||||||
|
weight: '0'
|
||||||
|
parent: '0'
|
||||||
|
path: /taxonomy/term/48
|
||||||
|
87c40494-b315-429e-827b-6b46fed068c7:
|
||||||
|
uuid: 87c40494-b315-429e-827b-6b46fed068c7
|
||||||
|
vid: oc_fee_category
|
||||||
|
name: 'Brand Licensing Cost'
|
||||||
|
langcode: en
|
||||||
|
description: ''
|
||||||
|
weight: '0'
|
||||||
|
parent: '0'
|
||||||
|
path: /taxonomy/term/49
|
||||||
|
f7496a11-9e8d-4cae-9f53-9af37adb0783:
|
||||||
|
uuid: f7496a11-9e8d-4cae-9f53-9af37adb0783
|
||||||
|
vid: oc_fee_category
|
||||||
|
name: 'Consultation Cost'
|
||||||
|
langcode: en
|
||||||
|
description: ''
|
||||||
|
weight: '0'
|
||||||
|
parent: '0'
|
||||||
|
path: /taxonomy/term/50
|
||||||
|
bc192846-ffbe-403f-9dc6-d5518db98dbd:
|
||||||
|
uuid: bc192846-ffbe-403f-9dc6-d5518db98dbd
|
||||||
|
vid: oc_fee_category
|
||||||
|
name: 'Travel Cost'
|
||||||
|
langcode: en
|
||||||
|
description: ''
|
||||||
|
weight: '0'
|
||||||
|
parent: '0'
|
||||||
|
path: /taxonomy/term/51
|
||||||
|
7b0b73c0-15e8-4612-94cf-1e318a9446af:
|
||||||
|
uuid: 7b0b73c0-15e8-4612-94cf-1e318a9446af
|
||||||
|
vid: client_status
|
||||||
|
name: Imported
|
||||||
|
langcode: en
|
||||||
|
description: ''
|
||||||
|
weight: '0'
|
||||||
|
parent: '0'
|
||||||
|
fields:
|
||||||
|
field_substatuses:
|
||||||
|
-
|
||||||
|
target_id: '53'
|
||||||
|
path: /taxonomy/term/52
|
||||||
|
4e531665-3a87-495f-9249-47a0f2655ba7:
|
||||||
|
uuid: 4e531665-3a87-495f-9249-47a0f2655ba7
|
||||||
|
vid: clie
|
||||||
|
name: Imported
|
||||||
|
langcode: en
|
||||||
|
description: ''
|
||||||
|
weight: '0'
|
||||||
|
parent: '0'
|
||||||
|
path: /taxonomy/term/53
|
||||||
|
@ -0,0 +1,24 @@
|
|||||||
|
uuid: 3494c18a-3027-4c58-a526-076e54907881
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- opencase_cases.oc_case_provision_type.trainer
|
||||||
|
id: oc_case_provision.trainer.oc_provider
|
||||||
|
field_name: oc_provider
|
||||||
|
entity_type: oc_case_provision
|
||||||
|
bundle: trainer
|
||||||
|
label: Trainer
|
||||||
|
description: ''
|
||||||
|
required: true
|
||||||
|
translatable: true
|
||||||
|
default_value: { }
|
||||||
|
default_value_callback: ''
|
||||||
|
settings:
|
||||||
|
handler: views
|
||||||
|
handler_settings:
|
||||||
|
view:
|
||||||
|
view_name: case_providers
|
||||||
|
display_name: entity_reference_1
|
||||||
|
arguments: { }
|
||||||
|
field_type: entity_reference
|
@ -7,4 +7,4 @@ _core:
|
|||||||
id: medium
|
id: medium
|
||||||
label: 'Default medium date'
|
label: 'Default medium date'
|
||||||
locked: false
|
locked: false
|
||||||
pattern: 'D, m/d/Y - H:i'
|
pattern: 'D, d/m/Y - H:i'
|
||||||
|
@ -7,4 +7,4 @@ _core:
|
|||||||
id: short
|
id: short
|
||||||
label: 'Default short date'
|
label: 'Default short date'
|
||||||
locked: false
|
locked: false
|
||||||
pattern: d-M-Y
|
pattern: 'd M Y'
|
||||||
|
@ -5,6 +5,7 @@ dependencies:
|
|||||||
config:
|
config:
|
||||||
- field.field.node.article.body
|
- field.field.node.article.body
|
||||||
- field.field.node.article.comment
|
- field.field.node.article.comment
|
||||||
|
- field.field.node.article.feeds_item
|
||||||
- field.field.node.article.field_image
|
- field.field.node.article.field_image
|
||||||
- field.field.node.article.field_tags
|
- field.field.node.article.field_tags
|
||||||
- image.style.thumbnail
|
- image.style.thumbnail
|
||||||
@ -106,4 +107,5 @@ content:
|
|||||||
size: 60
|
size: 60
|
||||||
placeholder: ''
|
placeholder: ''
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
hidden: { }
|
hidden:
|
||||||
|
feeds_item: true
|
||||||
|
43
config/core.entity_form_display.oc_activity.emi.default.yml
Normal file
43
config/core.entity_form_display.oc_activity.emi.default.yml
Normal file
@ -0,0 +1,43 @@
|
|||||||
|
uuid: 83c69b0b-e1c3-413d-82df-6cc1d0f8e66c
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- opencase_entities.oc_activity_type.emi
|
||||||
|
module:
|
||||||
|
- datetime
|
||||||
|
id: oc_activity.emi.default
|
||||||
|
targetEntityType: oc_activity
|
||||||
|
bundle: emi
|
||||||
|
mode: default
|
||||||
|
content:
|
||||||
|
activity_date_time:
|
||||||
|
type: datetime_default
|
||||||
|
weight: 0
|
||||||
|
region: content
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
description:
|
||||||
|
type: string_textarea
|
||||||
|
weight: 2
|
||||||
|
region: content
|
||||||
|
settings:
|
||||||
|
rows: 5
|
||||||
|
placeholder: ''
|
||||||
|
third_party_settings: { }
|
||||||
|
name:
|
||||||
|
type: string_textfield
|
||||||
|
weight: 1
|
||||||
|
region: content
|
||||||
|
settings:
|
||||||
|
size: 60
|
||||||
|
placeholder: ''
|
||||||
|
third_party_settings: { }
|
||||||
|
hidden:
|
||||||
|
client: true
|
||||||
|
oc_provider: true
|
||||||
|
oc_target: true
|
||||||
|
revision_log: true
|
||||||
|
status: true
|
||||||
|
time_taken: true
|
||||||
|
user_id: true
|
@ -17,6 +17,7 @@ dependencies:
|
|||||||
- opencase_entities.oc_activity_type.evaluation
|
- opencase_entities.oc_activity_type.evaluation
|
||||||
module:
|
module:
|
||||||
- datetime
|
- datetime
|
||||||
|
- hide_revision_field
|
||||||
_core:
|
_core:
|
||||||
default_config_hash: WSYAeo27GpLUUXh-PgaeoOX7BSBtIlkzHsgKXjgDbt4
|
default_config_hash: WSYAeo27GpLUUXh-PgaeoOX7BSBtIlkzHsgKXjgDbt4
|
||||||
id: oc_activity.evaluation.default
|
id: oc_activity.evaluation.default
|
||||||
@ -104,6 +105,18 @@ content:
|
|||||||
size: 60
|
size: 60
|
||||||
placeholder: ''
|
placeholder: ''
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
|
revision_log:
|
||||||
|
type: hide_revision_field_log_widget
|
||||||
|
weight: 80
|
||||||
|
region: content
|
||||||
|
settings:
|
||||||
|
rows: 5
|
||||||
|
placeholder: ''
|
||||||
|
show: false
|
||||||
|
default: ''
|
||||||
|
permission_based: false
|
||||||
|
allow_user_settings: false
|
||||||
|
third_party_settings: { }
|
||||||
status:
|
status:
|
||||||
type: boolean_checkbox
|
type: boolean_checkbox
|
||||||
weight: 14
|
weight: 14
|
||||||
@ -112,10 +125,14 @@ content:
|
|||||||
display_label: true
|
display_label: true
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
time_taken:
|
time_taken:
|
||||||
|
type: number
|
||||||
weight: 2
|
weight: 2
|
||||||
region: content
|
region: content
|
||||||
settings:
|
settings:
|
||||||
placeholder: ''
|
placeholder: ''
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
type: number
|
hidden:
|
||||||
hidden: { }
|
client: true
|
||||||
|
description: true
|
||||||
|
oc_provider: true
|
||||||
|
oc_target: true
|
||||||
|
@ -0,0 +1,43 @@
|
|||||||
|
uuid: 739a9057-a782-4ee3-870d-11cf91173793
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- opencase_entities.oc_activity_type.phone_call
|
||||||
|
module:
|
||||||
|
- datetime
|
||||||
|
id: oc_activity.phone_call.default
|
||||||
|
targetEntityType: oc_activity
|
||||||
|
bundle: phone_call
|
||||||
|
mode: default
|
||||||
|
content:
|
||||||
|
activity_date_time:
|
||||||
|
type: datetime_default
|
||||||
|
weight: 0
|
||||||
|
region: content
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
description:
|
||||||
|
type: string_textarea
|
||||||
|
weight: 2
|
||||||
|
region: content
|
||||||
|
settings:
|
||||||
|
rows: 5
|
||||||
|
placeholder: ''
|
||||||
|
third_party_settings: { }
|
||||||
|
name:
|
||||||
|
type: string_textfield
|
||||||
|
weight: 1
|
||||||
|
region: content
|
||||||
|
settings:
|
||||||
|
size: 60
|
||||||
|
placeholder: ''
|
||||||
|
third_party_settings: { }
|
||||||
|
hidden:
|
||||||
|
client: true
|
||||||
|
oc_provider: true
|
||||||
|
oc_target: true
|
||||||
|
revision_log: true
|
||||||
|
status: true
|
||||||
|
time_taken: true
|
||||||
|
user_id: true
|
@ -3,12 +3,11 @@ langcode: en
|
|||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
config:
|
config:
|
||||||
|
- field.field.oc_activity.trainer_debrief.field_caption_for_photo
|
||||||
- field.field.oc_activity.trainer_debrief.field_issues_and_difficulties
|
- field.field.oc_activity.trainer_debrief.field_issues_and_difficulties
|
||||||
- field.field.oc_activity.trainer_debrief.field_issues_with_group_dynamics
|
- field.field.oc_activity.trainer_debrief.field_issues_with_group_dynamics
|
||||||
- field.field.oc_activity.trainer_debrief.field_number_of_participants
|
- field.field.oc_activity.trainer_debrief.field_number_of_participants
|
||||||
- field.field.oc_activity.trainer_debrief.field_ph
|
|
||||||
- field.field.oc_activity.trainer_debrief.field_photo
|
- field.field.oc_activity.trainer_debrief.field_photo
|
||||||
- field.field.oc_activity.trainer_debrief.field_trainer
|
|
||||||
- field.field.oc_activity.trainer_debrief.field_what_came_up_for_the_group
|
- field.field.oc_activity.trainer_debrief.field_what_came_up_for_the_group
|
||||||
- field.field.oc_activity.trainer_debrief.field_what_could_be_improved_for
|
- field.field.oc_activity.trainer_debrief.field_what_could_be_improved_for
|
||||||
- field.field.oc_activity.trainer_debrief.field_what_did_facilitators_do_w
|
- field.field.oc_activity.trainer_debrief.field_what_did_facilitators_do_w
|
||||||
@ -29,94 +28,95 @@ content:
|
|||||||
region: content
|
region: content
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
field_issues_and_difficulties:
|
field_caption_for_photo:
|
||||||
weight: 5
|
|
||||||
settings:
|
|
||||||
rows: 5
|
|
||||||
placeholder: ''
|
|
||||||
third_party_settings: { }
|
|
||||||
type: string_textarea
|
type: string_textarea
|
||||||
region: content
|
|
||||||
field_issues_with_group_dynamics:
|
|
||||||
weight: 6
|
|
||||||
settings:
|
|
||||||
rows: 5
|
|
||||||
placeholder: ''
|
|
||||||
third_party_settings: { }
|
|
||||||
type: string_textarea
|
|
||||||
region: content
|
|
||||||
field_number_of_participants:
|
|
||||||
weight: 1
|
|
||||||
settings:
|
|
||||||
placeholder: ''
|
|
||||||
third_party_settings: { }
|
|
||||||
type: number
|
|
||||||
region: content
|
|
||||||
field_ph:
|
|
||||||
weight: 10
|
weight: 10
|
||||||
|
region: content
|
||||||
settings:
|
settings:
|
||||||
rows: 5
|
rows: 5
|
||||||
placeholder: ''
|
placeholder: ''
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
|
field_issues_and_difficulties:
|
||||||
type: string_textarea
|
type: string_textarea
|
||||||
|
weight: 5
|
||||||
region: content
|
region: content
|
||||||
|
settings:
|
||||||
|
rows: 5
|
||||||
|
placeholder: ''
|
||||||
|
third_party_settings: { }
|
||||||
|
field_issues_with_group_dynamics:
|
||||||
|
type: string_textarea
|
||||||
|
weight: 6
|
||||||
|
region: content
|
||||||
|
settings:
|
||||||
|
rows: 5
|
||||||
|
placeholder: ''
|
||||||
|
third_party_settings: { }
|
||||||
|
field_number_of_participants:
|
||||||
|
type: number
|
||||||
|
weight: 2
|
||||||
|
region: content
|
||||||
|
settings:
|
||||||
|
placeholder: ''
|
||||||
|
third_party_settings: { }
|
||||||
field_photo:
|
field_photo:
|
||||||
|
type: image_image
|
||||||
weight: 9
|
weight: 9
|
||||||
|
region: content
|
||||||
settings:
|
settings:
|
||||||
progress_indicator: throbber
|
progress_indicator: throbber
|
||||||
preview_image_style: thumbnail
|
preview_image_style: thumbnail
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
type: image_image
|
|
||||||
region: content
|
|
||||||
field_trainer:
|
|
||||||
weight: 11
|
|
||||||
settings:
|
|
||||||
match_operator: CONTAINS
|
|
||||||
match_limit: 10
|
|
||||||
size: 60
|
|
||||||
placeholder: ''
|
|
||||||
third_party_settings: { }
|
|
||||||
type: entity_reference_autocomplete
|
|
||||||
region: content
|
|
||||||
field_what_came_up_for_the_group:
|
field_what_came_up_for_the_group:
|
||||||
|
type: string_textarea
|
||||||
weight: 4
|
weight: 4
|
||||||
|
region: content
|
||||||
settings:
|
settings:
|
||||||
rows: 5
|
rows: 5
|
||||||
placeholder: ''
|
placeholder: ''
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
type: string_textarea
|
|
||||||
region: content
|
|
||||||
field_what_could_be_improved_for:
|
field_what_could_be_improved_for:
|
||||||
|
type: string_textarea
|
||||||
weight: 8
|
weight: 8
|
||||||
|
region: content
|
||||||
settings:
|
settings:
|
||||||
rows: 5
|
rows: 5
|
||||||
placeholder: ''
|
placeholder: ''
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
type: string_textarea
|
|
||||||
region: content
|
|
||||||
field_what_did_facilitators_do_w:
|
field_what_did_facilitators_do_w:
|
||||||
|
type: string_textarea
|
||||||
weight: 3
|
weight: 3
|
||||||
|
region: content
|
||||||
settings:
|
settings:
|
||||||
rows: 5
|
rows: 5
|
||||||
placeholder: ''
|
placeholder: ''
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
type: string_textarea
|
|
||||||
region: content
|
|
||||||
field_what_real_scenarios_or_inc:
|
field_what_real_scenarios_or_inc:
|
||||||
|
type: string_textarea
|
||||||
weight: 7
|
weight: 7
|
||||||
|
region: content
|
||||||
settings:
|
settings:
|
||||||
rows: 5
|
rows: 5
|
||||||
placeholder: ''
|
placeholder: ''
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
type: string_textarea
|
oc_provider:
|
||||||
|
type: options_select
|
||||||
|
weight: 1
|
||||||
region: content
|
region: content
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
status:
|
status:
|
||||||
type: boolean_checkbox
|
type: boolean_checkbox
|
||||||
weight: 12
|
weight: 11
|
||||||
region: content
|
region: content
|
||||||
settings:
|
settings:
|
||||||
display_label: true
|
display_label: true
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
hidden:
|
hidden:
|
||||||
|
client: true
|
||||||
|
description: true
|
||||||
name: true
|
name: true
|
||||||
|
oc_target: true
|
||||||
|
revision_log: true
|
||||||
time_taken: true
|
time_taken: true
|
||||||
|
user_id: true
|
||||||
|
@ -4,6 +4,7 @@ status: true
|
|||||||
dependencies:
|
dependencies:
|
||||||
config:
|
config:
|
||||||
- field.field.oc_actor.trainer.feeds_item
|
- field.field.oc_actor.trainer.feeds_item
|
||||||
|
- field.field.oc_actor.trainer.field_active
|
||||||
- field.field.oc_actor.trainer.field_availability
|
- field.field.oc_actor.trainer.field_availability
|
||||||
- field.field.oc_actor.trainer.field_delivery_partners
|
- field.field.oc_actor.trainer.field_delivery_partners
|
||||||
- field.field.oc_actor.trainer.field_emergency_contact
|
- field.field.oc_actor.trainer.field_emergency_contact
|
||||||
@ -14,6 +15,7 @@ dependencies:
|
|||||||
- image.style.thumbnail
|
- image.style.thumbnail
|
||||||
- opencase_entities.oc_actor_type.trainer
|
- opencase_entities.oc_actor_type.trainer
|
||||||
module:
|
module:
|
||||||
|
- hide_revision_field
|
||||||
- image
|
- image
|
||||||
- paragraphs
|
- paragraphs
|
||||||
_core:
|
_core:
|
||||||
@ -31,70 +33,73 @@ content:
|
|||||||
size: 60
|
size: 60
|
||||||
placeholder: ''
|
placeholder: ''
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
|
field_active:
|
||||||
|
type: boolean_checkbox
|
||||||
|
weight: 26
|
||||||
|
region: content
|
||||||
|
settings:
|
||||||
|
display_label: true
|
||||||
|
third_party_settings: { }
|
||||||
field_availability:
|
field_availability:
|
||||||
type: entity_reference_paragraphs
|
type: entity_reference_paragraphs
|
||||||
weight: 6
|
weight: 6
|
||||||
|
region: content
|
||||||
settings:
|
settings:
|
||||||
title: Paragraph
|
title: Paragraph
|
||||||
title_plural: Paragraphs
|
title_plural: Paragraphs
|
||||||
edit_mode: open
|
edit_mode: open
|
||||||
add_mode: dropdown
|
add_mode: dropdown
|
||||||
form_display_mode: default
|
form_display_mode: default
|
||||||
default_paragraph_type: ''
|
default_paragraph_type: _none
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
region: content
|
|
||||||
field_delivery_partners:
|
field_delivery_partners:
|
||||||
|
type: options_select
|
||||||
weight: 7
|
weight: 7
|
||||||
settings:
|
|
||||||
match_operator: CONTAINS
|
|
||||||
match_limit: 10
|
|
||||||
size: 60
|
|
||||||
placeholder: ''
|
|
||||||
third_party_settings: { }
|
|
||||||
type: entity_reference_autocomplete
|
|
||||||
region: content
|
region: content
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
field_emergency_contact:
|
field_emergency_contact:
|
||||||
type: entity_reference_paragraphs
|
type: entity_reference_paragraphs
|
||||||
weight: 12
|
weight: 12
|
||||||
|
region: content
|
||||||
settings:
|
settings:
|
||||||
title: Paragraph
|
title: Paragraph
|
||||||
title_plural: Paragraphs
|
title_plural: Paragraphs
|
||||||
edit_mode: open
|
edit_mode: open
|
||||||
add_mode: dropdown
|
add_mode: dropdown
|
||||||
form_display_mode: default
|
form_display_mode: default
|
||||||
default_paragraph_type: ''
|
default_paragraph_type: _none
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
region: content
|
|
||||||
field_languages_spoken_fluently:
|
field_languages_spoken_fluently:
|
||||||
|
type: options_select
|
||||||
weight: 5
|
weight: 5
|
||||||
|
region: content
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
type: options_select
|
|
||||||
region: content
|
|
||||||
field_notes:
|
field_notes:
|
||||||
|
type: string_textarea
|
||||||
weight: 9
|
weight: 9
|
||||||
|
region: content
|
||||||
settings:
|
settings:
|
||||||
rows: 5
|
rows: 5
|
||||||
placeholder: ''
|
placeholder: ''
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
type: string_textarea
|
|
||||||
region: content
|
|
||||||
field_photo:
|
field_photo:
|
||||||
|
type: image_image
|
||||||
weight: 8
|
weight: 8
|
||||||
|
region: content
|
||||||
settings:
|
settings:
|
||||||
progress_indicator: throbber
|
progress_indicator: throbber
|
||||||
preview_image_style: thumbnail
|
preview_image_style: thumbnail
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
type: image_image
|
|
||||||
region: content
|
|
||||||
field_pronoun:
|
field_pronoun:
|
||||||
|
type: string_textfield
|
||||||
weight: 2
|
weight: 2
|
||||||
|
region: content
|
||||||
settings:
|
settings:
|
||||||
size: 60
|
size: 60
|
||||||
placeholder: ''
|
placeholder: ''
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
type: string_textfield
|
|
||||||
region: content
|
|
||||||
first_name:
|
first_name:
|
||||||
type: string_textfield
|
type: string_textfield
|
||||||
weight: 0
|
weight: 0
|
||||||
@ -135,6 +140,18 @@ content:
|
|||||||
rows: 5
|
rows: 5
|
||||||
placeholder: ''
|
placeholder: ''
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
|
revision_log:
|
||||||
|
type: hide_revision_field_log_widget
|
||||||
|
weight: 80
|
||||||
|
region: content
|
||||||
|
settings:
|
||||||
|
rows: 5
|
||||||
|
placeholder: ''
|
||||||
|
show: false
|
||||||
|
default: ''
|
||||||
|
permission_based: false
|
||||||
|
allow_user_settings: false
|
||||||
|
third_party_settings: { }
|
||||||
status:
|
status:
|
||||||
type: boolean_checkbox
|
type: boolean_checkbox
|
||||||
weight: 13
|
weight: 13
|
||||||
|
@ -3,61 +3,86 @@ langcode: en
|
|||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
config:
|
config:
|
||||||
|
- field.field.oc_case.project.feeds_item
|
||||||
- field.field.oc_case.project.field_contract_signed_date
|
- field.field.oc_case.project.field_contract_signed_date
|
||||||
- field.field.oc_case.project.field_fee
|
- field.field.oc_case.project.field_invoicing_notes
|
||||||
- field.field.oc_case.project.field_total_fee
|
- field.field.oc_case.project.field_invoicing_status
|
||||||
|
- field.field.oc_case.project.field_link_to_invoice
|
||||||
- opencase_cases.oc_case_type.project
|
- opencase_cases.oc_case_type.project
|
||||||
module:
|
module:
|
||||||
- datetime
|
- datetime
|
||||||
- file
|
- file
|
||||||
- paragraphs
|
- hide_revision_field
|
||||||
|
- link
|
||||||
id: oc_case.project.default
|
id: oc_case.project.default
|
||||||
targetEntityType: oc_case
|
targetEntityType: oc_case
|
||||||
bundle: project
|
bundle: project
|
||||||
mode: default
|
mode: default
|
||||||
content:
|
content:
|
||||||
client:
|
client:
|
||||||
type: entity_reference_autocomplete
|
type: options_select
|
||||||
weight: 0
|
weight: 0
|
||||||
region: content
|
region: content
|
||||||
settings:
|
|
||||||
match_operator: CONTAINS
|
|
||||||
match_limit: 10
|
|
||||||
size: 60
|
|
||||||
placeholder: ''
|
|
||||||
third_party_settings: { }
|
|
||||||
field_contract_signed_date:
|
|
||||||
weight: 3
|
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
|
field_contract_signed_date:
|
||||||
type: datetime_default
|
type: datetime_default
|
||||||
region: content
|
|
||||||
field_fee:
|
|
||||||
type: entity_reference_paragraphs
|
|
||||||
weight: 2
|
weight: 2
|
||||||
settings:
|
|
||||||
title: Paragraph
|
|
||||||
title_plural: Paragraphs
|
|
||||||
edit_mode: open
|
|
||||||
add_mode: dropdown
|
|
||||||
form_display_mode: default
|
|
||||||
default_paragraph_type: ''
|
|
||||||
third_party_settings: { }
|
|
||||||
region: content
|
region: content
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
field_invoicing_notes:
|
||||||
|
type: string_textarea
|
||||||
|
weight: 81
|
||||||
|
region: content
|
||||||
|
settings:
|
||||||
|
rows: 5
|
||||||
|
placeholder: ''
|
||||||
|
third_party_settings: { }
|
||||||
|
field_invoicing_status:
|
||||||
|
type: options_select
|
||||||
|
weight: 83
|
||||||
|
region: content
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
field_link_to_invoice:
|
||||||
|
type: link_default
|
||||||
|
weight: 84
|
||||||
|
region: content
|
||||||
|
settings:
|
||||||
|
placeholder_url: ''
|
||||||
|
placeholder_title: ''
|
||||||
|
third_party_settings: { }
|
||||||
files:
|
files:
|
||||||
type: file_generic
|
type: file_generic
|
||||||
weight: 1
|
weight: 1
|
||||||
|
region: content
|
||||||
settings:
|
settings:
|
||||||
progress_indicator: throbber
|
progress_indicator: throbber
|
||||||
|
third_party_settings: { }
|
||||||
|
revision_log:
|
||||||
|
type: hide_revision_field_log_widget
|
||||||
|
weight: 80
|
||||||
region: content
|
region: content
|
||||||
|
settings:
|
||||||
|
rows: 5
|
||||||
|
placeholder: ''
|
||||||
|
show: false
|
||||||
|
default: ''
|
||||||
|
permission_based: false
|
||||||
|
allow_user_settings: false
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
status:
|
status:
|
||||||
type: boolean_checkbox
|
type: boolean_checkbox
|
||||||
weight: 4
|
weight: 3
|
||||||
region: content
|
region: content
|
||||||
settings:
|
settings:
|
||||||
display_label: true
|
display_label: true
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
hidden:
|
hidden:
|
||||||
field_total_fee: true
|
feeds_item: true
|
||||||
|
name: true
|
||||||
|
notes: true
|
||||||
|
oc_target: true
|
||||||
|
total_fee: true
|
||||||
user_id: true
|
user_id: true
|
||||||
|
@ -3,11 +3,11 @@ langcode: en
|
|||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
config:
|
config:
|
||||||
|
- field.field.oc_case.training.feeds_item
|
||||||
- field.field.oc_case.training.field_date_of_training
|
- field.field.oc_case.training.field_date_of_training
|
||||||
- field.field.oc_case.training.field_number_of_participants
|
- field.field.oc_case.training.field_number_of_participants
|
||||||
- field.field.oc_case.training.field_project
|
- field.field.oc_case.training.field_project
|
||||||
- field.field.oc_case.training.field_social_media
|
- field.field.oc_case.training.field_social_media
|
||||||
- field.field.oc_case.training.field_trainer
|
|
||||||
- field.field.oc_case.training.field_training_delivery_format
|
- field.field.oc_case.training.field_training_delivery_format
|
||||||
- field.field.oc_case.training.field_training_status
|
- field.field.oc_case.training.field_training_status
|
||||||
- field.field.oc_case.training.field_training_type
|
- field.field.oc_case.training.field_training_type
|
||||||
@ -15,7 +15,7 @@ dependencies:
|
|||||||
module:
|
module:
|
||||||
- datetime
|
- datetime
|
||||||
- file
|
- file
|
||||||
- paragraphs
|
- hide_revision_field
|
||||||
_core:
|
_core:
|
||||||
default_config_hash: dxPm53tH_SWeTJgZIfdHIIiEb4vSzqADMzUemllj8rk
|
default_config_hash: dxPm53tH_SWeTJgZIfdHIIiEb4vSzqADMzUemllj8rk
|
||||||
id: oc_case.training.default
|
id: oc_case.training.default
|
||||||
@ -24,74 +24,82 @@ bundle: training
|
|||||||
mode: default
|
mode: default
|
||||||
content:
|
content:
|
||||||
client:
|
client:
|
||||||
type: entity_reference_autocomplete
|
type: options_select
|
||||||
weight: 0
|
weight: 1
|
||||||
region: content
|
region: content
|
||||||
settings:
|
|
||||||
match_operator: CONTAINS
|
|
||||||
match_limit: 10
|
|
||||||
size: 60
|
|
||||||
placeholder: ''
|
|
||||||
third_party_settings: { }
|
|
||||||
field_date_of_training:
|
|
||||||
weight: 4
|
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
|
field_date_of_training:
|
||||||
type: datetime_default
|
type: datetime_default
|
||||||
|
weight: 5
|
||||||
region: content
|
region: content
|
||||||
field_project:
|
settings: { }
|
||||||
weight: 1
|
|
||||||
settings:
|
|
||||||
match_operator: CONTAINS
|
|
||||||
match_limit: 10
|
|
||||||
size: 60
|
|
||||||
placeholder: ''
|
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
type: entity_reference_autocomplete
|
field_project:
|
||||||
|
type: options_select
|
||||||
|
weight: 2
|
||||||
region: content
|
region: content
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
field_social_media:
|
field_social_media:
|
||||||
|
type: boolean_checkbox
|
||||||
weight: 8
|
weight: 8
|
||||||
|
region: content
|
||||||
settings:
|
settings:
|
||||||
display_label: true
|
display_label: true
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
type: boolean_checkbox
|
|
||||||
region: content
|
|
||||||
field_trainer:
|
|
||||||
type: entity_reference_paragraphs
|
|
||||||
weight: 6
|
|
||||||
settings:
|
|
||||||
title: Trainer
|
|
||||||
title_plural: Trainers
|
|
||||||
edit_mode: open
|
|
||||||
add_mode: dropdown
|
|
||||||
form_display_mode: default
|
|
||||||
default_paragraph_type: _none
|
|
||||||
third_party_settings: { }
|
|
||||||
region: content
|
|
||||||
field_training_delivery_format:
|
field_training_delivery_format:
|
||||||
weight: 5
|
type: options_select
|
||||||
|
weight: 6
|
||||||
|
region: content
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
type: options_select
|
|
||||||
region: content
|
|
||||||
field_training_status:
|
field_training_status:
|
||||||
weight: 3
|
type: options_select
|
||||||
|
weight: 4
|
||||||
|
region: content
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
type: options_select
|
|
||||||
region: content
|
|
||||||
field_training_type:
|
field_training_type:
|
||||||
weight: 2
|
type: options_select
|
||||||
|
weight: 3
|
||||||
|
region: content
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
type: options_select
|
|
||||||
region: content
|
|
||||||
files:
|
files:
|
||||||
type: file_generic
|
type: file_generic
|
||||||
weight: 7
|
weight: 7
|
||||||
|
region: content
|
||||||
settings:
|
settings:
|
||||||
progress_indicator: throbber
|
progress_indicator: throbber
|
||||||
|
third_party_settings: { }
|
||||||
|
name:
|
||||||
|
type: string_textfield
|
||||||
|
weight: 0
|
||||||
region: content
|
region: content
|
||||||
|
settings:
|
||||||
|
size: 60
|
||||||
|
placeholder: ''
|
||||||
|
third_party_settings: { }
|
||||||
|
notes:
|
||||||
|
type: string_textarea
|
||||||
|
weight: 10
|
||||||
|
region: content
|
||||||
|
settings:
|
||||||
|
rows: 5
|
||||||
|
placeholder: ''
|
||||||
|
third_party_settings: { }
|
||||||
|
revision_log:
|
||||||
|
type: hide_revision_field_log_widget
|
||||||
|
weight: 11
|
||||||
|
region: content
|
||||||
|
settings:
|
||||||
|
rows: 5
|
||||||
|
placeholder: ''
|
||||||
|
show: false
|
||||||
|
default: ''
|
||||||
|
permission_based: false
|
||||||
|
allow_user_settings: false
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
status:
|
status:
|
||||||
type: boolean_checkbox
|
type: boolean_checkbox
|
||||||
@ -101,5 +109,8 @@ content:
|
|||||||
display_label: true
|
display_label: true
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
hidden:
|
hidden:
|
||||||
|
feeds_item: true
|
||||||
field_number_of_participants: true
|
field_number_of_participants: true
|
||||||
|
oc_target: true
|
||||||
|
total_fee: true
|
||||||
user_id: true
|
user_id: true
|
||||||
|
@ -0,0 +1,40 @@
|
|||||||
|
uuid: bde0c9bb-5bf2-4443-976d-3b42d109c4d1
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.field.oc_case_fee.project_fee.feeds_item
|
||||||
|
- opencase_cases.oc_case_fee_type.project_fee
|
||||||
|
id: oc_case_fee.project_fee.default
|
||||||
|
targetEntityType: oc_case_fee
|
||||||
|
bundle: project_fee
|
||||||
|
mode: default
|
||||||
|
content:
|
||||||
|
amount:
|
||||||
|
type: number
|
||||||
|
weight: 1
|
||||||
|
region: content
|
||||||
|
settings:
|
||||||
|
placeholder: ''
|
||||||
|
third_party_settings: { }
|
||||||
|
description:
|
||||||
|
type: string_textarea
|
||||||
|
weight: 2
|
||||||
|
region: content
|
||||||
|
settings:
|
||||||
|
rows: 5
|
||||||
|
placeholder: ''
|
||||||
|
third_party_settings: { }
|
||||||
|
oc_fee_category:
|
||||||
|
type: options_select
|
||||||
|
weight: 0
|
||||||
|
region: content
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
hidden:
|
||||||
|
feeds_item: true
|
||||||
|
name: true
|
||||||
|
oc_case: true
|
||||||
|
revision_log: true
|
||||||
|
status: true
|
||||||
|
user_id: true
|
@ -0,0 +1,59 @@
|
|||||||
|
uuid: 70d5503e-2a95-4bd3-8770-6e3ac8ef74a5
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.field.oc_case_provision.trainer.feeds_item
|
||||||
|
- field.field.oc_case_provision.trainer.field_rate
|
||||||
|
- field.field.oc_case_provision.trainer.field_rate_type
|
||||||
|
- opencase_cases.oc_case_provision_type.trainer
|
||||||
|
module:
|
||||||
|
- hide_revision_field
|
||||||
|
id: oc_case_provision.trainer.default
|
||||||
|
targetEntityType: oc_case_provision
|
||||||
|
bundle: trainer
|
||||||
|
mode: default
|
||||||
|
content:
|
||||||
|
field_rate:
|
||||||
|
type: number
|
||||||
|
weight: 2
|
||||||
|
region: content
|
||||||
|
settings:
|
||||||
|
placeholder: ''
|
||||||
|
third_party_settings: { }
|
||||||
|
field_rate_type:
|
||||||
|
type: options_buttons
|
||||||
|
weight: 3
|
||||||
|
region: content
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
oc_case_provider_role:
|
||||||
|
type: options_select
|
||||||
|
weight: 1
|
||||||
|
region: content
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
oc_provider:
|
||||||
|
type: options_select
|
||||||
|
weight: 0
|
||||||
|
region: content
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
revision_log:
|
||||||
|
type: hide_revision_field_log_widget
|
||||||
|
weight: 4
|
||||||
|
region: content
|
||||||
|
settings:
|
||||||
|
rows: 5
|
||||||
|
placeholder: ''
|
||||||
|
show: false
|
||||||
|
default: ''
|
||||||
|
permission_based: false
|
||||||
|
allow_user_settings: false
|
||||||
|
third_party_settings: { }
|
||||||
|
hidden:
|
||||||
|
feeds_item: true
|
||||||
|
name: true
|
||||||
|
oc_case: true
|
||||||
|
status: true
|
||||||
|
user_id: true
|
@ -4,13 +4,17 @@ status: true
|
|||||||
dependencies:
|
dependencies:
|
||||||
config:
|
config:
|
||||||
- opencase_entities.oc_event_type.train_the_trainer
|
- opencase_entities.oc_event_type.train_the_trainer
|
||||||
module:
|
|
||||||
- datetime
|
|
||||||
id: oc_event.train_the_trainer.default
|
id: oc_event.train_the_trainer.default
|
||||||
targetEntityType: oc_event
|
targetEntityType: oc_event
|
||||||
bundle: train_the_trainer
|
bundle: train_the_trainer
|
||||||
mode: default
|
mode: default
|
||||||
content:
|
content:
|
||||||
|
attendees:
|
||||||
|
type: options_select
|
||||||
|
weight: 2
|
||||||
|
region: content
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
name:
|
name:
|
||||||
type: string_textfield
|
type: string_textfield
|
||||||
weight: 0
|
weight: 0
|
||||||
@ -26,4 +30,7 @@ content:
|
|||||||
settings:
|
settings:
|
||||||
display_label: true
|
display_label: true
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
hidden: { }
|
hidden:
|
||||||
|
activity_date_time: true
|
||||||
|
description: true
|
||||||
|
user_id: true
|
||||||
|
@ -21,6 +21,7 @@ dependencies:
|
|||||||
module:
|
module:
|
||||||
- datetime
|
- datetime
|
||||||
- file
|
- file
|
||||||
|
- hide_revision_field
|
||||||
_core:
|
_core:
|
||||||
default_config_hash: OUNi7pV7COebgUedxmuEz4ZF1VF4QDet2AcZ_2j3jQs
|
default_config_hash: OUNi7pV7COebgUedxmuEz4ZF1VF4QDet2AcZ_2j3jQs
|
||||||
id: oc_organisation.client.default
|
id: oc_organisation.client.default
|
||||||
@ -29,90 +30,82 @@ bundle: client
|
|||||||
mode: default
|
mode: default
|
||||||
content:
|
content:
|
||||||
field_accreditation_date:
|
field_accreditation_date:
|
||||||
weight: 5
|
|
||||||
settings: { }
|
|
||||||
third_party_settings: { }
|
|
||||||
type: datetime_default
|
type: datetime_default
|
||||||
|
weight: 5
|
||||||
region: content
|
region: content
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
field_client_status:
|
field_client_status:
|
||||||
|
type: options_select
|
||||||
weight: 4
|
weight: 4
|
||||||
|
region: content
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
type: options_select
|
|
||||||
region: content
|
|
||||||
field_client_substatus:
|
field_client_substatus:
|
||||||
|
type: options_select
|
||||||
weight: 3
|
weight: 3
|
||||||
|
region: content
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
type: options_select
|
|
||||||
region: content
|
|
||||||
field_client_subtype:
|
field_client_subtype:
|
||||||
|
type: options_select
|
||||||
weight: 2
|
weight: 2
|
||||||
|
region: content
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
type: options_select
|
|
||||||
region: content
|
|
||||||
field_client_type:
|
field_client_type:
|
||||||
weight: 1
|
|
||||||
settings: { }
|
|
||||||
third_party_settings: { }
|
|
||||||
type: options_select
|
type: options_select
|
||||||
|
weight: 1
|
||||||
region: content
|
region: content
|
||||||
field_how_did_you_hear_about_us:
|
|
||||||
weight: 12
|
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
|
field_how_did_you_hear_about_us:
|
||||||
type: options_buttons
|
type: options_buttons
|
||||||
|
weight: 12
|
||||||
region: content
|
region: content
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
field_location_festival_event:
|
field_location_festival_event:
|
||||||
weight: 9
|
|
||||||
settings:
|
|
||||||
size: 60
|
|
||||||
placeholder: ''
|
|
||||||
third_party_settings: { }
|
|
||||||
type: string_textfield
|
type: string_textfield
|
||||||
|
weight: 9
|
||||||
region: content
|
region: content
|
||||||
|
settings:
|
||||||
|
size: 60
|
||||||
|
placeholder: ''
|
||||||
|
third_party_settings: { }
|
||||||
field_number_of_events_per_year:
|
field_number_of_events_per_year:
|
||||||
|
type: number
|
||||||
weight: 10
|
weight: 10
|
||||||
|
region: content
|
||||||
settings:
|
settings:
|
||||||
placeholder: ''
|
placeholder: ''
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
type: number
|
|
||||||
region: content
|
|
||||||
field_number_of_staff:
|
field_number_of_staff:
|
||||||
|
type: number
|
||||||
weight: 8
|
weight: 8
|
||||||
|
region: content
|
||||||
settings:
|
settings:
|
||||||
placeholder: ''
|
placeholder: ''
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
type: number
|
|
||||||
region: content
|
|
||||||
field_premises_capacity:
|
field_premises_capacity:
|
||||||
weight: 7
|
|
||||||
settings:
|
|
||||||
placeholder: ''
|
|
||||||
third_party_settings: { }
|
|
||||||
type: number
|
type: number
|
||||||
|
weight: 7
|
||||||
region: content
|
region: content
|
||||||
|
settings:
|
||||||
|
placeholder: ''
|
||||||
|
third_party_settings: { }
|
||||||
field_tags:
|
field_tags:
|
||||||
|
type: options_select
|
||||||
weight: 11
|
weight: 11
|
||||||
settings:
|
|
||||||
match_operator: CONTAINS
|
|
||||||
match_limit: 10
|
|
||||||
size: 60
|
|
||||||
placeholder: ''
|
|
||||||
third_party_settings: { }
|
|
||||||
type: entity_reference_autocomplete
|
|
||||||
region: content
|
region: content
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
field_umbrella_client:
|
field_umbrella_client:
|
||||||
|
type: options_select
|
||||||
weight: 6
|
weight: 6
|
||||||
settings:
|
|
||||||
match_operator: CONTAINS
|
|
||||||
match_limit: 10
|
|
||||||
size: 60
|
|
||||||
placeholder: ''
|
|
||||||
third_party_settings: { }
|
|
||||||
type: entity_reference_autocomplete
|
|
||||||
region: content
|
region: content
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
name:
|
name:
|
||||||
type: string_textfield
|
type: string_textfield
|
||||||
weight: 0
|
weight: 0
|
||||||
@ -121,6 +114,18 @@ content:
|
|||||||
size: 60
|
size: 60
|
||||||
placeholder: ''
|
placeholder: ''
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
|
revision_log:
|
||||||
|
type: hide_revision_field_log_widget
|
||||||
|
weight: 80
|
||||||
|
region: content
|
||||||
|
settings:
|
||||||
|
rows: 5
|
||||||
|
placeholder: ''
|
||||||
|
show: false
|
||||||
|
default: ''
|
||||||
|
permission_based: false
|
||||||
|
allow_user_settings: false
|
||||||
|
third_party_settings: { }
|
||||||
status:
|
status:
|
||||||
type: boolean_checkbox
|
type: boolean_checkbox
|
||||||
weight: 13
|
weight: 13
|
||||||
|
@ -6,6 +6,7 @@ dependencies:
|
|||||||
- opencase_entities.oc_organisation_type.partner_organisation
|
- opencase_entities.oc_organisation_type.partner_organisation
|
||||||
module:
|
module:
|
||||||
- file
|
- file
|
||||||
|
- hide_revision_field
|
||||||
id: oc_organisation.partner_organisation.default
|
id: oc_organisation.partner_organisation.default
|
||||||
targetEntityType: oc_organisation
|
targetEntityType: oc_organisation
|
||||||
bundle: partner_organisation
|
bundle: partner_organisation
|
||||||
@ -19,6 +20,18 @@ content:
|
|||||||
size: 60
|
size: 60
|
||||||
placeholder: ''
|
placeholder: ''
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
|
revision_log:
|
||||||
|
type: hide_revision_field_log_widget
|
||||||
|
weight: 80
|
||||||
|
region: content
|
||||||
|
settings:
|
||||||
|
rows: 5
|
||||||
|
placeholder: ''
|
||||||
|
show: false
|
||||||
|
default: ''
|
||||||
|
permission_based: false
|
||||||
|
allow_user_settings: false
|
||||||
|
third_party_settings: { }
|
||||||
status:
|
status:
|
||||||
type: boolean_checkbox
|
type: boolean_checkbox
|
||||||
weight: 1
|
weight: 1
|
||||||
|
@ -9,6 +9,7 @@ dependencies:
|
|||||||
- opencase_entities.oc_organisation_type.umbrella_client
|
- opencase_entities.oc_organisation_type.umbrella_client
|
||||||
module:
|
module:
|
||||||
- file
|
- file
|
||||||
|
- hide_revision_field
|
||||||
_core:
|
_core:
|
||||||
default_config_hash: OC8jnc4KZMX-3IOvNhREzEIJ2cAagpxmwKeeUoAbYIc
|
default_config_hash: OC8jnc4KZMX-3IOvNhREzEIJ2cAagpxmwKeeUoAbYIc
|
||||||
id: oc_organisation.umbrella_client.default
|
id: oc_organisation.umbrella_client.default
|
||||||
@ -17,21 +18,17 @@ bundle: umbrella_client
|
|||||||
mode: default
|
mode: default
|
||||||
content:
|
content:
|
||||||
field_tags:
|
field_tags:
|
||||||
|
type: options_select
|
||||||
weight: 2
|
weight: 2
|
||||||
settings:
|
|
||||||
match_operator: CONTAINS
|
|
||||||
match_limit: 10
|
|
||||||
size: 60
|
|
||||||
placeholder: ''
|
|
||||||
third_party_settings: { }
|
|
||||||
type: entity_reference_autocomplete
|
|
||||||
region: content
|
region: content
|
||||||
field_type_of_umbrella_client:
|
|
||||||
weight: 1
|
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
|
field_type_of_umbrella_client:
|
||||||
type: options_select
|
type: options_select
|
||||||
|
weight: 1
|
||||||
region: content
|
region: content
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
name:
|
name:
|
||||||
type: string_textfield
|
type: string_textfield
|
||||||
weight: 0
|
weight: 0
|
||||||
@ -40,6 +37,18 @@ content:
|
|||||||
size: 60
|
size: 60
|
||||||
placeholder: ''
|
placeholder: ''
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
|
revision_log:
|
||||||
|
type: hide_revision_field_log_widget
|
||||||
|
weight: 80
|
||||||
|
region: content
|
||||||
|
settings:
|
||||||
|
rows: 5
|
||||||
|
placeholder: ''
|
||||||
|
show: false
|
||||||
|
default: ''
|
||||||
|
permission_based: false
|
||||||
|
allow_user_settings: false
|
||||||
|
third_party_settings: { }
|
||||||
status:
|
status:
|
||||||
type: boolean_checkbox
|
type: boolean_checkbox
|
||||||
weight: 3
|
weight: 3
|
||||||
|
@ -3,10 +3,14 @@ langcode: en
|
|||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
config:
|
config:
|
||||||
|
- field.field.user.user.field_last_password_reset
|
||||||
- field.field.user.user.field_linked_opencase_actor
|
- field.field.user.user.field_linked_opencase_actor
|
||||||
|
- field.field.user.user.field_password_expiration
|
||||||
|
- field.field.user.user.field_pending_expire_sent
|
||||||
- field.field.user.user.user_picture
|
- field.field.user.user.user_picture
|
||||||
- image.style.thumbnail
|
- image.style.thumbnail
|
||||||
module:
|
module:
|
||||||
|
- datetime
|
||||||
- image
|
- image
|
||||||
- user
|
- user
|
||||||
_core:
|
_core:
|
||||||
@ -17,24 +21,53 @@ bundle: user
|
|||||||
mode: default
|
mode: default
|
||||||
content:
|
content:
|
||||||
account:
|
account:
|
||||||
weight: -10
|
|
||||||
region: content
|
|
||||||
contact:
|
|
||||||
weight: 5
|
|
||||||
region: content
|
|
||||||
language:
|
|
||||||
weight: 0
|
weight: 0
|
||||||
region: content
|
region: content
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
contact:
|
||||||
|
weight: 4
|
||||||
|
region: content
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
field_last_password_reset:
|
||||||
|
type: datetime_default
|
||||||
|
weight: 4
|
||||||
|
region: content
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
field_linked_opencase_actor:
|
||||||
|
type: entity_reference_autocomplete
|
||||||
|
weight: 1
|
||||||
|
region: content
|
||||||
|
settings:
|
||||||
|
match_operator: CONTAINS
|
||||||
|
match_limit: 10
|
||||||
|
size: 60
|
||||||
|
placeholder: ''
|
||||||
|
third_party_settings: { }
|
||||||
|
field_password_expiration:
|
||||||
|
type: boolean_checkbox
|
||||||
|
weight: 3
|
||||||
|
region: content
|
||||||
|
settings:
|
||||||
|
display_label: true
|
||||||
|
third_party_settings: { }
|
||||||
|
language:
|
||||||
|
weight: 3
|
||||||
|
region: content
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
timezone:
|
timezone:
|
||||||
weight: 6
|
weight: 6
|
||||||
region: content
|
region: content
|
||||||
user_picture:
|
user_picture:
|
||||||
type: image_image
|
type: image_image
|
||||||
|
weight: 2
|
||||||
|
region: content
|
||||||
settings:
|
settings:
|
||||||
progress_indicator: throbber
|
progress_indicator: throbber
|
||||||
preview_image_style: thumbnail
|
preview_image_style: thumbnail
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
weight: -1
|
|
||||||
region: content
|
|
||||||
hidden:
|
hidden:
|
||||||
field_linked_opencase_actor: true
|
field_pending_expire_sent: true
|
||||||
|
@ -6,6 +6,7 @@ dependencies:
|
|||||||
- core.entity_view_display.comment.comment.default
|
- core.entity_view_display.comment.comment.default
|
||||||
- field.field.node.article.body
|
- field.field.node.article.body
|
||||||
- field.field.node.article.comment
|
- field.field.node.article.comment
|
||||||
|
- field.field.node.article.feeds_item
|
||||||
- field.field.node.article.field_image
|
- field.field.node.article.field_image
|
||||||
- field.field.node.article.field_tags
|
- field.field.node.article.field_tags
|
||||||
- image.style.large
|
- image.style.large
|
||||||
@ -61,4 +62,5 @@ content:
|
|||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
hidden:
|
hidden:
|
||||||
|
feeds_item: true
|
||||||
search_api_excerpt: true
|
search_api_excerpt: true
|
||||||
|
@ -6,6 +6,7 @@ dependencies:
|
|||||||
- core.entity_view_mode.node.rss
|
- core.entity_view_mode.node.rss
|
||||||
- field.field.node.article.body
|
- field.field.node.article.body
|
||||||
- field.field.node.article.comment
|
- field.field.node.article.comment
|
||||||
|
- field.field.node.article.feeds_item
|
||||||
- field.field.node.article.field_image
|
- field.field.node.article.field_image
|
||||||
- field.field.node.article.field_tags
|
- field.field.node.article.field_tags
|
||||||
- node.type.article
|
- node.type.article
|
||||||
@ -24,6 +25,7 @@ content:
|
|||||||
hidden:
|
hidden:
|
||||||
body: true
|
body: true
|
||||||
comment: true
|
comment: true
|
||||||
|
feeds_item: true
|
||||||
field_image: true
|
field_image: true
|
||||||
field_tags: true
|
field_tags: true
|
||||||
search_api_excerpt: true
|
search_api_excerpt: true
|
||||||
|
@ -6,6 +6,7 @@ dependencies:
|
|||||||
- core.entity_view_mode.node.teaser
|
- core.entity_view_mode.node.teaser
|
||||||
- field.field.node.article.body
|
- field.field.node.article.body
|
||||||
- field.field.node.article.comment
|
- field.field.node.article.comment
|
||||||
|
- field.field.node.article.feeds_item
|
||||||
- field.field.node.article.field_image
|
- field.field.node.article.field_image
|
||||||
- field.field.node.article.field_tags
|
- field.field.node.article.field_tags
|
||||||
- image.style.medium
|
- image.style.medium
|
||||||
@ -51,6 +52,7 @@ content:
|
|||||||
region: content
|
region: content
|
||||||
hidden:
|
hidden:
|
||||||
comment: true
|
comment: true
|
||||||
|
feeds_item: true
|
||||||
field_image: true
|
field_image: true
|
||||||
field_tags: true
|
field_tags: true
|
||||||
search_api_excerpt: true
|
search_api_excerpt: true
|
||||||
|
52
config/core.entity_view_display.oc_activity.emi.default.yml
Normal file
52
config/core.entity_view_display.oc_activity.emi.default.yml
Normal file
@ -0,0 +1,52 @@
|
|||||||
|
uuid: 147b5ce7-db30-43de-98b8-248eb132570d
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- opencase_entities.oc_activity_type.emi
|
||||||
|
module:
|
||||||
|
- datetime
|
||||||
|
id: oc_activity.emi.default
|
||||||
|
targetEntityType: oc_activity
|
||||||
|
bundle: emi
|
||||||
|
mode: default
|
||||||
|
content:
|
||||||
|
activity_date_time:
|
||||||
|
type: datetime_default
|
||||||
|
label: above
|
||||||
|
settings:
|
||||||
|
timezone_override: ''
|
||||||
|
format_type: short
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 0
|
||||||
|
region: content
|
||||||
|
client:
|
||||||
|
type: entity_reference_label
|
||||||
|
label: above
|
||||||
|
settings:
|
||||||
|
link: true
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 1
|
||||||
|
region: content
|
||||||
|
description:
|
||||||
|
type: basic_string
|
||||||
|
label: above
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 3
|
||||||
|
region: content
|
||||||
|
name:
|
||||||
|
type: string
|
||||||
|
label: hidden
|
||||||
|
settings:
|
||||||
|
link_to_entity: false
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 2
|
||||||
|
region: content
|
||||||
|
hidden:
|
||||||
|
oc_provider: true
|
||||||
|
oc_target: true
|
||||||
|
search_api_excerpt: true
|
||||||
|
status: true
|
||||||
|
time_taken: true
|
||||||
|
user_id: true
|
@ -0,0 +1,52 @@
|
|||||||
|
uuid: d9d0d719-aa17-435a-b85e-4936cde6b023
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- opencase_entities.oc_activity_type.phone_call
|
||||||
|
module:
|
||||||
|
- datetime
|
||||||
|
id: oc_activity.phone_call.default
|
||||||
|
targetEntityType: oc_activity
|
||||||
|
bundle: phone_call
|
||||||
|
mode: default
|
||||||
|
content:
|
||||||
|
activity_date_time:
|
||||||
|
type: datetime_default
|
||||||
|
label: above
|
||||||
|
settings:
|
||||||
|
timezone_override: ''
|
||||||
|
format_type: short
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 0
|
||||||
|
region: content
|
||||||
|
client:
|
||||||
|
type: entity_reference_label
|
||||||
|
label: above
|
||||||
|
settings:
|
||||||
|
link: true
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 1
|
||||||
|
region: content
|
||||||
|
description:
|
||||||
|
type: basic_string
|
||||||
|
label: above
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 3
|
||||||
|
region: content
|
||||||
|
name:
|
||||||
|
type: string
|
||||||
|
label: hidden
|
||||||
|
settings:
|
||||||
|
link_to_entity: false
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 2
|
||||||
|
region: content
|
||||||
|
hidden:
|
||||||
|
oc_provider: true
|
||||||
|
oc_target: true
|
||||||
|
search_api_excerpt: true
|
||||||
|
status: true
|
||||||
|
time_taken: true
|
||||||
|
user_id: true
|
@ -3,12 +3,11 @@ langcode: en
|
|||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
config:
|
config:
|
||||||
|
- field.field.oc_activity.trainer_debrief.field_caption_for_photo
|
||||||
- field.field.oc_activity.trainer_debrief.field_issues_and_difficulties
|
- field.field.oc_activity.trainer_debrief.field_issues_and_difficulties
|
||||||
- field.field.oc_activity.trainer_debrief.field_issues_with_group_dynamics
|
- field.field.oc_activity.trainer_debrief.field_issues_with_group_dynamics
|
||||||
- field.field.oc_activity.trainer_debrief.field_number_of_participants
|
- field.field.oc_activity.trainer_debrief.field_number_of_participants
|
||||||
- field.field.oc_activity.trainer_debrief.field_ph
|
|
||||||
- field.field.oc_activity.trainer_debrief.field_photo
|
- field.field.oc_activity.trainer_debrief.field_photo
|
||||||
- field.field.oc_activity.trainer_debrief.field_trainer
|
|
||||||
- field.field.oc_activity.trainer_debrief.field_what_came_up_for_the_group
|
- field.field.oc_activity.trainer_debrief.field_what_came_up_for_the_group
|
||||||
- field.field.oc_activity.trainer_debrief.field_what_could_be_improved_for
|
- field.field.oc_activity.trainer_debrief.field_what_could_be_improved_for
|
||||||
- field.field.oc_activity.trainer_debrief.field_what_did_facilitators_do_w
|
- field.field.oc_activity.trainer_debrief.field_what_did_facilitators_do_w
|
||||||
@ -17,104 +16,101 @@ dependencies:
|
|||||||
module:
|
module:
|
||||||
- datetime
|
- datetime
|
||||||
- image
|
- image
|
||||||
- user
|
|
||||||
id: oc_activity.trainer_debrief.default
|
id: oc_activity.trainer_debrief.default
|
||||||
targetEntityType: oc_activity
|
targetEntityType: oc_activity
|
||||||
bundle: trainer_debrief
|
bundle: trainer_debrief
|
||||||
mode: default
|
mode: default
|
||||||
content:
|
content:
|
||||||
activity_date_time:
|
activity_date_time:
|
||||||
label: above
|
|
||||||
type: datetime_default
|
type: datetime_default
|
||||||
|
label: above
|
||||||
settings:
|
settings:
|
||||||
format_type: short
|
|
||||||
timezone_override: ''
|
timezone_override: ''
|
||||||
|
format_type: short
|
||||||
|
third_party_settings: { }
|
||||||
weight: 0
|
weight: 0
|
||||||
region: content
|
region: content
|
||||||
third_party_settings: { }
|
field_caption_for_photo:
|
||||||
field_issues_and_difficulties:
|
type: basic_string
|
||||||
weight: 6
|
|
||||||
label: above
|
label: above
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
|
weight: 10
|
||||||
|
region: content
|
||||||
|
field_issues_and_difficulties:
|
||||||
type: basic_string
|
type: basic_string
|
||||||
|
label: above
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 5
|
||||||
region: content
|
region: content
|
||||||
field_issues_with_group_dynamics:
|
field_issues_with_group_dynamics:
|
||||||
weight: 7
|
type: basic_string
|
||||||
label: above
|
label: above
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
type: basic_string
|
weight: 6
|
||||||
region: content
|
region: content
|
||||||
field_number_of_participants:
|
field_number_of_participants:
|
||||||
weight: 2
|
type: number_integer
|
||||||
label: above
|
label: above
|
||||||
settings:
|
settings:
|
||||||
thousand_separator: ''
|
thousand_separator: ''
|
||||||
prefix_suffix: true
|
prefix_suffix: true
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
type: number_integer
|
weight: 2
|
||||||
region: content
|
region: content
|
||||||
field_ph:
|
field_photo:
|
||||||
weight: 11
|
type: image
|
||||||
|
label: above
|
||||||
|
settings:
|
||||||
|
image_link: ''
|
||||||
|
image_style: ''
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 9
|
||||||
|
region: content
|
||||||
|
field_what_came_up_for_the_group:
|
||||||
|
type: basic_string
|
||||||
label: above
|
label: above
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
|
weight: 4
|
||||||
|
region: content
|
||||||
|
field_what_could_be_improved_for:
|
||||||
type: basic_string
|
type: basic_string
|
||||||
region: content
|
|
||||||
field_photo:
|
|
||||||
weight: 10
|
|
||||||
label: above
|
label: above
|
||||||
settings:
|
settings: { }
|
||||||
image_style: ''
|
|
||||||
image_link: ''
|
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
type: image
|
weight: 8
|
||||||
region: content
|
region: content
|
||||||
field_trainer:
|
field_what_did_facilitators_do_w:
|
||||||
weight: 12
|
type: basic_string
|
||||||
|
label: above
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 3
|
||||||
|
region: content
|
||||||
|
field_what_real_scenarios_or_inc:
|
||||||
|
type: basic_string
|
||||||
|
label: above
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 7
|
||||||
|
region: content
|
||||||
|
oc_provider:
|
||||||
|
type: entity_reference_label
|
||||||
label: above
|
label: above
|
||||||
settings:
|
settings:
|
||||||
link: true
|
link: true
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
type: entity_reference_label
|
|
||||||
region: content
|
|
||||||
field_what_came_up_for_the_group:
|
|
||||||
weight: 5
|
|
||||||
label: above
|
|
||||||
settings: { }
|
|
||||||
third_party_settings: { }
|
|
||||||
type: basic_string
|
|
||||||
region: content
|
|
||||||
field_what_could_be_improved_for:
|
|
||||||
weight: 9
|
|
||||||
label: above
|
|
||||||
settings: { }
|
|
||||||
third_party_settings: { }
|
|
||||||
type: basic_string
|
|
||||||
region: content
|
|
||||||
field_what_did_facilitators_do_w:
|
|
||||||
weight: 4
|
|
||||||
label: above
|
|
||||||
settings: { }
|
|
||||||
third_party_settings: { }
|
|
||||||
type: basic_string
|
|
||||||
region: content
|
|
||||||
field_what_real_scenarios_or_inc:
|
|
||||||
weight: 8
|
|
||||||
label: above
|
|
||||||
settings: { }
|
|
||||||
third_party_settings: { }
|
|
||||||
type: basic_string
|
|
||||||
region: content
|
|
||||||
name:
|
|
||||||
label: hidden
|
|
||||||
type: string
|
|
||||||
weight: 1
|
weight: 1
|
||||||
region: content
|
region: content
|
||||||
settings:
|
|
||||||
link_to_entity: false
|
|
||||||
third_party_settings: { }
|
|
||||||
hidden:
|
hidden:
|
||||||
|
client: true
|
||||||
|
description: true
|
||||||
|
name: true
|
||||||
|
oc_target: true
|
||||||
search_api_excerpt: true
|
search_api_excerpt: true
|
||||||
|
status: true
|
||||||
time_taken: true
|
time_taken: true
|
||||||
|
user_id: true
|
||||||
|
@ -4,6 +4,7 @@ status: true
|
|||||||
dependencies:
|
dependencies:
|
||||||
config:
|
config:
|
||||||
- field.field.oc_actor.trainer.feeds_item
|
- field.field.oc_actor.trainer.feeds_item
|
||||||
|
- field.field.oc_actor.trainer.field_active
|
||||||
- field.field.oc_actor.trainer.field_availability
|
- field.field.oc_actor.trainer.field_availability
|
||||||
- field.field.oc_actor.trainer.field_delivery_partners
|
- field.field.oc_actor.trainer.field_delivery_partners
|
||||||
- field.field.oc_actor.trainer.field_emergency_contact
|
- field.field.oc_actor.trainer.field_emergency_contact
|
||||||
@ -24,112 +25,134 @@ bundle: trainer
|
|||||||
mode: default
|
mode: default
|
||||||
content:
|
content:
|
||||||
email:
|
email:
|
||||||
label: above
|
|
||||||
type: string
|
type: string
|
||||||
weight: 3
|
label: above
|
||||||
region: content
|
|
||||||
settings:
|
settings:
|
||||||
link_to_entity: false
|
link_to_entity: false
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
field_availability:
|
weight: 3
|
||||||
type: entity_reference_revisions_entity_view
|
region: content
|
||||||
weight: 6
|
field_active:
|
||||||
|
type: boolean
|
||||||
label: above
|
label: above
|
||||||
settings:
|
settings:
|
||||||
view_mode: default
|
format: default
|
||||||
|
format_custom_false: ''
|
||||||
|
format_custom_true: ''
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 11
|
||||||
|
region: content
|
||||||
|
field_availability:
|
||||||
|
type: entity_reference_revisions_entity_view
|
||||||
|
label: above
|
||||||
|
settings:
|
||||||
|
view_mode: preview
|
||||||
link: ''
|
link: ''
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
|
weight: 13
|
||||||
region: content
|
region: content
|
||||||
field_delivery_partners:
|
field_delivery_partners:
|
||||||
weight: 7
|
type: entity_reference_label
|
||||||
label: above
|
label: above
|
||||||
settings:
|
settings:
|
||||||
link: true
|
link: true
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
type: entity_reference_label
|
weight: 6
|
||||||
region: content
|
region: content
|
||||||
field_emergency_contact:
|
field_emergency_contact:
|
||||||
type: entity_reference_revisions_entity_view
|
type: entity_reference_revisions_entity_view
|
||||||
weight: 12
|
|
||||||
label: above
|
label: above
|
||||||
settings:
|
settings:
|
||||||
view_mode: default
|
view_mode: default
|
||||||
link: ''
|
link: ''
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
|
weight: 12
|
||||||
region: content
|
region: content
|
||||||
field_languages_spoken_fluently:
|
field_languages_spoken_fluently:
|
||||||
weight: 5
|
type: list_default
|
||||||
label: above
|
label: above
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
type: list_default
|
weight: 5
|
||||||
region: content
|
region: content
|
||||||
field_notes:
|
field_notes:
|
||||||
weight: 9
|
type: basic_string
|
||||||
label: above
|
label: above
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
type: basic_string
|
weight: 8
|
||||||
region: content
|
region: content
|
||||||
field_photo:
|
field_photo:
|
||||||
weight: 8
|
type: image
|
||||||
label: above
|
label: above
|
||||||
settings:
|
settings:
|
||||||
image_style: ''
|
|
||||||
image_link: ''
|
image_link: ''
|
||||||
|
image_style: ''
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
type: image
|
weight: 7
|
||||||
region: content
|
region: content
|
||||||
field_pronoun:
|
field_pronoun:
|
||||||
weight: 2
|
type: string
|
||||||
label: above
|
label: above
|
||||||
settings:
|
settings:
|
||||||
link_to_entity: false
|
link_to_entity: false
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
type: string
|
weight: 2
|
||||||
region: content
|
region: content
|
||||||
first_name:
|
first_name:
|
||||||
type: string
|
type: string
|
||||||
|
label: above
|
||||||
|
settings:
|
||||||
|
link_to_entity: false
|
||||||
|
third_party_settings: { }
|
||||||
weight: 0
|
weight: 0
|
||||||
region: content
|
region: content
|
||||||
label: above
|
|
||||||
settings:
|
|
||||||
link_to_entity: false
|
|
||||||
third_party_settings: { }
|
|
||||||
last_name:
|
last_name:
|
||||||
type: string
|
type: string
|
||||||
|
label: above
|
||||||
|
settings:
|
||||||
|
link_to_entity: false
|
||||||
|
third_party_settings: { }
|
||||||
weight: 1
|
weight: 1
|
||||||
region: content
|
region: content
|
||||||
|
phone:
|
||||||
|
type: string
|
||||||
label: above
|
label: above
|
||||||
settings:
|
settings:
|
||||||
link_to_entity: false
|
link_to_entity: false
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
phone:
|
|
||||||
label: above
|
|
||||||
type: string
|
|
||||||
weight: 4
|
weight: 4
|
||||||
region: content
|
region: content
|
||||||
settings:
|
|
||||||
link_to_entity: false
|
|
||||||
third_party_settings: { }
|
|
||||||
post_code:
|
post_code:
|
||||||
label: above
|
|
||||||
type: string
|
type: string
|
||||||
weight: 11
|
label: above
|
||||||
region: content
|
|
||||||
settings:
|
settings:
|
||||||
link_to_entity: false
|
link_to_entity: false
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
postal_address:
|
|
||||||
label: above
|
|
||||||
type: basic_string
|
|
||||||
weight: 10
|
weight: 10
|
||||||
region: content
|
region: content
|
||||||
|
postal_address:
|
||||||
|
type: basic_string
|
||||||
|
label: above
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
|
weight: 9
|
||||||
|
region: content
|
||||||
|
total_cases:
|
||||||
|
type: number_integer
|
||||||
|
label: above
|
||||||
|
settings:
|
||||||
|
thousand_separator: ''
|
||||||
|
prefix_suffix: true
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 14
|
||||||
|
region: content
|
||||||
hidden:
|
hidden:
|
||||||
feeds_item: true
|
feeds_item: true
|
||||||
full_name: true
|
full_name: true
|
||||||
middle_names: true
|
middle_names: true
|
||||||
phone2: true
|
phone2: true
|
||||||
|
recent_cases: true
|
||||||
search_api_excerpt: true
|
search_api_excerpt: true
|
||||||
|
status: true
|
||||||
|
user_id: true
|
||||||
|
@ -3,48 +3,91 @@ langcode: en
|
|||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
config:
|
config:
|
||||||
|
- field.field.oc_case.project.feeds_item
|
||||||
- field.field.oc_case.project.field_contract_signed_date
|
- field.field.oc_case.project.field_contract_signed_date
|
||||||
- field.field.oc_case.project.field_fee
|
- field.field.oc_case.project.field_invoicing_notes
|
||||||
- field.field.oc_case.project.field_total_fee
|
- field.field.oc_case.project.field_invoicing_status
|
||||||
|
- field.field.oc_case.project.field_link_to_invoice
|
||||||
- opencase_cases.oc_case_type.project
|
- opencase_cases.oc_case_type.project
|
||||||
module:
|
module:
|
||||||
- datetime
|
- datetime
|
||||||
- entity_reference_revisions
|
|
||||||
- file
|
- file
|
||||||
|
- link
|
||||||
- user
|
- user
|
||||||
id: oc_case.project.default
|
id: oc_case.project.default
|
||||||
targetEntityType: oc_case
|
targetEntityType: oc_case
|
||||||
bundle: project
|
bundle: project
|
||||||
mode: default
|
mode: default
|
||||||
content:
|
content:
|
||||||
client:
|
activities:
|
||||||
type: entity_reference_label
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 0
|
||||||
|
region: content
|
||||||
|
billing_details:
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
weight: 1
|
weight: 1
|
||||||
region: content
|
region: content
|
||||||
|
client:
|
||||||
|
type: entity_reference_label
|
||||||
label: above
|
label: above
|
||||||
settings:
|
settings:
|
||||||
link: true
|
link: true
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
|
weight: 8
|
||||||
|
region: content
|
||||||
|
fees:
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 5
|
||||||
|
region: content
|
||||||
field_contract_signed_date:
|
field_contract_signed_date:
|
||||||
weight: 2
|
type: datetime_default
|
||||||
label: above
|
label: above
|
||||||
settings:
|
settings:
|
||||||
timezone_override: ''
|
timezone_override: ''
|
||||||
format_type: short
|
format_type: short
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
type: datetime_default
|
weight: 9
|
||||||
region: content
|
region: content
|
||||||
field_fee:
|
field_invoicing_notes:
|
||||||
type: entity_reference_revisions_entity_view
|
type: basic_string
|
||||||
weight: 3
|
label: above
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 2
|
||||||
|
region: content
|
||||||
|
field_invoicing_status:
|
||||||
|
type: entity_reference_label
|
||||||
label: above
|
label: above
|
||||||
settings:
|
settings:
|
||||||
view_mode: default
|
link: true
|
||||||
link: ''
|
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
|
weight: 3
|
||||||
region: content
|
region: content
|
||||||
field_total_fee:
|
field_link_to_invoice:
|
||||||
|
type: link
|
||||||
|
label: above
|
||||||
|
settings:
|
||||||
|
trim_length: 80
|
||||||
|
url_only: false
|
||||||
|
url_plain: false
|
||||||
|
rel: ''
|
||||||
|
target: ''
|
||||||
|
third_party_settings: { }
|
||||||
weight: 4
|
weight: 4
|
||||||
|
region: content
|
||||||
|
files:
|
||||||
|
type: file_default
|
||||||
|
label: above
|
||||||
|
settings:
|
||||||
|
use_description_as_link_text: true
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 11
|
||||||
|
region: content
|
||||||
|
total_fee:
|
||||||
|
type: number_decimal
|
||||||
label: above
|
label: above
|
||||||
settings:
|
settings:
|
||||||
thousand_separator: ''
|
thousand_separator: ''
|
||||||
@ -52,27 +95,26 @@ content:
|
|||||||
scale: 2
|
scale: 2
|
||||||
prefix_suffix: true
|
prefix_suffix: true
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
type: number_decimal
|
|
||||||
region: content
|
|
||||||
files:
|
|
||||||
label: above
|
|
||||||
settings:
|
|
||||||
use_description_as_link_text: true
|
|
||||||
region: content
|
|
||||||
weight: 6
|
weight: 6
|
||||||
third_party_settings: { }
|
region: content
|
||||||
type: file_default
|
|
||||||
trainings:
|
trainings:
|
||||||
weight: 0
|
|
||||||
region: content
|
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
|
weight: 7
|
||||||
|
region: content
|
||||||
user_id:
|
user_id:
|
||||||
label: above
|
|
||||||
type: author
|
type: author
|
||||||
weight: 5
|
label: above
|
||||||
region: content
|
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
|
weight: 10
|
||||||
|
region: content
|
||||||
hidden:
|
hidden:
|
||||||
|
changed: true
|
||||||
|
created: true
|
||||||
|
feeds_item: true
|
||||||
|
name: true
|
||||||
|
notes: true
|
||||||
|
oc_target: true
|
||||||
search_api_excerpt: true
|
search_api_excerpt: true
|
||||||
|
status: true
|
||||||
|
@ -3,18 +3,17 @@ langcode: en
|
|||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
config:
|
config:
|
||||||
|
- field.field.oc_case.training.feeds_item
|
||||||
- field.field.oc_case.training.field_date_of_training
|
- field.field.oc_case.training.field_date_of_training
|
||||||
- field.field.oc_case.training.field_number_of_participants
|
- field.field.oc_case.training.field_number_of_participants
|
||||||
- field.field.oc_case.training.field_project
|
- field.field.oc_case.training.field_project
|
||||||
- field.field.oc_case.training.field_social_media
|
- field.field.oc_case.training.field_social_media
|
||||||
- field.field.oc_case.training.field_trainer
|
|
||||||
- field.field.oc_case.training.field_training_delivery_format
|
- field.field.oc_case.training.field_training_delivery_format
|
||||||
- field.field.oc_case.training.field_training_status
|
- field.field.oc_case.training.field_training_status
|
||||||
- field.field.oc_case.training.field_training_type
|
- field.field.oc_case.training.field_training_type
|
||||||
- opencase_cases.oc_case_type.training
|
- opencase_cases.oc_case_type.training
|
||||||
module:
|
module:
|
||||||
- datetime
|
- datetime
|
||||||
- entity_reference_revisions
|
|
||||||
- file
|
- file
|
||||||
- options
|
- options
|
||||||
- user
|
- user
|
||||||
@ -25,50 +24,60 @@ targetEntityType: oc_case
|
|||||||
bundle: training
|
bundle: training
|
||||||
mode: default
|
mode: default
|
||||||
content:
|
content:
|
||||||
activities_entity_view_1:
|
activities:
|
||||||
weight: 4
|
|
||||||
region: content
|
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
|
weight: 12
|
||||||
|
region: content
|
||||||
|
activities_entity_view_1:
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 4
|
||||||
|
region: content
|
||||||
client:
|
client:
|
||||||
type: entity_reference_label
|
type: entity_reference_label
|
||||||
weight: 0
|
|
||||||
region: content
|
|
||||||
label: above
|
label: above
|
||||||
settings:
|
settings:
|
||||||
link: true
|
link: true
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
debriefs:
|
weight: 0
|
||||||
|
region: content
|
||||||
|
debrief:
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
weight: 10
|
weight: 10
|
||||||
region: content
|
region: content
|
||||||
|
debriefs:
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
|
weight: 10
|
||||||
|
region: content
|
||||||
debriefs_entity_view_1:
|
debriefs_entity_view_1:
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
weight: 3
|
weight: 3
|
||||||
region: content
|
region: content
|
||||||
|
evaluations:
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
evaluations:
|
|
||||||
weight: 11
|
weight: 11
|
||||||
region: content
|
region: content
|
||||||
|
evaluations_entity_view_1:
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
evaluations_entity_view_1:
|
|
||||||
weight: 4
|
weight: 4
|
||||||
region: content
|
region: content
|
||||||
settings: { }
|
|
||||||
third_party_settings: { }
|
|
||||||
field_date_of_training:
|
field_date_of_training:
|
||||||
weight: 4
|
type: datetime_default
|
||||||
label: above
|
label: above
|
||||||
settings:
|
settings:
|
||||||
format_type: medium
|
|
||||||
timezone_override: ''
|
timezone_override: ''
|
||||||
|
format_type: medium
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
type: datetime_default
|
weight: 4
|
||||||
region: content
|
region: content
|
||||||
field_fee:
|
field_fee:
|
||||||
weight: 3
|
type: number_decimal
|
||||||
label: above
|
label: above
|
||||||
settings:
|
settings:
|
||||||
thousand_separator: ''
|
thousand_separator: ''
|
||||||
@ -76,86 +85,96 @@ content:
|
|||||||
scale: 2
|
scale: 2
|
||||||
prefix_suffix: true
|
prefix_suffix: true
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
type: number_decimal
|
weight: 3
|
||||||
region: content
|
region: content
|
||||||
field_fee_category:
|
field_fee_category:
|
||||||
type: list_default
|
type: list_default
|
||||||
weight: 2
|
|
||||||
region: content
|
|
||||||
label: above
|
label: above
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
|
weight: 2
|
||||||
|
region: content
|
||||||
field_number_of_participants:
|
field_number_of_participants:
|
||||||
weight: 7
|
type: number_integer
|
||||||
label: above
|
label: above
|
||||||
settings:
|
settings:
|
||||||
thousand_separator: ''
|
thousand_separator: ''
|
||||||
prefix_suffix: true
|
prefix_suffix: true
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
type: number_integer
|
weight: 6
|
||||||
region: content
|
region: content
|
||||||
field_project:
|
field_project:
|
||||||
weight: 1
|
type: entity_reference_label
|
||||||
label: above
|
label: above
|
||||||
settings:
|
settings:
|
||||||
link: true
|
link: true
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
type: entity_reference_label
|
weight: 1
|
||||||
region: content
|
region: content
|
||||||
field_social_media:
|
field_social_media:
|
||||||
weight: 8
|
type: boolean
|
||||||
label: above
|
label: above
|
||||||
settings:
|
settings:
|
||||||
format: default
|
format: default
|
||||||
format_custom_false: ''
|
format_custom_false: ''
|
||||||
format_custom_true: ''
|
format_custom_true: ''
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
type: boolean
|
weight: 7
|
||||||
region: content
|
|
||||||
field_trainer:
|
|
||||||
type: entity_reference_revisions_entity_view
|
|
||||||
weight: 6
|
|
||||||
label: above
|
|
||||||
settings:
|
|
||||||
view_mode: default
|
|
||||||
link: ''
|
|
||||||
third_party_settings: { }
|
|
||||||
region: content
|
region: content
|
||||||
field_training_delivery_format:
|
field_training_delivery_format:
|
||||||
weight: 5
|
type: list_default
|
||||||
label: above
|
label: above
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
type: list_default
|
weight: 5
|
||||||
region: content
|
region: content
|
||||||
field_training_status:
|
field_training_status:
|
||||||
weight: 3
|
type: list_default
|
||||||
label: above
|
label: above
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
type: list_default
|
weight: 3
|
||||||
region: content
|
region: content
|
||||||
field_training_type:
|
field_training_type:
|
||||||
weight: 2
|
type: list_default
|
||||||
label: above
|
label: above
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
type: list_default
|
weight: 2
|
||||||
region: content
|
region: content
|
||||||
files:
|
files:
|
||||||
|
type: file_default
|
||||||
label: above
|
label: above
|
||||||
settings:
|
settings:
|
||||||
use_description_as_link_text: true
|
use_description_as_link_text: true
|
||||||
region: content
|
|
||||||
weight: 9
|
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
type: file_default
|
weight: 8
|
||||||
user_id:
|
|
||||||
label: above
|
|
||||||
type: author
|
|
||||||
weight: 12
|
|
||||||
region: content
|
region: content
|
||||||
|
notes:
|
||||||
|
type: basic_string
|
||||||
|
label: above
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
|
weight: 14
|
||||||
|
region: content
|
||||||
|
trainers:
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 9
|
||||||
|
region: content
|
||||||
|
user_id:
|
||||||
|
type: author
|
||||||
|
label: above
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 13
|
||||||
|
region: content
|
||||||
hidden:
|
hidden:
|
||||||
|
changed: true
|
||||||
|
created: true
|
||||||
|
feeds_item: true
|
||||||
|
name: true
|
||||||
|
oc_target: true
|
||||||
search_api_excerpt: true
|
search_api_excerpt: true
|
||||||
|
status: true
|
||||||
|
total_fee: true
|
||||||
|
@ -0,0 +1,45 @@
|
|||||||
|
uuid: efaca5b6-aed7-4957-a728-fb0eea27d8ef
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.field.oc_case_fee.project_fee.feeds_item
|
||||||
|
- opencase_cases.oc_case_fee_type.project_fee
|
||||||
|
id: oc_case_fee.project_fee.default
|
||||||
|
targetEntityType: oc_case_fee
|
||||||
|
bundle: project_fee
|
||||||
|
mode: default
|
||||||
|
content:
|
||||||
|
amount:
|
||||||
|
type: number_decimal
|
||||||
|
label: above
|
||||||
|
settings:
|
||||||
|
thousand_separator: ''
|
||||||
|
decimal_separator: .
|
||||||
|
scale: 2
|
||||||
|
prefix_suffix: true
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 1
|
||||||
|
region: content
|
||||||
|
description:
|
||||||
|
type: basic_string
|
||||||
|
label: above
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 2
|
||||||
|
region: content
|
||||||
|
oc_fee_category:
|
||||||
|
type: entity_reference_label
|
||||||
|
label: above
|
||||||
|
settings:
|
||||||
|
link: true
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 0
|
||||||
|
region: content
|
||||||
|
hidden:
|
||||||
|
feeds_item: true
|
||||||
|
name: true
|
||||||
|
oc_case: true
|
||||||
|
search_api_excerpt: true
|
||||||
|
status: true
|
||||||
|
user_id: true
|
@ -0,0 +1,56 @@
|
|||||||
|
uuid: ac137f06-3a96-456e-bb01-d3265df79e38
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.field.oc_case_provision.trainer.feeds_item
|
||||||
|
- field.field.oc_case_provision.trainer.field_rate
|
||||||
|
- field.field.oc_case_provision.trainer.field_rate_type
|
||||||
|
- opencase_cases.oc_case_provision_type.trainer
|
||||||
|
module:
|
||||||
|
- options
|
||||||
|
id: oc_case_provision.trainer.default
|
||||||
|
targetEntityType: oc_case_provision
|
||||||
|
bundle: trainer
|
||||||
|
mode: default
|
||||||
|
content:
|
||||||
|
field_rate:
|
||||||
|
weight: 0
|
||||||
|
label: above
|
||||||
|
settings:
|
||||||
|
thousand_separator: ''
|
||||||
|
decimal_separator: .
|
||||||
|
scale: 2
|
||||||
|
prefix_suffix: true
|
||||||
|
third_party_settings: { }
|
||||||
|
type: number_decimal
|
||||||
|
region: content
|
||||||
|
field_rate_type:
|
||||||
|
weight: 1
|
||||||
|
label: above
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
type: list_default
|
||||||
|
region: content
|
||||||
|
oc_case_provider_role:
|
||||||
|
type: entity_reference_label
|
||||||
|
weight: 3
|
||||||
|
region: content
|
||||||
|
label: above
|
||||||
|
settings:
|
||||||
|
link: true
|
||||||
|
third_party_settings: { }
|
||||||
|
oc_provider:
|
||||||
|
type: entity_reference_label
|
||||||
|
weight: 2
|
||||||
|
region: content
|
||||||
|
label: above
|
||||||
|
settings:
|
||||||
|
link: true
|
||||||
|
third_party_settings: { }
|
||||||
|
hidden:
|
||||||
|
feeds_item: true
|
||||||
|
name: true
|
||||||
|
search_api_excerpt: true
|
||||||
|
status: true
|
||||||
|
user_id: true
|
@ -29,128 +29,133 @@ targetEntityType: oc_organisation
|
|||||||
bundle: client
|
bundle: client
|
||||||
mode: default
|
mode: default
|
||||||
content:
|
content:
|
||||||
|
activities:
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 3
|
||||||
|
region: content
|
||||||
field_accreditation_date:
|
field_accreditation_date:
|
||||||
weight: 8
|
type: datetime_default
|
||||||
label: above
|
label: above
|
||||||
settings:
|
settings:
|
||||||
timezone_override: ''
|
timezone_override: ''
|
||||||
format_type: short
|
format_type: short
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
type: datetime_default
|
weight: 9
|
||||||
region: content
|
region: content
|
||||||
field_client_status:
|
field_client_status:
|
||||||
weight: 7
|
type: entity_reference_label
|
||||||
label: above
|
label: above
|
||||||
settings:
|
settings:
|
||||||
link: false
|
link: false
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
type: entity_reference_label
|
weight: 8
|
||||||
region: content
|
region: content
|
||||||
field_client_substatus:
|
field_client_substatus:
|
||||||
weight: 6
|
type: entity_reference_label
|
||||||
label: above
|
label: above
|
||||||
settings:
|
settings:
|
||||||
link: false
|
link: false
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
type: entity_reference_label
|
weight: 7
|
||||||
region: content
|
region: content
|
||||||
field_client_subtype:
|
field_client_subtype:
|
||||||
weight: 5
|
type: entity_reference_label
|
||||||
label: above
|
label: above
|
||||||
settings:
|
settings:
|
||||||
link: false
|
link: false
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
type: entity_reference_label
|
weight: 6
|
||||||
region: content
|
region: content
|
||||||
field_client_type:
|
field_client_type:
|
||||||
weight: 4
|
type: entity_reference_label
|
||||||
label: above
|
label: above
|
||||||
settings:
|
settings:
|
||||||
link: false
|
link: false
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
type: entity_reference_label
|
weight: 5
|
||||||
region: content
|
region: content
|
||||||
field_how_did_you_hear_about_us:
|
field_how_did_you_hear_about_us:
|
||||||
weight: 15
|
type: list_default
|
||||||
label: above
|
label: above
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
type: list_default
|
weight: 16
|
||||||
region: content
|
region: content
|
||||||
field_location_festival_event:
|
field_location_festival_event:
|
||||||
weight: 12
|
type: string
|
||||||
label: above
|
label: above
|
||||||
settings:
|
settings:
|
||||||
link_to_entity: false
|
link_to_entity: false
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
type: string
|
weight: 13
|
||||||
region: content
|
region: content
|
||||||
field_number_of_events_per_year:
|
field_number_of_events_per_year:
|
||||||
weight: 13
|
type: number_integer
|
||||||
label: above
|
label: above
|
||||||
settings:
|
settings:
|
||||||
thousand_separator: ''
|
thousand_separator: ''
|
||||||
prefix_suffix: true
|
prefix_suffix: true
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
type: number_integer
|
weight: 14
|
||||||
region: content
|
region: content
|
||||||
field_number_of_staff:
|
field_number_of_staff:
|
||||||
weight: 11
|
type: number_integer
|
||||||
label: above
|
label: above
|
||||||
settings:
|
settings:
|
||||||
thousand_separator: ''
|
thousand_separator: ''
|
||||||
prefix_suffix: true
|
prefix_suffix: true
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
type: number_integer
|
weight: 12
|
||||||
region: content
|
region: content
|
||||||
field_premises_capacity:
|
field_premises_capacity:
|
||||||
weight: 10
|
type: number_integer
|
||||||
label: above
|
label: above
|
||||||
settings:
|
settings:
|
||||||
thousand_separator: ''
|
thousand_separator: ''
|
||||||
prefix_suffix: true
|
prefix_suffix: true
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
type: number_integer
|
weight: 11
|
||||||
region: content
|
region: content
|
||||||
field_tags:
|
field_tags:
|
||||||
weight: 14
|
type: entity_reference_label
|
||||||
label: above
|
label: above
|
||||||
settings:
|
settings:
|
||||||
link: false
|
link: false
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
type: entity_reference_label
|
weight: 15
|
||||||
region: content
|
region: content
|
||||||
field_umbrella_client:
|
field_umbrella_client:
|
||||||
weight: 9
|
type: entity_reference_label
|
||||||
label: above
|
label: above
|
||||||
settings:
|
settings:
|
||||||
link: true
|
link: true
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
type: entity_reference_label
|
weight: 10
|
||||||
region: content
|
region: content
|
||||||
linked_clients:
|
linked_clients:
|
||||||
weight: 0
|
|
||||||
region: content
|
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
name:
|
weight: 0
|
||||||
label: hidden
|
|
||||||
type: string
|
|
||||||
weight: 3
|
|
||||||
region: content
|
region: content
|
||||||
|
name:
|
||||||
|
type: string
|
||||||
|
label: hidden
|
||||||
settings:
|
settings:
|
||||||
link_to_entity: false
|
link_to_entity: false
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
|
weight: 4
|
||||||
|
region: content
|
||||||
projects:
|
projects:
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
weight: 2
|
weight: 2
|
||||||
region: content
|
region: content
|
||||||
|
trainings:
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
trainings:
|
|
||||||
weight: 1
|
weight: 1
|
||||||
region: content
|
region: content
|
||||||
settings: { }
|
|
||||||
third_party_settings: { }
|
|
||||||
hidden:
|
hidden:
|
||||||
feeds_item: true
|
feeds_item: true
|
||||||
field_images: true
|
field_images: true
|
||||||
|
@ -17,17 +17,17 @@ mode: default
|
|||||||
content:
|
content:
|
||||||
field_day:
|
field_day:
|
||||||
type: list_default
|
type: list_default
|
||||||
|
label: hidden
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
weight: 0
|
weight: 0
|
||||||
region: content
|
region: content
|
||||||
label: inline
|
|
||||||
settings: { }
|
|
||||||
third_party_settings: { }
|
|
||||||
field_time:
|
field_time:
|
||||||
type: list_default
|
type: list_default
|
||||||
weight: 1
|
label: hidden
|
||||||
region: content
|
|
||||||
label: inline
|
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
|
weight: 1
|
||||||
|
region: content
|
||||||
hidden:
|
hidden:
|
||||||
search_api_excerpt: true
|
search_api_excerpt: true
|
||||||
|
@ -14,27 +14,27 @@ mode: default
|
|||||||
content:
|
content:
|
||||||
field_name:
|
field_name:
|
||||||
type: string
|
type: string
|
||||||
|
label: hidden
|
||||||
|
settings:
|
||||||
|
link_to_entity: false
|
||||||
|
third_party_settings: { }
|
||||||
weight: 0
|
weight: 0
|
||||||
region: content
|
region: content
|
||||||
label: above
|
|
||||||
settings:
|
|
||||||
link_to_entity: false
|
|
||||||
third_party_settings: { }
|
|
||||||
field_phone:
|
field_phone:
|
||||||
type: string
|
type: string
|
||||||
|
label: hidden
|
||||||
|
settings:
|
||||||
|
link_to_entity: false
|
||||||
|
third_party_settings: { }
|
||||||
weight: 1
|
weight: 1
|
||||||
region: content
|
region: content
|
||||||
label: above
|
|
||||||
settings:
|
|
||||||
link_to_entity: false
|
|
||||||
third_party_settings: { }
|
|
||||||
field_relationship:
|
field_relationship:
|
||||||
type: string
|
type: string
|
||||||
weight: 2
|
label: hidden
|
||||||
region: content
|
|
||||||
label: above
|
|
||||||
settings:
|
settings:
|
||||||
link_to_entity: false
|
link_to_entity: false
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
|
weight: 2
|
||||||
|
region: content
|
||||||
hidden:
|
hidden:
|
||||||
search_api_excerpt: true
|
search_api_excerpt: true
|
||||||
|
@ -4,7 +4,10 @@ status: true
|
|||||||
dependencies:
|
dependencies:
|
||||||
config:
|
config:
|
||||||
- core.entity_view_mode.user.compact
|
- core.entity_view_mode.user.compact
|
||||||
|
- field.field.user.user.field_last_password_reset
|
||||||
- field.field.user.user.field_linked_opencase_actor
|
- field.field.user.user.field_linked_opencase_actor
|
||||||
|
- field.field.user.user.field_password_expiration
|
||||||
|
- field.field.user.user.field_pending_expire_sent
|
||||||
- field.field.user.user.user_picture
|
- field.field.user.user.user_picture
|
||||||
- image.style.thumbnail
|
- image.style.thumbnail
|
||||||
module:
|
module:
|
||||||
@ -19,14 +22,17 @@ mode: compact
|
|||||||
content:
|
content:
|
||||||
user_picture:
|
user_picture:
|
||||||
type: image
|
type: image
|
||||||
|
label: hidden
|
||||||
|
settings:
|
||||||
|
image_link: content
|
||||||
|
image_style: thumbnail
|
||||||
|
third_party_settings: { }
|
||||||
weight: 0
|
weight: 0
|
||||||
region: content
|
region: content
|
||||||
settings:
|
|
||||||
image_style: thumbnail
|
|
||||||
image_link: content
|
|
||||||
third_party_settings: { }
|
|
||||||
label: hidden
|
|
||||||
hidden:
|
hidden:
|
||||||
|
field_last_password_reset: true
|
||||||
field_linked_opencase_actor: true
|
field_linked_opencase_actor: true
|
||||||
|
field_password_expiration: true
|
||||||
|
field_pending_expire_sent: true
|
||||||
member_for: true
|
member_for: true
|
||||||
search_api_excerpt: true
|
search_api_excerpt: true
|
||||||
|
@ -3,7 +3,10 @@ langcode: en
|
|||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
config:
|
config:
|
||||||
|
- field.field.user.user.field_last_password_reset
|
||||||
- field.field.user.user.field_linked_opencase_actor
|
- field.field.user.user.field_linked_opencase_actor
|
||||||
|
- field.field.user.user.field_password_expiration
|
||||||
|
- field.field.user.user.field_pending_expire_sent
|
||||||
- field.field.user.user.user_picture
|
- field.field.user.user.user_picture
|
||||||
- image.style.thumbnail
|
- image.style.thumbnail
|
||||||
module:
|
module:
|
||||||
@ -16,18 +19,30 @@ targetEntityType: user
|
|||||||
bundle: user
|
bundle: user
|
||||||
mode: default
|
mode: default
|
||||||
content:
|
content:
|
||||||
|
field_linked_opencase_actor:
|
||||||
|
type: entity_reference_label
|
||||||
|
label: above
|
||||||
|
settings:
|
||||||
|
link: true
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 0
|
||||||
|
region: content
|
||||||
member_for:
|
member_for:
|
||||||
weight: 5
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 2
|
||||||
region: content
|
region: content
|
||||||
user_picture:
|
user_picture:
|
||||||
type: image
|
type: image
|
||||||
weight: 0
|
|
||||||
region: content
|
|
||||||
settings:
|
|
||||||
image_style: thumbnail
|
|
||||||
image_link: content
|
|
||||||
third_party_settings: { }
|
|
||||||
label: hidden
|
label: hidden
|
||||||
|
settings:
|
||||||
|
image_link: content
|
||||||
|
image_style: thumbnail
|
||||||
|
third_party_settings: { }
|
||||||
|
weight: 1
|
||||||
|
region: content
|
||||||
hidden:
|
hidden:
|
||||||
field_linked_opencase_actor: true
|
field_last_password_reset: true
|
||||||
|
field_password_expiration: true
|
||||||
|
field_pending_expire_sent: true
|
||||||
search_api_excerpt: true
|
search_api_excerpt: true
|
||||||
|
18
config/core.entity_view_mode.projects.yml
Normal file
18
config/core.entity_view_mode.projects.yml
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
uuid: d6279582-2817-4fc5-8da1-7aef408ac19f
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.storage.oc_case.field_contract_signed_date
|
||||||
|
- opencase_cases.oc_case_type.project
|
||||||
|
- system.menu.opencase
|
||||||
|
- user.role.administrator
|
||||||
|
- user.role.gno_admin_user
|
||||||
|
module:
|
||||||
|
- datetime
|
||||||
|
- opencase_cases
|
||||||
|
- user
|
||||||
|
id: projects
|
||||||
|
label: Projects
|
||||||
|
targetEntityType: null
|
||||||
|
cache: true
|
@ -1,6 +1,8 @@
|
|||||||
module:
|
module:
|
||||||
admin_toolbar: 0
|
admin_toolbar: 0
|
||||||
automated_cron: 0
|
automated_cron: 0
|
||||||
|
base_field_override_ui: 0
|
||||||
|
better_exposed_filters: 0
|
||||||
big_pipe: 0
|
big_pipe: 0
|
||||||
block: 0
|
block: 0
|
||||||
block_content: 0
|
block_content: 0
|
||||||
@ -12,7 +14,9 @@ module:
|
|||||||
contact: 0
|
contact: 0
|
||||||
content_as_config: 0
|
content_as_config: 0
|
||||||
contextual: 0
|
contextual: 0
|
||||||
|
csv_serialization: 0
|
||||||
ctools: 0
|
ctools: 0
|
||||||
|
date_popup: 0
|
||||||
datetime: 0
|
datetime: 0
|
||||||
dblog: 0
|
dblog: 0
|
||||||
dbug: 0
|
dbug: 0
|
||||||
@ -23,6 +27,7 @@ module:
|
|||||||
entity_extra_field: 0
|
entity_extra_field: 0
|
||||||
entity_extra_field_ui: 0
|
entity_extra_field_ui: 0
|
||||||
entity_reference_revisions: 0
|
entity_reference_revisions: 0
|
||||||
|
facets: 0
|
||||||
feeds: 0
|
feeds: 0
|
||||||
field: 0
|
field: 0
|
||||||
field_permissions: 0
|
field_permissions: 0
|
||||||
@ -34,8 +39,13 @@ module:
|
|||||||
help: 0
|
help: 0
|
||||||
history: 0
|
history: 0
|
||||||
image: 0
|
image: 0
|
||||||
|
jquery_ui: 0
|
||||||
|
jquery_ui_datepicker: 0
|
||||||
|
jquery_ui_slider: 0
|
||||||
|
jquery_ui_touch_punch: 0
|
||||||
jsonapi: 0
|
jsonapi: 0
|
||||||
link: 0
|
link: 0
|
||||||
|
mailsystem: 0
|
||||||
menu_link_content: 0
|
menu_link_content: 0
|
||||||
menu_ui: 0
|
menu_ui: 0
|
||||||
node: 0
|
node: 0
|
||||||
@ -45,6 +55,7 @@ module:
|
|||||||
opencase_search: 0
|
opencase_search: 0
|
||||||
options: 0
|
options: 0
|
||||||
page_cache: 0
|
page_cache: 0
|
||||||
|
password_strength: 0
|
||||||
path: 0
|
path: 0
|
||||||
path_alias: 0
|
path_alias: 0
|
||||||
quickedit: 0
|
quickedit: 0
|
||||||
@ -69,7 +80,11 @@ module:
|
|||||||
user: 0
|
user: 0
|
||||||
views_aggregator: 0
|
views_aggregator: 0
|
||||||
views_autosubmit: 0
|
views_autosubmit: 0
|
||||||
|
views_data_export: 0
|
||||||
|
views_summarize: 0
|
||||||
views_ui: 0
|
views_ui: 0
|
||||||
|
hide_revision_field: 1
|
||||||
|
password_policy: 10
|
||||||
views: 10
|
views: 10
|
||||||
paragraphs: 11
|
paragraphs: 11
|
||||||
standard: 1000
|
standard: 1000
|
||||||
|
@ -1,3 +1,81 @@
|
|||||||
definitions: { }
|
definitions:
|
||||||
|
opencase__reporting:
|
||||||
|
weight: -47
|
||||||
|
menu_name: opencase
|
||||||
|
parent: ''
|
||||||
|
enabled: true
|
||||||
|
expanded: false
|
||||||
|
opencase__see_all:
|
||||||
|
weight: -50
|
||||||
|
menu_name: opencase
|
||||||
|
parent: ''
|
||||||
|
expanded: false
|
||||||
|
enabled: true
|
||||||
|
opencase__opencase_add_new_things_menu:
|
||||||
|
weight: -49
|
||||||
|
menu_name: opencase
|
||||||
|
parent: ''
|
||||||
|
expanded: false
|
||||||
|
enabled: true
|
||||||
|
opencase__opencase_admin_menu:
|
||||||
|
weight: -48
|
||||||
|
menu_name: opencase
|
||||||
|
parent: ''
|
||||||
|
expanded: false
|
||||||
|
enabled: true
|
||||||
|
'opencase__manage_taxonomy_links:client_status':
|
||||||
|
enabled: false
|
||||||
|
menu_name: opencase
|
||||||
|
parent: opencase.opencase_admin_menu
|
||||||
|
expanded: false
|
||||||
|
weight: 0
|
||||||
|
'opencase__manage_taxonomy_links:clie':
|
||||||
|
enabled: false
|
||||||
|
menu_name: opencase
|
||||||
|
parent: opencase.opencase_admin_menu
|
||||||
|
weight: 0
|
||||||
|
expanded: false
|
||||||
|
'opencase__manage_taxonomy_links:client_subtypes':
|
||||||
|
enabled: false
|
||||||
|
menu_name: opencase
|
||||||
|
parent: opencase.opencase_admin_menu
|
||||||
|
weight: 0
|
||||||
|
expanded: false
|
||||||
|
'opencase__manage_taxonomy_links:client_types':
|
||||||
|
enabled: false
|
||||||
|
menu_name: opencase
|
||||||
|
parent: opencase.opencase_admin_menu
|
||||||
|
weight: 0
|
||||||
|
expanded: false
|
||||||
|
'opencase__see_all_organisations_links:client':
|
||||||
|
enabled: false
|
||||||
|
menu_name: opencase
|
||||||
|
parent: opencase.see_all
|
||||||
|
expanded: false
|
||||||
|
weight: 0
|
||||||
|
'opencase__see_all_organisations_links:partner_organisation':
|
||||||
|
enabled: false
|
||||||
|
menu_name: opencase
|
||||||
|
parent: opencase.see_all
|
||||||
|
weight: 0
|
||||||
|
expanded: false
|
||||||
|
'opencase__see_all_people_links:trainer':
|
||||||
|
enabled: false
|
||||||
|
menu_name: opencase
|
||||||
|
parent: opencase.see_all
|
||||||
|
weight: 0
|
||||||
|
expanded: false
|
||||||
|
'opencase__see_all_organisations_links:umbrella_client':
|
||||||
|
enabled: false
|
||||||
|
menu_name: opencase
|
||||||
|
parent: opencase.see_all
|
||||||
|
weight: 0
|
||||||
|
expanded: false
|
||||||
|
'opencase__manage_taxonomy_links:oc_case_provider_role':
|
||||||
|
enabled: false
|
||||||
|
menu_name: opencase
|
||||||
|
parent: opencase.opencase_admin_menu
|
||||||
|
expanded: false
|
||||||
|
weight: 0
|
||||||
_core:
|
_core:
|
||||||
default_config_hash: o4bYR9ZupWb3AsOIizTUG4g-nu1mdJqA59UB7QT-ifQ
|
default_config_hash: o4bYR9ZupWb3AsOIizTUG4g-nu1mdJqA59UB7QT-ifQ
|
||||||
|
@ -0,0 +1,48 @@
|
|||||||
|
uuid: 5dcb8bf1-2961-42ac-b031-3d152ae78c5d
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- opencase_entities.oc_activity_type.evaluation
|
||||||
|
- opencase_entities.oc_activity_type.trainer_debrief
|
||||||
|
- user.role.gno_admin_user
|
||||||
|
module:
|
||||||
|
- datetime
|
||||||
|
- opencase_entities
|
||||||
|
- user
|
||||||
|
id: oc_case.project.activities
|
||||||
|
label: Activities
|
||||||
|
display_label: true
|
||||||
|
name: activities
|
||||||
|
description: ''
|
||||||
|
base_entity_type_id: oc_case
|
||||||
|
base_bundle_type_id: project
|
||||||
|
field_type_id: views
|
||||||
|
field_type_config:
|
||||||
|
view_name: activities_without_case
|
||||||
|
display: block_2
|
||||||
|
arguments: ''
|
||||||
|
field_type_condition:
|
||||||
|
'entity_bundle:oc_case':
|
||||||
|
id: 'entity_bundle:oc_case'
|
||||||
|
negate: false
|
||||||
|
context_mapping:
|
||||||
|
oc_case: entity_extra_field.target_entity
|
||||||
|
bundles:
|
||||||
|
project: project
|
||||||
|
training: training
|
||||||
|
route:
|
||||||
|
id: route
|
||||||
|
negate: false
|
||||||
|
routes: ''
|
||||||
|
request_path:
|
||||||
|
id: request_path
|
||||||
|
negate: false
|
||||||
|
pages: ''
|
||||||
|
current_theme:
|
||||||
|
id: current_theme
|
||||||
|
theme: ''
|
||||||
|
negate: 0
|
||||||
|
field_conditions_all_pass: false
|
||||||
|
display:
|
||||||
|
type: view
|
@ -0,0 +1,46 @@
|
|||||||
|
uuid: f28e376d-3695-41ec-843b-e7e6aec5c88e
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- opencase_cases.oc_case_type.project
|
||||||
|
- user.role.authenticated
|
||||||
|
module:
|
||||||
|
- opencase_cases
|
||||||
|
- opencase_entities
|
||||||
|
- user
|
||||||
|
id: oc_case.project.billing_details
|
||||||
|
label: 'Billing details'
|
||||||
|
display_label: true
|
||||||
|
name: billing_details
|
||||||
|
description: ''
|
||||||
|
base_entity_type_id: oc_case
|
||||||
|
base_bundle_type_id: project
|
||||||
|
field_type_id: views
|
||||||
|
field_type_config:
|
||||||
|
view_name: project_billing_details
|
||||||
|
display: page_1
|
||||||
|
arguments: ''
|
||||||
|
field_type_condition:
|
||||||
|
'entity_bundle:oc_case':
|
||||||
|
id: 'entity_bundle:oc_case'
|
||||||
|
negate: false
|
||||||
|
context_mapping:
|
||||||
|
oc_case: entity_extra_field.target_entity
|
||||||
|
bundles:
|
||||||
|
project: project
|
||||||
|
route:
|
||||||
|
id: route
|
||||||
|
negate: false
|
||||||
|
routes: ''
|
||||||
|
request_path:
|
||||||
|
id: request_path
|
||||||
|
negate: false
|
||||||
|
pages: ''
|
||||||
|
current_theme:
|
||||||
|
id: current_theme
|
||||||
|
theme: ''
|
||||||
|
negate: 0
|
||||||
|
field_conditions_all_pass: false
|
||||||
|
display:
|
||||||
|
type: view
|
@ -0,0 +1,44 @@
|
|||||||
|
uuid: cba6cacd-6ca4-4b4b-9300-d6113e4d77df
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- user.role.authenticated
|
||||||
|
module:
|
||||||
|
- opencase_cases
|
||||||
|
- user
|
||||||
|
id: oc_case.project.fees
|
||||||
|
label: Fees
|
||||||
|
display_label: true
|
||||||
|
name: fees
|
||||||
|
description: ''
|
||||||
|
base_entity_type_id: oc_case
|
||||||
|
base_bundle_type_id: project
|
||||||
|
field_type_id: views
|
||||||
|
field_type_config:
|
||||||
|
view_name: fees
|
||||||
|
display: block_1
|
||||||
|
arguments: ''
|
||||||
|
field_type_condition:
|
||||||
|
'entity_bundle:oc_case':
|
||||||
|
id: 'entity_bundle:oc_case'
|
||||||
|
negate: false
|
||||||
|
context_mapping:
|
||||||
|
oc_case: entity_extra_field.target_entity
|
||||||
|
bundles:
|
||||||
|
project: project
|
||||||
|
route:
|
||||||
|
id: route
|
||||||
|
negate: false
|
||||||
|
routes: ''
|
||||||
|
request_path:
|
||||||
|
id: request_path
|
||||||
|
negate: false
|
||||||
|
pages: ''
|
||||||
|
current_theme:
|
||||||
|
id: current_theme
|
||||||
|
theme: ''
|
||||||
|
negate: 0
|
||||||
|
field_conditions_all_pass: false
|
||||||
|
display:
|
||||||
|
type: view
|
@ -1,20 +1,21 @@
|
|||||||
uuid: 724b0e99-12c3-4028-a805-df614711c22f
|
uuid: 4cf9ed31-fa62-41b4-a7a3-2750e7769e00
|
||||||
langcode: en
|
langcode: en
|
||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
config:
|
config:
|
||||||
- field.storage.oc_case.field_date_of_training
|
- field.storage.oc_case.field_date_of_training
|
||||||
|
- field.storage.oc_case.field_number_of_participants
|
||||||
- field.storage.oc_case.field_project
|
- field.storage.oc_case.field_project
|
||||||
- field.storage.oc_case.field_training_status
|
- field.storage.oc_case.field_training_status
|
||||||
- field.storage.oc_case.field_training_type
|
- field.storage.oc_case.field_training_type
|
||||||
- opencase_cases.oc_case_type.training
|
- opencase_cases.oc_case_type.training
|
||||||
- system.menu.opencase
|
- system.menu.opencase
|
||||||
|
- user.role.authenticated
|
||||||
module:
|
module:
|
||||||
- datetime
|
- datetime
|
||||||
- opencase_cases
|
- opencase_cases
|
||||||
- opencase_entities
|
- opencase_entities
|
||||||
- options
|
- options
|
||||||
- paragraphs
|
|
||||||
- user
|
- user
|
||||||
id: oc_case.project.trainings
|
id: oc_case.project.trainings
|
||||||
label: Trainings
|
label: Trainings
|
||||||
@ -31,23 +32,23 @@ field_type_config:
|
|||||||
field_type_condition:
|
field_type_condition:
|
||||||
'entity_bundle:oc_case':
|
'entity_bundle:oc_case':
|
||||||
id: 'entity_bundle:oc_case'
|
id: 'entity_bundle:oc_case'
|
||||||
bundles:
|
negate: false
|
||||||
project: project
|
|
||||||
context_mapping:
|
context_mapping:
|
||||||
oc_case: entity_extra_field.target_entity
|
oc_case: entity_extra_field.target_entity
|
||||||
negate: false
|
bundles:
|
||||||
|
project: project
|
||||||
route:
|
route:
|
||||||
id: route
|
id: route
|
||||||
routes: ''
|
|
||||||
negate: false
|
negate: false
|
||||||
|
routes: ''
|
||||||
|
request_path:
|
||||||
|
id: request_path
|
||||||
|
negate: false
|
||||||
|
pages: ''
|
||||||
current_theme:
|
current_theme:
|
||||||
id: current_theme
|
id: current_theme
|
||||||
theme: ''
|
theme: ''
|
||||||
negate: 0
|
negate: 0
|
||||||
request_path:
|
|
||||||
id: request_path
|
|
||||||
pages: ''
|
|
||||||
negate: false
|
|
||||||
field_conditions_all_pass: false
|
field_conditions_all_pass: false
|
||||||
display:
|
display:
|
||||||
type: view
|
type: view
|
||||||
|
@ -0,0 +1,48 @@
|
|||||||
|
uuid: 59986339-28c0-46b7-a224-5e9a2196bb8c
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- opencase_entities.oc_activity_type.evaluation
|
||||||
|
- opencase_entities.oc_activity_type.trainer_debrief
|
||||||
|
- user.role.gno_admin_user
|
||||||
|
module:
|
||||||
|
- datetime
|
||||||
|
- opencase_entities
|
||||||
|
- user
|
||||||
|
id: oc_case.training.activities
|
||||||
|
label: Activities
|
||||||
|
display_label: true
|
||||||
|
name: activities
|
||||||
|
description: ''
|
||||||
|
base_entity_type_id: oc_case
|
||||||
|
base_bundle_type_id: training
|
||||||
|
field_type_id: views
|
||||||
|
field_type_config:
|
||||||
|
view_name: activities_without_case
|
||||||
|
display: block_2
|
||||||
|
arguments: ''
|
||||||
|
field_type_condition:
|
||||||
|
'entity_bundle:oc_case':
|
||||||
|
id: 'entity_bundle:oc_case'
|
||||||
|
negate: false
|
||||||
|
context_mapping:
|
||||||
|
oc_case: entity_extra_field.target_entity
|
||||||
|
bundles:
|
||||||
|
project: project
|
||||||
|
training: training
|
||||||
|
route:
|
||||||
|
id: route
|
||||||
|
negate: false
|
||||||
|
routes: ''
|
||||||
|
request_path:
|
||||||
|
id: request_path
|
||||||
|
negate: false
|
||||||
|
pages: ''
|
||||||
|
current_theme:
|
||||||
|
id: current_theme
|
||||||
|
theme: ''
|
||||||
|
negate: 0
|
||||||
|
field_conditions_all_pass: false
|
||||||
|
display:
|
||||||
|
type: view
|
@ -1,18 +1,18 @@
|
|||||||
uuid: 04731977-d193-4dc9-9e24-5f17a8ff5ac2
|
uuid: 72f123c9-f0ab-4c83-b87a-f8e02c7d92fc
|
||||||
langcode: en
|
langcode: en
|
||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
config:
|
config:
|
||||||
- opencase_entities.oc_activity_type.trainer_debrief
|
- opencase_entities.oc_activity_type.trainer_debrief
|
||||||
|
- user.role.authenticated
|
||||||
module:
|
module:
|
||||||
- datetime
|
|
||||||
- opencase_cases
|
- opencase_cases
|
||||||
- opencase_entities
|
- opencase_entities
|
||||||
- user
|
- user
|
||||||
id: oc_case.training.debriefs
|
id: oc_case.training.debrief
|
||||||
label: Debriefs
|
label: Debrief
|
||||||
display_label: true
|
display_label: true
|
||||||
name: debriefs
|
name: debrief
|
||||||
description: ''
|
description: ''
|
||||||
base_entity_type_id: oc_case
|
base_entity_type_id: oc_case
|
||||||
base_bundle_type_id: training
|
base_bundle_type_id: training
|
||||||
@ -24,23 +24,23 @@ field_type_config:
|
|||||||
field_type_condition:
|
field_type_condition:
|
||||||
'entity_bundle:oc_case':
|
'entity_bundle:oc_case':
|
||||||
id: 'entity_bundle:oc_case'
|
id: 'entity_bundle:oc_case'
|
||||||
bundles:
|
negate: false
|
||||||
training: training
|
|
||||||
context_mapping:
|
context_mapping:
|
||||||
oc_case: entity_extra_field.target_entity
|
oc_case: entity_extra_field.target_entity
|
||||||
negate: false
|
bundles:
|
||||||
|
training: training
|
||||||
route:
|
route:
|
||||||
id: route
|
id: route
|
||||||
routes: ''
|
|
||||||
negate: false
|
negate: false
|
||||||
|
routes: ''
|
||||||
|
request_path:
|
||||||
|
id: request_path
|
||||||
|
negate: false
|
||||||
|
pages: ''
|
||||||
current_theme:
|
current_theme:
|
||||||
id: current_theme
|
id: current_theme
|
||||||
theme: ''
|
theme: ''
|
||||||
negate: 0
|
negate: 0
|
||||||
request_path:
|
|
||||||
id: request_path
|
|
||||||
pages: ''
|
|
||||||
negate: false
|
|
||||||
field_conditions_all_pass: false
|
field_conditions_all_pass: false
|
||||||
display:
|
display:
|
||||||
type: view
|
type: view
|
@ -24,23 +24,23 @@ field_type_config:
|
|||||||
field_type_condition:
|
field_type_condition:
|
||||||
'entity_bundle:oc_case':
|
'entity_bundle:oc_case':
|
||||||
id: 'entity_bundle:oc_case'
|
id: 'entity_bundle:oc_case'
|
||||||
bundles:
|
negate: false
|
||||||
training: training
|
|
||||||
context_mapping:
|
context_mapping:
|
||||||
oc_case: entity_extra_field.target_entity
|
oc_case: entity_extra_field.target_entity
|
||||||
negate: false
|
bundles:
|
||||||
|
training: training
|
||||||
route:
|
route:
|
||||||
id: route
|
id: route
|
||||||
routes: ''
|
|
||||||
negate: false
|
negate: false
|
||||||
|
routes: ''
|
||||||
current_theme:
|
current_theme:
|
||||||
id: current_theme
|
id: current_theme
|
||||||
theme: ''
|
theme: ''
|
||||||
negate: 0
|
negate: 0
|
||||||
request_path:
|
request_path:
|
||||||
id: request_path
|
id: request_path
|
||||||
pages: ''
|
|
||||||
negate: false
|
negate: false
|
||||||
|
pages: ''
|
||||||
field_conditions_all_pass: false
|
field_conditions_all_pass: false
|
||||||
display:
|
display:
|
||||||
type: view
|
type: view
|
||||||
|
@ -0,0 +1,47 @@
|
|||||||
|
uuid: ae8f2f7c-3545-46e4-9176-0c48725c38da
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.storage.oc_case_provision.field_rate
|
||||||
|
- field.storage.oc_case_provision.field_rate_type
|
||||||
|
- user.role.authenticated
|
||||||
|
module:
|
||||||
|
- opencase_cases
|
||||||
|
- options
|
||||||
|
- user
|
||||||
|
id: oc_case.training.trainers
|
||||||
|
label: Trainers
|
||||||
|
display_label: true
|
||||||
|
name: trainers
|
||||||
|
description: ''
|
||||||
|
base_entity_type_id: oc_case
|
||||||
|
base_bundle_type_id: training
|
||||||
|
field_type_id: views
|
||||||
|
field_type_config:
|
||||||
|
view_name: case_provisions
|
||||||
|
display: block_1
|
||||||
|
arguments: ''
|
||||||
|
field_type_condition:
|
||||||
|
'entity_bundle:oc_case':
|
||||||
|
id: 'entity_bundle:oc_case'
|
||||||
|
bundles:
|
||||||
|
training: training
|
||||||
|
context_mapping:
|
||||||
|
oc_case: entity_extra_field.target_entity
|
||||||
|
negate: false
|
||||||
|
route:
|
||||||
|
id: route
|
||||||
|
routes: ''
|
||||||
|
negate: false
|
||||||
|
request_path:
|
||||||
|
id: request_path
|
||||||
|
pages: ''
|
||||||
|
negate: false
|
||||||
|
current_theme:
|
||||||
|
id: current_theme
|
||||||
|
theme: ''
|
||||||
|
negate: 0
|
||||||
|
field_conditions_all_pass: false
|
||||||
|
display:
|
||||||
|
type: view
|
@ -0,0 +1,46 @@
|
|||||||
|
uuid: 78975dca-1800-41d5-96ad-bef6edbfcbb3
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- user.role.gno_admin_user
|
||||||
|
module:
|
||||||
|
- datetime
|
||||||
|
- opencase_entities
|
||||||
|
- user
|
||||||
|
id: oc_organisation.client.activities
|
||||||
|
label: Activities
|
||||||
|
display_label: true
|
||||||
|
name: activities
|
||||||
|
description: 'Activities that do not relate to a specific training.'
|
||||||
|
base_entity_type_id: oc_organisation
|
||||||
|
base_bundle_type_id: client
|
||||||
|
field_type_id: views
|
||||||
|
field_type_config:
|
||||||
|
view_name: activities_without_case
|
||||||
|
display: block_1
|
||||||
|
arguments: ''
|
||||||
|
field_type_condition:
|
||||||
|
'entity_bundle:oc_organisation':
|
||||||
|
id: 'entity_bundle:oc_organisation'
|
||||||
|
negate: false
|
||||||
|
context_mapping:
|
||||||
|
oc_organisation: entity_extra_field.target_entity
|
||||||
|
bundles:
|
||||||
|
client: client
|
||||||
|
umbrella_client: umbrella_client
|
||||||
|
route:
|
||||||
|
id: route
|
||||||
|
negate: false
|
||||||
|
routes: ''
|
||||||
|
request_path:
|
||||||
|
id: request_path
|
||||||
|
negate: false
|
||||||
|
pages: ''
|
||||||
|
current_theme:
|
||||||
|
id: current_theme
|
||||||
|
theme: ''
|
||||||
|
negate: 0
|
||||||
|
field_conditions_all_pass: false
|
||||||
|
display:
|
||||||
|
type: view
|
@ -1,21 +1,22 @@
|
|||||||
uuid: 8a57272e-e5d7-45cf-94f2-9bdb9c734cb9
|
uuid: 57f257e9-5e60-4342-87b0-2bcfbc50b560
|
||||||
langcode: en
|
langcode: en
|
||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
config:
|
config:
|
||||||
- field.storage.oc_case.field_date_of_training
|
- field.storage.oc_case.field_date_of_training
|
||||||
- field.storage.oc_case.field_trainer
|
- field.storage.oc_case.field_project
|
||||||
- field.storage.paragraph.field_trainer
|
- field.storage.oc_case.field_training_status
|
||||||
|
- field.storage.oc_case.field_training_type
|
||||||
- opencase_cases.oc_case_type.training
|
- opencase_cases.oc_case_type.training
|
||||||
- system.menu.opencase
|
- system.menu.opencase
|
||||||
|
- user.role.authenticated
|
||||||
module:
|
module:
|
||||||
- datetime
|
- datetime
|
||||||
- entity_reference_revisions
|
|
||||||
- opencase_cases
|
- opencase_cases
|
||||||
|
- opencase_entities
|
||||||
|
- options
|
||||||
- paragraphs
|
- paragraphs
|
||||||
- user
|
- user
|
||||||
_core:
|
|
||||||
default_config_hash: Of0WcqhFUX1HB3oQfisZ29RgEzlpmN7kiIRRYU2nzMo
|
|
||||||
id: oc_organisation.client.trainings
|
id: oc_organisation.client.trainings
|
||||||
label: Trainings
|
label: Trainings
|
||||||
display_label: true
|
display_label: true
|
||||||
@ -29,14 +30,20 @@ field_type_config:
|
|||||||
display: block_2
|
display: block_2
|
||||||
arguments: ''
|
arguments: ''
|
||||||
field_type_condition:
|
field_type_condition:
|
||||||
|
'entity_bundle:oc_organisation':
|
||||||
|
id: 'entity_bundle:oc_organisation'
|
||||||
|
negate: false
|
||||||
|
context_mapping:
|
||||||
|
oc_organisation: entity_extra_field.target_entity
|
||||||
|
bundles: { }
|
||||||
route:
|
route:
|
||||||
id: route
|
id: route
|
||||||
routes: ''
|
|
||||||
negate: false
|
negate: false
|
||||||
|
routes: ''
|
||||||
request_path:
|
request_path:
|
||||||
id: request_path
|
id: request_path
|
||||||
pages: ''
|
|
||||||
negate: false
|
negate: false
|
||||||
|
pages: ''
|
||||||
current_theme:
|
current_theme:
|
||||||
id: current_theme
|
id: current_theme
|
||||||
theme: ''
|
theme: ''
|
||||||
|
75
config/feeds.feed_type.cav_projects_2.yml
Normal file
75
config/feeds.feed_type.cav_projects_2.yml
Normal file
@ -0,0 +1,75 @@
|
|||||||
|
uuid: 2285dbe0-b1c3-418b-b7cc-0a704bb857c0
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.field.oc_case.project.field_contract_signed_date
|
||||||
|
- opencase_cases.oc_case_type.project
|
||||||
|
module:
|
||||||
|
- opencase_cases
|
||||||
|
id: cav_projects_2
|
||||||
|
label: 'CAV Projects 2'
|
||||||
|
description: ''
|
||||||
|
help: ''
|
||||||
|
import_period: -1
|
||||||
|
fetcher: upload
|
||||||
|
fetcher_configuration:
|
||||||
|
allowed_extensions: 'txt csv tsv xml opml'
|
||||||
|
directory: 'private://feeds'
|
||||||
|
parser: csv
|
||||||
|
parser_configuration:
|
||||||
|
delimiter: ','
|
||||||
|
no_headers: false
|
||||||
|
line_limit: 100
|
||||||
|
processor: 'entity:oc_case'
|
||||||
|
processor_configuration:
|
||||||
|
langcode: en
|
||||||
|
update_existing: 0
|
||||||
|
update_non_existent: _delete
|
||||||
|
expire: -1
|
||||||
|
owner_feed_author: false
|
||||||
|
owner_id: 0
|
||||||
|
authorize: true
|
||||||
|
skip_hash_check: false
|
||||||
|
values:
|
||||||
|
type: project
|
||||||
|
insert_new: 1
|
||||||
|
custom_sources:
|
||||||
|
client:
|
||||||
|
label: CLIENT
|
||||||
|
value: CLIENT
|
||||||
|
machine_name: client
|
||||||
|
type: csv
|
||||||
|
project:
|
||||||
|
label: PROJECT
|
||||||
|
value: PROJECT
|
||||||
|
machine_name: project
|
||||||
|
type: csv
|
||||||
|
project_date:
|
||||||
|
label: 'PROJECT DATE'
|
||||||
|
value: 'PROJECT DATE'
|
||||||
|
machine_name: project_date
|
||||||
|
type: csv
|
||||||
|
mappings:
|
||||||
|
-
|
||||||
|
target: name
|
||||||
|
map:
|
||||||
|
value: project
|
||||||
|
unique: { }
|
||||||
|
settings: { }
|
||||||
|
-
|
||||||
|
target: client
|
||||||
|
map:
|
||||||
|
target_id: client
|
||||||
|
settings:
|
||||||
|
language: null
|
||||||
|
reference_by: name
|
||||||
|
autocreate: false
|
||||||
|
feeds_item: false
|
||||||
|
-
|
||||||
|
target: field_contract_signed_date
|
||||||
|
map:
|
||||||
|
value: project_date
|
||||||
|
settings:
|
||||||
|
language: null
|
||||||
|
timezone: UTC
|
99
config/feeds.feed_type.csv_case_provisions.yml
Normal file
99
config/feeds.feed_type.csv_case_provisions.yml
Normal file
@ -0,0 +1,99 @@
|
|||||||
|
uuid: 612cd149-6c4f-440f-a80b-d9cf11ee4f2c
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- core.base_field_override.oc_case_provision.trainer.oc_provider
|
||||||
|
- opencase_cases.oc_case_provision_type.trainer
|
||||||
|
module:
|
||||||
|
- opencase_cases
|
||||||
|
id: csv_case_provisions
|
||||||
|
label: 'CSV Case Provisions'
|
||||||
|
description: ''
|
||||||
|
help: ''
|
||||||
|
import_period: 3600
|
||||||
|
fetcher: upload
|
||||||
|
fetcher_configuration:
|
||||||
|
allowed_extensions: 'txt csv tsv xml opml'
|
||||||
|
directory: 'public://feeds'
|
||||||
|
parser: csv
|
||||||
|
parser_configuration:
|
||||||
|
delimiter: ','
|
||||||
|
no_headers: false
|
||||||
|
line_limit: 100
|
||||||
|
processor: 'entity:oc_case_provision'
|
||||||
|
processor_configuration:
|
||||||
|
langcode: en
|
||||||
|
update_existing: 0
|
||||||
|
update_non_existent: _delete
|
||||||
|
expire: -1
|
||||||
|
owner_feed_author: false
|
||||||
|
owner_id: 0
|
||||||
|
authorize: true
|
||||||
|
skip_hash_check: false
|
||||||
|
values:
|
||||||
|
type: trainer
|
||||||
|
insert_new: 1
|
||||||
|
custom_sources:
|
||||||
|
training:
|
||||||
|
label: Training
|
||||||
|
value: Training
|
||||||
|
machine_name: training
|
||||||
|
type: csv
|
||||||
|
trainer:
|
||||||
|
label: Trainer
|
||||||
|
value: Trainer
|
||||||
|
machine_name: trainer
|
||||||
|
type: csv
|
||||||
|
role:
|
||||||
|
label: Role
|
||||||
|
value: Role
|
||||||
|
machine_name: role
|
||||||
|
type: csv
|
||||||
|
trainer_:
|
||||||
|
label: Trainer
|
||||||
|
value: Trainer
|
||||||
|
machine_name: trainer_
|
||||||
|
type: csv
|
||||||
|
name:
|
||||||
|
label: Name
|
||||||
|
value: Name
|
||||||
|
machine_name: name
|
||||||
|
type: csv
|
||||||
|
loop:
|
||||||
|
label: Loop
|
||||||
|
value: Loop
|
||||||
|
machine_name: loop
|
||||||
|
type: csv
|
||||||
|
mappings:
|
||||||
|
-
|
||||||
|
target: oc_case
|
||||||
|
map:
|
||||||
|
target_id: training
|
||||||
|
settings:
|
||||||
|
language: null
|
||||||
|
reference_by: name
|
||||||
|
autocreate: false
|
||||||
|
-
|
||||||
|
target: oc_provider
|
||||||
|
map:
|
||||||
|
target_id: loop
|
||||||
|
settings:
|
||||||
|
language: ''
|
||||||
|
reference_by: last_name
|
||||||
|
feeds_item: guid
|
||||||
|
autocreate: 0
|
||||||
|
-
|
||||||
|
target: oc_case_provider_role
|
||||||
|
map:
|
||||||
|
target_id: role
|
||||||
|
settings:
|
||||||
|
language: null
|
||||||
|
reference_by: name
|
||||||
|
autocreate: false
|
||||||
|
-
|
||||||
|
target: name
|
||||||
|
map:
|
||||||
|
value: name
|
||||||
|
unique: { }
|
||||||
|
settings: { }
|
@ -27,40 +27,47 @@ parser_configuration:
|
|||||||
processor: 'entity:oc_organisation'
|
processor: 'entity:oc_organisation'
|
||||||
processor_configuration:
|
processor_configuration:
|
||||||
langcode: en
|
langcode: en
|
||||||
update_existing: 0
|
update_existing: 1
|
||||||
update_non_existent: _delete
|
update_non_existent: _delete
|
||||||
expire: -1
|
expire: -1
|
||||||
owner_feed_author: true
|
owner_feed_author: false
|
||||||
owner_id: 0
|
owner_id: 0
|
||||||
authorize: true
|
authorize: true
|
||||||
skip_hash_check: false
|
skip_hash_check: false
|
||||||
values:
|
values:
|
||||||
type: client
|
type: client
|
||||||
|
insert_new: 1
|
||||||
custom_sources:
|
custom_sources:
|
||||||
tags:
|
tags:
|
||||||
label: Tags
|
label: Tags
|
||||||
value: Tags
|
value: Tags
|
||||||
machine_name: tags
|
machine_name: tags
|
||||||
|
type: csv
|
||||||
name:
|
name:
|
||||||
label: Name
|
label: Name
|
||||||
value: Name
|
value: Name
|
||||||
machine_name: name
|
machine_name: name
|
||||||
|
type: csv
|
||||||
umbrella_client:
|
umbrella_client:
|
||||||
label: 'Umbrella Client'
|
label: 'Umbrella Client'
|
||||||
value: 'Umbrella Client'
|
value: 'Umbrella Client'
|
||||||
machine_name: umbrella_client
|
machine_name: umbrella_client
|
||||||
|
type: csv
|
||||||
client_type:
|
client_type:
|
||||||
label: 'Client type'
|
label: 'Client type'
|
||||||
value: 'Client type'
|
value: 'Client type'
|
||||||
machine_name: client_type
|
machine_name: client_type
|
||||||
|
type: csv
|
||||||
client_subtype:
|
client_subtype:
|
||||||
label: 'Client subtype'
|
label: 'Client subtype'
|
||||||
value: 'Client subtype'
|
value: 'Client subtype'
|
||||||
machine_name: client_subtype
|
machine_name: client_subtype
|
||||||
|
type: csv
|
||||||
umbrella_client_2:
|
umbrella_client_2:
|
||||||
label: 'Umbrella client'
|
label: 'Umbrella client'
|
||||||
value: 'Umbrella client'
|
value: 'Umbrella client'
|
||||||
machine_name: umbrella_client_2
|
machine_name: umbrella_client_2
|
||||||
|
type: csv
|
||||||
mappings:
|
mappings:
|
||||||
-
|
-
|
||||||
target: field_tags
|
target: field_tags
|
||||||
|
86
config/feeds.feed_type.csv_fee_categories_and_fees.yml
Normal file
86
config/feeds.feed_type.csv_fee_categories_and_fees.yml
Normal file
@ -0,0 +1,86 @@
|
|||||||
|
uuid: 8e347001-5784-40b1-b6e1-3ff3b8773dd3
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- opencase_cases.oc_case_fee_type.project_fee
|
||||||
|
module:
|
||||||
|
- opencase_cases
|
||||||
|
id: csv_fee_categories_and_fees
|
||||||
|
label: 'CSV Fee Categories and Fees'
|
||||||
|
description: ''
|
||||||
|
help: ''
|
||||||
|
import_period: -1
|
||||||
|
fetcher: upload
|
||||||
|
fetcher_configuration:
|
||||||
|
allowed_extensions: 'txt csv tsv xml opml'
|
||||||
|
directory: 'private://feeds'
|
||||||
|
parser: csv
|
||||||
|
parser_configuration:
|
||||||
|
delimiter: ','
|
||||||
|
no_headers: false
|
||||||
|
line_limit: 100
|
||||||
|
processor: 'entity:oc_case_fee'
|
||||||
|
processor_configuration:
|
||||||
|
langcode: en
|
||||||
|
update_existing: 0
|
||||||
|
update_non_existent: _keep
|
||||||
|
expire: -1
|
||||||
|
owner_feed_author: false
|
||||||
|
owner_id: 0
|
||||||
|
authorize: true
|
||||||
|
skip_hash_check: false
|
||||||
|
values:
|
||||||
|
type: project_fee
|
||||||
|
insert_new: 1
|
||||||
|
custom_sources:
|
||||||
|
fee_category:
|
||||||
|
label: 'FEE CATEGORY'
|
||||||
|
value: 'FEE CATEGORY'
|
||||||
|
machine_name: fee_category
|
||||||
|
type: csv
|
||||||
|
fee_amount:
|
||||||
|
label: 'FEE AMOUNT'
|
||||||
|
value: 'FEE AMOUNT'
|
||||||
|
machine_name: fee_amount
|
||||||
|
type: csv
|
||||||
|
project:
|
||||||
|
label: PROJECT
|
||||||
|
value: PROJECT
|
||||||
|
machine_name: project
|
||||||
|
type: csv
|
||||||
|
name:
|
||||||
|
label: NAME
|
||||||
|
value: NAME
|
||||||
|
machine_name: name
|
||||||
|
type: csv
|
||||||
|
mappings:
|
||||||
|
-
|
||||||
|
target: oc_fee_category
|
||||||
|
map:
|
||||||
|
target_id: fee_category
|
||||||
|
settings:
|
||||||
|
language: null
|
||||||
|
reference_by: name
|
||||||
|
autocreate: false
|
||||||
|
-
|
||||||
|
target: amount
|
||||||
|
map:
|
||||||
|
value: fee_amount
|
||||||
|
unique: { }
|
||||||
|
settings: { }
|
||||||
|
-
|
||||||
|
target: oc_case
|
||||||
|
map:
|
||||||
|
target_id: project
|
||||||
|
settings:
|
||||||
|
language: null
|
||||||
|
reference_by: name
|
||||||
|
autocreate: false
|
||||||
|
feeds_item: false
|
||||||
|
-
|
||||||
|
target: name
|
||||||
|
map:
|
||||||
|
value: name
|
||||||
|
unique: { }
|
||||||
|
settings: { }
|
34
config/feeds.feed_type.csv_projects.yml
Normal file
34
config/feeds.feed_type.csv_projects.yml
Normal file
@ -0,0 +1,34 @@
|
|||||||
|
uuid: 598b7583-02ff-4797-8613-7f182cd5c951
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- node.type.article
|
||||||
|
module:
|
||||||
|
- node
|
||||||
|
id: csv_projects
|
||||||
|
label: 'CSV Projects'
|
||||||
|
description: ''
|
||||||
|
help: ''
|
||||||
|
import_period: 3600
|
||||||
|
fetcher: upload
|
||||||
|
fetcher_configuration:
|
||||||
|
allowed_extensions: 'txt csv tsv xml opml'
|
||||||
|
directory: 'private://feeds'
|
||||||
|
parser: syndication
|
||||||
|
parser_configuration: { }
|
||||||
|
processor: 'entity:node'
|
||||||
|
processor_configuration:
|
||||||
|
langcode: en
|
||||||
|
update_existing: 0
|
||||||
|
update_non_existent: _delete
|
||||||
|
expire: -1
|
||||||
|
owner_feed_author: false
|
||||||
|
owner_id: 0
|
||||||
|
authorize: true
|
||||||
|
skip_hash_check: false
|
||||||
|
values:
|
||||||
|
type: article
|
||||||
|
insert_new: 1
|
||||||
|
custom_sources: { }
|
||||||
|
mappings: { }
|
110
config/feeds.feed_type.csv_training_entities.yml
Normal file
110
config/feeds.feed_type.csv_training_entities.yml
Normal file
@ -0,0 +1,110 @@
|
|||||||
|
uuid: fcae341e-1c7d-4a25-8cd5-dfc78d13a941
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.field.oc_case.training.field_date_of_training
|
||||||
|
- field.field.oc_case.training.field_number_of_participants
|
||||||
|
- field.field.oc_case.training.field_training_type
|
||||||
|
- opencase_cases.oc_case_type.training
|
||||||
|
module:
|
||||||
|
- opencase_cases
|
||||||
|
id: csv_training_entities
|
||||||
|
label: 'CSV Training entities'
|
||||||
|
description: ''
|
||||||
|
help: ''
|
||||||
|
import_period: 0
|
||||||
|
fetcher: upload
|
||||||
|
fetcher_configuration:
|
||||||
|
allowed_extensions: 'txt csv tsv xml opml'
|
||||||
|
directory: 'private://feeds'
|
||||||
|
parser: csv
|
||||||
|
parser_configuration:
|
||||||
|
delimiter: ','
|
||||||
|
no_headers: false
|
||||||
|
line_limit: 100
|
||||||
|
processor: 'entity:oc_case'
|
||||||
|
processor_configuration:
|
||||||
|
langcode: en
|
||||||
|
update_existing: 0
|
||||||
|
update_non_existent: _delete
|
||||||
|
expire: -1
|
||||||
|
owner_feed_author: false
|
||||||
|
owner_id: 0
|
||||||
|
authorize: true
|
||||||
|
skip_hash_check: false
|
||||||
|
values:
|
||||||
|
type: training
|
||||||
|
insert_new: 1
|
||||||
|
custom_sources:
|
||||||
|
client:
|
||||||
|
label: CLIENT
|
||||||
|
value: CLIENT
|
||||||
|
machine_name: client
|
||||||
|
type: csv
|
||||||
|
training_name:
|
||||||
|
label: 'TRAINING NAME'
|
||||||
|
value: 'TRAINING NAME'
|
||||||
|
machine_name: training_name
|
||||||
|
type: csv
|
||||||
|
training_type:
|
||||||
|
label: 'TRAINING TYPE'
|
||||||
|
value: 'TRAINING TYPE'
|
||||||
|
machine_name: training_type
|
||||||
|
type: csv
|
||||||
|
date_of_training:
|
||||||
|
label: 'DATE OF TRAINING'
|
||||||
|
value: 'DATE OF TRAINING'
|
||||||
|
machine_name: date_of_training
|
||||||
|
type: csv
|
||||||
|
number_of_participants:
|
||||||
|
label: 'NUMBER OF PARTICIPANTS'
|
||||||
|
value: 'NUMBER OF PARTICIPANTS'
|
||||||
|
machine_name: number_of_participants
|
||||||
|
type: csv
|
||||||
|
notes:
|
||||||
|
label: NOTES
|
||||||
|
value: NOTES
|
||||||
|
machine_name: notes
|
||||||
|
type: csv
|
||||||
|
mappings:
|
||||||
|
-
|
||||||
|
target: client
|
||||||
|
map:
|
||||||
|
target_id: client
|
||||||
|
settings:
|
||||||
|
language: null
|
||||||
|
reference_by: name
|
||||||
|
autocreate: false
|
||||||
|
feeds_item: false
|
||||||
|
-
|
||||||
|
target: name
|
||||||
|
map:
|
||||||
|
value: training_name
|
||||||
|
unique: { }
|
||||||
|
settings: { }
|
||||||
|
-
|
||||||
|
target: field_training_type
|
||||||
|
map:
|
||||||
|
value: training_type
|
||||||
|
settings:
|
||||||
|
language: null
|
||||||
|
-
|
||||||
|
target: field_date_of_training
|
||||||
|
map:
|
||||||
|
value: date_of_training
|
||||||
|
settings:
|
||||||
|
language: null
|
||||||
|
timezone: UTC
|
||||||
|
-
|
||||||
|
target: field_number_of_participants
|
||||||
|
map:
|
||||||
|
value: number_of_participants
|
||||||
|
unique: { }
|
||||||
|
settings:
|
||||||
|
language: null
|
||||||
|
-
|
||||||
|
target: notes
|
||||||
|
map:
|
||||||
|
value: notes
|
||||||
|
settings: { }
|
@ -3,6 +3,7 @@ langcode: en
|
|||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
config:
|
config:
|
||||||
|
- field.field.oc_organisation.umbrella_client.field_type_of_umbrella_client
|
||||||
- opencase_entities.oc_organisation_type.umbrella_client
|
- opencase_entities.oc_organisation_type.umbrella_client
|
||||||
module:
|
module:
|
||||||
- opencase_entities
|
- opencase_entities
|
||||||
@ -10,7 +11,7 @@ id: csv_umbrella_client
|
|||||||
label: 'CSV Umbrella Clients'
|
label: 'CSV Umbrella Clients'
|
||||||
description: ''
|
description: ''
|
||||||
help: ''
|
help: ''
|
||||||
import_period: 3600
|
import_period: -1
|
||||||
fetcher: upload
|
fetcher: upload
|
||||||
fetcher_configuration:
|
fetcher_configuration:
|
||||||
allowed_extensions: 'txt csv tsv xml opml'
|
allowed_extensions: 'txt csv tsv xml opml'
|
||||||
@ -23,14 +24,49 @@ parser_configuration:
|
|||||||
processor: 'entity:oc_organisation'
|
processor: 'entity:oc_organisation'
|
||||||
processor_configuration:
|
processor_configuration:
|
||||||
langcode: en
|
langcode: en
|
||||||
update_existing: 1
|
update_existing: 0
|
||||||
update_non_existent: _delete
|
update_non_existent: _delete
|
||||||
expire: -1
|
expire: -1
|
||||||
owner_feed_author: true
|
owner_feed_author: false
|
||||||
owner_id: 0
|
owner_id: 0
|
||||||
authorize: true
|
authorize: true
|
||||||
skip_hash_check: false
|
skip_hash_check: false
|
||||||
values:
|
values:
|
||||||
type: umbrella_client
|
type: umbrella_client
|
||||||
custom_sources: { }
|
insert_new: 1
|
||||||
mappings: { }
|
custom_sources:
|
||||||
|
name:
|
||||||
|
label: name
|
||||||
|
value: name
|
||||||
|
machine_name: name
|
||||||
|
type: csv
|
||||||
|
field_type_of_umbrella_client:
|
||||||
|
label: field_type_of_umbrella_client
|
||||||
|
value: field_type_of_umbrella_client
|
||||||
|
machine_name: field_type_of_umbrella_client
|
||||||
|
type: csv
|
||||||
|
contact_name:
|
||||||
|
label: contact_name
|
||||||
|
value: contact_name
|
||||||
|
machine_name: contact_name
|
||||||
|
type: csv
|
||||||
|
mappings:
|
||||||
|
-
|
||||||
|
target: name
|
||||||
|
map:
|
||||||
|
value: name
|
||||||
|
unique:
|
||||||
|
value: '1'
|
||||||
|
settings: { }
|
||||||
|
-
|
||||||
|
target: field_type_of_umbrella_client
|
||||||
|
map:
|
||||||
|
value: field_type_of_umbrella_client
|
||||||
|
settings:
|
||||||
|
language: null
|
||||||
|
-
|
||||||
|
target: contact_name
|
||||||
|
map:
|
||||||
|
value: contact_name
|
||||||
|
unique: { }
|
||||||
|
settings: { }
|
||||||
|
@ -10,7 +10,7 @@ id: trainers
|
|||||||
label: 'CSV Trainers'
|
label: 'CSV Trainers'
|
||||||
description: ''
|
description: ''
|
||||||
help: ''
|
help: ''
|
||||||
import_period: 3600
|
import_period: -1
|
||||||
fetcher: http
|
fetcher: http
|
||||||
fetcher_configuration:
|
fetcher_configuration:
|
||||||
auto_detect_feeds: false
|
auto_detect_feeds: false
|
||||||
@ -27,7 +27,7 @@ processor: 'entity:oc_actor'
|
|||||||
processor_configuration:
|
processor_configuration:
|
||||||
langcode: en
|
langcode: en
|
||||||
update_existing: 0
|
update_existing: 0
|
||||||
update_non_existent: _keep
|
update_non_existent: _delete
|
||||||
expire: -1
|
expire: -1
|
||||||
owner_feed_author: false
|
owner_feed_author: false
|
||||||
owner_id: 0
|
owner_id: 0
|
||||||
@ -35,5 +35,6 @@ processor_configuration:
|
|||||||
skip_hash_check: false
|
skip_hash_check: false
|
||||||
values:
|
values:
|
||||||
type: trainer
|
type: trainer
|
||||||
|
insert_new: 1
|
||||||
custom_sources: { }
|
custom_sources: { }
|
||||||
mappings: { }
|
mappings: { }
|
||||||
|
23
config/field.field.node.article.feeds_item.yml
Normal file
23
config/field.field.node.article.feeds_item.yml
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
uuid: 8ea56c44-d41d-4b54-8e94-3436d9a0bfed
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.storage.node.feeds_item
|
||||||
|
- node.type.article
|
||||||
|
module:
|
||||||
|
- feeds
|
||||||
|
id: node.article.feeds_item
|
||||||
|
field_name: feeds_item
|
||||||
|
entity_type: node
|
||||||
|
bundle: article
|
||||||
|
label: 'Feeds item'
|
||||||
|
description: ''
|
||||||
|
required: false
|
||||||
|
translatable: true
|
||||||
|
default_value: { }
|
||||||
|
default_value_callback: ''
|
||||||
|
settings:
|
||||||
|
handler: 'default:feeds_feed'
|
||||||
|
handler_settings: { }
|
||||||
|
field_type: feeds_item
|
@ -0,0 +1,19 @@
|
|||||||
|
uuid: b9f11c90-860d-473c-bbb7-485742ca4cff
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.storage.oc_activity.field_caption_for_photo
|
||||||
|
- opencase_entities.oc_activity_type.trainer_debrief
|
||||||
|
id: oc_activity.trainer_debrief.field_caption_for_photo
|
||||||
|
field_name: field_caption_for_photo
|
||||||
|
entity_type: oc_activity
|
||||||
|
bundle: trainer_debrief
|
||||||
|
label: 'Caption for photo'
|
||||||
|
description: ''
|
||||||
|
required: false
|
||||||
|
translatable: false
|
||||||
|
default_value: { }
|
||||||
|
default_value_callback: ''
|
||||||
|
settings: { }
|
||||||
|
field_type: string_long
|
@ -1,19 +0,0 @@
|
|||||||
uuid: 1b77fbc2-7db0-4e24-99d2-ff8f669e302c
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
config:
|
|
||||||
- field.storage.oc_activity.field_ph
|
|
||||||
- opencase_entities.oc_activity_type.trainer_debrief
|
|
||||||
id: oc_activity.trainer_debrief.field_ph
|
|
||||||
field_name: field_ph
|
|
||||||
entity_type: oc_activity
|
|
||||||
bundle: trainer_debrief
|
|
||||||
label: 'Photo caption'
|
|
||||||
description: 'If this was an in person session, we will share a photo (if you took one!) from this session on our social media. Please sum it up in a positive light if you can from your trainer perspective and we will use this for the caption'
|
|
||||||
required: false
|
|
||||||
translatable: false
|
|
||||||
default_value: { }
|
|
||||||
default_value_callback: ''
|
|
||||||
settings: { }
|
|
||||||
field_type: string_long
|
|
@ -23,10 +23,10 @@ settings:
|
|||||||
max_filesize: ''
|
max_filesize: ''
|
||||||
max_resolution: ''
|
max_resolution: ''
|
||||||
min_resolution: ''
|
min_resolution: ''
|
||||||
alt_field: true
|
alt_field: false
|
||||||
alt_field_required: true
|
alt_field_required: false
|
||||||
title_field: false
|
title_field: true
|
||||||
title_field_required: false
|
title_field_required: true
|
||||||
default_image:
|
default_image:
|
||||||
uuid: ''
|
uuid: ''
|
||||||
alt: ''
|
alt: ''
|
||||||
|
@ -1,28 +0,0 @@
|
|||||||
uuid: e52c7893-2f84-4b78-b2b8-8313bd936852
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
config:
|
|
||||||
- field.storage.oc_activity.field_trainer
|
|
||||||
- opencase_entities.oc_activity_type.trainer_debrief
|
|
||||||
- opencase_entities.oc_actor_type.trainer
|
|
||||||
id: oc_activity.trainer_debrief.field_trainer
|
|
||||||
field_name: field_trainer
|
|
||||||
entity_type: oc_activity
|
|
||||||
bundle: trainer_debrief
|
|
||||||
label: Trainer
|
|
||||||
description: ''
|
|
||||||
required: false
|
|
||||||
translatable: false
|
|
||||||
default_value: { }
|
|
||||||
default_value_callback: ''
|
|
||||||
settings:
|
|
||||||
handler: 'default:oc_actor'
|
|
||||||
handler_settings:
|
|
||||||
target_bundles:
|
|
||||||
trainer: trainer
|
|
||||||
sort:
|
|
||||||
field: _none
|
|
||||||
auto_create: false
|
|
||||||
auto_create_bundle: ''
|
|
||||||
field_type: entity_reference
|
|
23
config/field.field.oc_actor.trainer.field_active.yml
Normal file
23
config/field.field.oc_actor.trainer.field_active.yml
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
uuid: c571d051-afbf-4593-8d8e-436cf655c23d
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.storage.oc_actor.field_active
|
||||||
|
- opencase_entities.oc_actor_type.trainer
|
||||||
|
id: oc_actor.trainer.field_active
|
||||||
|
field_name: field_active
|
||||||
|
entity_type: oc_actor
|
||||||
|
bundle: trainer
|
||||||
|
label: Active
|
||||||
|
description: 'Unticking this box means the trainer is not currently active and will not show up when selecting trainers to add to trainings. '
|
||||||
|
required: false
|
||||||
|
translatable: false
|
||||||
|
default_value:
|
||||||
|
-
|
||||||
|
value: 1
|
||||||
|
default_value_callback: ''
|
||||||
|
settings:
|
||||||
|
on_label: 'Yes'
|
||||||
|
off_label: 'No'
|
||||||
|
field_type: boolean
|
23
config/field.field.oc_case.project.feeds_item.yml
Normal file
23
config/field.field.oc_case.project.feeds_item.yml
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
uuid: 257f2c44-7371-495b-a41d-df7b433bc33d
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.storage.oc_case.feeds_item
|
||||||
|
- opencase_cases.oc_case_type.project
|
||||||
|
module:
|
||||||
|
- feeds
|
||||||
|
id: oc_case.project.feeds_item
|
||||||
|
field_name: feeds_item
|
||||||
|
entity_type: oc_case
|
||||||
|
bundle: project
|
||||||
|
label: 'Feeds item'
|
||||||
|
description: ''
|
||||||
|
required: false
|
||||||
|
translatable: true
|
||||||
|
default_value: { }
|
||||||
|
default_value_callback: ''
|
||||||
|
settings:
|
||||||
|
handler: 'default:feeds_feed'
|
||||||
|
handler_settings: { }
|
||||||
|
field_type: feeds_item
|
@ -1,40 +0,0 @@
|
|||||||
uuid: 0ec431ed-c572-41c3-9796-54a5f94b2cba
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
config:
|
|
||||||
- field.storage.oc_case.field_fee
|
|
||||||
- opencase_cases.oc_case_type.project
|
|
||||||
- paragraphs.paragraphs_type.fee
|
|
||||||
module:
|
|
||||||
- entity_reference_revisions
|
|
||||||
id: oc_case.project.field_fee
|
|
||||||
field_name: field_fee
|
|
||||||
entity_type: oc_case
|
|
||||||
bundle: project
|
|
||||||
label: Fees
|
|
||||||
description: ''
|
|
||||||
required: false
|
|
||||||
translatable: false
|
|
||||||
default_value: { }
|
|
||||||
default_value_callback: ''
|
|
||||||
settings:
|
|
||||||
handler: 'default:paragraph'
|
|
||||||
handler_settings:
|
|
||||||
negate: 0
|
|
||||||
target_bundles:
|
|
||||||
fee: fee
|
|
||||||
target_bundles_drag_drop:
|
|
||||||
availability:
|
|
||||||
weight: 5
|
|
||||||
enabled: false
|
|
||||||
emergency_contact:
|
|
||||||
weight: 6
|
|
||||||
enabled: false
|
|
||||||
fee:
|
|
||||||
enabled: true
|
|
||||||
weight: 7
|
|
||||||
trainer:
|
|
||||||
weight: 8
|
|
||||||
enabled: false
|
|
||||||
field_type: entity_reference_revisions
|
|
19
config/field.field.oc_case.project.field_invoicing_notes.yml
Normal file
19
config/field.field.oc_case.project.field_invoicing_notes.yml
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
uuid: cec8eb04-c5a8-461f-be02-3d3f5d4ed161
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.storage.oc_case.field_invoicing_notes
|
||||||
|
- opencase_cases.oc_case_type.project
|
||||||
|
id: oc_case.project.field_invoicing_notes
|
||||||
|
field_name: field_invoicing_notes
|
||||||
|
entity_type: oc_case
|
||||||
|
bundle: project
|
||||||
|
label: 'Invoicing notes'
|
||||||
|
description: ''
|
||||||
|
required: false
|
||||||
|
translatable: false
|
||||||
|
default_value: { }
|
||||||
|
default_value_callback: ''
|
||||||
|
settings: { }
|
||||||
|
field_type: string_long
|
@ -0,0 +1,33 @@
|
|||||||
|
uuid: 615e68c9-6593-4720-97db-b77bdad48eb2
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.storage.oc_case.field_invoicing_status
|
||||||
|
- opencase_cases.oc_case_type.project
|
||||||
|
- taxonomy.vocabulary.invoicing_statuses
|
||||||
|
content:
|
||||||
|
- 'taxonomy_term:invoicing_statuses:18d498c4-a77c-4724-9512-58d72f245c16'
|
||||||
|
id: oc_case.project.field_invoicing_status
|
||||||
|
field_name: field_invoicing_status
|
||||||
|
entity_type: oc_case
|
||||||
|
bundle: project
|
||||||
|
label: 'Invoicing status'
|
||||||
|
description: ''
|
||||||
|
required: false
|
||||||
|
translatable: false
|
||||||
|
default_value:
|
||||||
|
-
|
||||||
|
target_uuid: 18d498c4-a77c-4724-9512-58d72f245c16
|
||||||
|
default_value_callback: ''
|
||||||
|
settings:
|
||||||
|
handler: 'default:taxonomy_term'
|
||||||
|
handler_settings:
|
||||||
|
target_bundles:
|
||||||
|
invoicing_statuses: invoicing_statuses
|
||||||
|
sort:
|
||||||
|
field: name
|
||||||
|
direction: asc
|
||||||
|
auto_create: false
|
||||||
|
auto_create_bundle: ''
|
||||||
|
field_type: entity_reference
|
23
config/field.field.oc_case.project.field_link_to_invoice.yml
Normal file
23
config/field.field.oc_case.project.field_link_to_invoice.yml
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
uuid: 485b2e9f-88b1-4848-839f-473f7ee02478
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.storage.oc_case.field_link_to_invoice
|
||||||
|
- opencase_cases.oc_case_type.project
|
||||||
|
module:
|
||||||
|
- link
|
||||||
|
id: oc_case.project.field_link_to_invoice
|
||||||
|
field_name: field_link_to_invoice
|
||||||
|
entity_type: oc_case
|
||||||
|
bundle: project
|
||||||
|
label: 'Link to invoice'
|
||||||
|
description: ''
|
||||||
|
required: false
|
||||||
|
translatable: false
|
||||||
|
default_value: { }
|
||||||
|
default_value_callback: ''
|
||||||
|
settings:
|
||||||
|
title: 0
|
||||||
|
link_type: 16
|
||||||
|
field_type: link
|
@ -1,23 +0,0 @@
|
|||||||
uuid: 244c5c44-44f0-40b8-8dc3-5a0b2119d536
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
config:
|
|
||||||
- field.storage.oc_case.field_total_fee
|
|
||||||
- opencase_cases.oc_case_type.project
|
|
||||||
id: oc_case.project.field_total_fee
|
|
||||||
field_name: field_total_fee
|
|
||||||
entity_type: oc_case
|
|
||||||
bundle: project
|
|
||||||
label: 'Total fee'
|
|
||||||
description: ''
|
|
||||||
required: false
|
|
||||||
translatable: false
|
|
||||||
default_value: { }
|
|
||||||
default_value_callback: ''
|
|
||||||
settings:
|
|
||||||
min: null
|
|
||||||
max: null
|
|
||||||
prefix: £
|
|
||||||
suffix: ''
|
|
||||||
field_type: decimal
|
|
23
config/field.field.oc_case.training.feeds_item.yml
Normal file
23
config/field.field.oc_case.training.feeds_item.yml
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
uuid: 6a88f0d0-60ac-4c8b-b2c5-66a12c101df8
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.storage.oc_case.feeds_item
|
||||||
|
- opencase_cases.oc_case_type.training
|
||||||
|
module:
|
||||||
|
- feeds
|
||||||
|
id: oc_case.training.feeds_item
|
||||||
|
field_name: feeds_item
|
||||||
|
entity_type: oc_case
|
||||||
|
bundle: training
|
||||||
|
label: 'Feeds item'
|
||||||
|
description: ''
|
||||||
|
required: false
|
||||||
|
translatable: true
|
||||||
|
default_value: { }
|
||||||
|
default_value_callback: ''
|
||||||
|
settings:
|
||||||
|
handler: 'default:feeds_feed'
|
||||||
|
handler_settings: { }
|
||||||
|
field_type: feeds_item
|
@ -1,33 +0,0 @@
|
|||||||
uuid: c722bc26-a033-4f9d-8f04-a65b247e113b
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
config:
|
|
||||||
- field.storage.oc_case.field_trainer
|
|
||||||
- opencase_cases.oc_case_type.training
|
|
||||||
- paragraphs.paragraphs_type.trainer
|
|
||||||
module:
|
|
||||||
- entity_reference_revisions
|
|
||||||
_core:
|
|
||||||
default_config_hash: o2DTDQHJfJCyEoBkkDbvkoaAFv-DRtgFn_nGl4in-0s
|
|
||||||
id: oc_case.training.field_trainer
|
|
||||||
field_name: field_trainer
|
|
||||||
entity_type: oc_case
|
|
||||||
bundle: training
|
|
||||||
label: Trainers
|
|
||||||
description: ''
|
|
||||||
required: false
|
|
||||||
translatable: false
|
|
||||||
default_value: { }
|
|
||||||
default_value_callback: ''
|
|
||||||
settings:
|
|
||||||
handler: 'default:paragraph'
|
|
||||||
handler_settings:
|
|
||||||
negate: 0
|
|
||||||
target_bundles:
|
|
||||||
trainer: trainer
|
|
||||||
target_bundles_drag_drop:
|
|
||||||
trainer:
|
|
||||||
enabled: true
|
|
||||||
weight: 2
|
|
||||||
field_type: entity_reference_revisions
|
|
23
config/field.field.oc_case_fee.project_fee.feeds_item.yml
Normal file
23
config/field.field.oc_case_fee.project_fee.feeds_item.yml
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
uuid: e4ac2e15-209e-4598-83df-07937bae60d6
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.storage.oc_case_fee.feeds_item
|
||||||
|
- opencase_cases.oc_case_fee_type.project_fee
|
||||||
|
module:
|
||||||
|
- feeds
|
||||||
|
id: oc_case_fee.project_fee.feeds_item
|
||||||
|
field_name: feeds_item
|
||||||
|
entity_type: oc_case_fee
|
||||||
|
bundle: project_fee
|
||||||
|
label: 'Feeds item'
|
||||||
|
description: ''
|
||||||
|
required: false
|
||||||
|
translatable: true
|
||||||
|
default_value: { }
|
||||||
|
default_value_callback: ''
|
||||||
|
settings:
|
||||||
|
handler: 'default:feeds_feed'
|
||||||
|
handler_settings: { }
|
||||||
|
field_type: feeds_item
|
23
config/field.field.oc_case_provision.trainer.feeds_item.yml
Normal file
23
config/field.field.oc_case_provision.trainer.feeds_item.yml
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
uuid: b1cb77c9-9177-4e86-8a09-d8acbdd2f34e
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.storage.oc_case_provision.feeds_item
|
||||||
|
- opencase_cases.oc_case_provision_type.trainer
|
||||||
|
module:
|
||||||
|
- feeds
|
||||||
|
id: oc_case_provision.trainer.feeds_item
|
||||||
|
field_name: feeds_item
|
||||||
|
entity_type: oc_case_provision
|
||||||
|
bundle: trainer
|
||||||
|
label: 'Feeds item'
|
||||||
|
description: ''
|
||||||
|
required: false
|
||||||
|
translatable: true
|
||||||
|
default_value: { }
|
||||||
|
default_value_callback: ''
|
||||||
|
settings:
|
||||||
|
handler: 'default:feeds_feed'
|
||||||
|
handler_settings: { }
|
||||||
|
field_type: feeds_item
|
25
config/field.field.oc_case_provision.trainer.field_rate.yml
Normal file
25
config/field.field.oc_case_provision.trainer.field_rate.yml
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
uuid: 6eabba7d-8c24-400e-9e90-588a1732b89a
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.storage.oc_case_provision.field_rate
|
||||||
|
- opencase_cases.oc_case_provision_type.trainer
|
||||||
|
id: oc_case_provision.trainer.field_rate
|
||||||
|
field_name: field_rate
|
||||||
|
entity_type: oc_case_provision
|
||||||
|
bundle: trainer
|
||||||
|
label: Rate
|
||||||
|
description: ''
|
||||||
|
required: false
|
||||||
|
translatable: false
|
||||||
|
default_value:
|
||||||
|
-
|
||||||
|
value: !!float 120
|
||||||
|
default_value_callback: ''
|
||||||
|
settings:
|
||||||
|
min: null
|
||||||
|
max: null
|
||||||
|
prefix: £
|
||||||
|
suffix: ''
|
||||||
|
field_type: decimal
|
@ -0,0 +1,23 @@
|
|||||||
|
uuid: 5efe46e6-d1eb-45f6-8fb0-6647fd7a9bcb
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.storage.oc_case_provision.field_rate_type
|
||||||
|
- opencase_cases.oc_case_provision_type.trainer
|
||||||
|
module:
|
||||||
|
- options
|
||||||
|
id: oc_case_provision.trainer.field_rate_type
|
||||||
|
field_name: field_rate_type
|
||||||
|
entity_type: oc_case_provision
|
||||||
|
bundle: trainer
|
||||||
|
label: 'Rate type'
|
||||||
|
description: ''
|
||||||
|
required: false
|
||||||
|
translatable: false
|
||||||
|
default_value:
|
||||||
|
-
|
||||||
|
value: standard
|
||||||
|
default_value_callback: ''
|
||||||
|
settings: { }
|
||||||
|
field_type: list_string
|
29
config/field.field.user.user.field_last_password_reset.yml
Normal file
29
config/field.field.user.user.field_last_password_reset.yml
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
uuid: 6482cced-5372-40f2-9dea-2649c3594838
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.storage.user.field_last_password_reset
|
||||||
|
module:
|
||||||
|
- datetime
|
||||||
|
- user
|
||||||
|
enforced:
|
||||||
|
module:
|
||||||
|
- password_policy
|
||||||
|
_core:
|
||||||
|
default_config_hash: 9KNibQftQSQkxINz3CmNcDC0f6rp2Krw6lkJ2en-G7g
|
||||||
|
id: user.user.field_last_password_reset
|
||||||
|
field_name: field_last_password_reset
|
||||||
|
entity_type: user
|
||||||
|
bundle: user
|
||||||
|
label: 'Last Password Reset'
|
||||||
|
description: ''
|
||||||
|
required: false
|
||||||
|
translatable: false
|
||||||
|
default_value:
|
||||||
|
-
|
||||||
|
default_date_type: now
|
||||||
|
default_date: now
|
||||||
|
default_value_callback: ''
|
||||||
|
settings: { }
|
||||||
|
field_type: datetime
|
29
config/field.field.user.user.field_password_expiration.yml
Normal file
29
config/field.field.user.user.field_password_expiration.yml
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
uuid: 0cd16f22-646d-4012-bca6-f30bf84db5ca
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.storage.user.field_password_expiration
|
||||||
|
module:
|
||||||
|
- user
|
||||||
|
enforced:
|
||||||
|
module:
|
||||||
|
- password_policy
|
||||||
|
_core:
|
||||||
|
default_config_hash: 0ivgsjOQ8AUH27JwMzGE7C0VC8M0dGiAZd1JKmC1liQ
|
||||||
|
id: user.user.field_password_expiration
|
||||||
|
field_name: field_password_expiration
|
||||||
|
entity_type: user
|
||||||
|
bundle: user
|
||||||
|
label: 'Password Expiration'
|
||||||
|
description: 'Control whether the user must reset their password. If the password has expired, this field is automatically checked after the execution of Cron.'
|
||||||
|
required: false
|
||||||
|
translatable: false
|
||||||
|
default_value:
|
||||||
|
-
|
||||||
|
value: 0
|
||||||
|
default_value_callback: ''
|
||||||
|
settings:
|
||||||
|
on_label: 'Expired Password'
|
||||||
|
off_label: 'Non-expired Password'
|
||||||
|
field_type: boolean
|
31
config/field.field.user.user.field_pending_expire_sent.yml
Normal file
31
config/field.field.user.user.field_pending_expire_sent.yml
Normal file
@ -0,0 +1,31 @@
|
|||||||
|
uuid: 2e6b10f8-5337-4d7c-8252-a3fcd736e09c
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.storage.user.field_pending_expire_sent
|
||||||
|
module:
|
||||||
|
- user
|
||||||
|
enforced:
|
||||||
|
module:
|
||||||
|
- password_policy
|
||||||
|
_core:
|
||||||
|
default_config_hash: oYe3JWMO6vLsJ9iypb1Bg9YQcT3TGqGtKwzHc3jcTXg
|
||||||
|
id: user.user.field_pending_expire_sent
|
||||||
|
field_name: field_pending_expire_sent
|
||||||
|
entity_type: user
|
||||||
|
bundle: user
|
||||||
|
label: 'Pending Expiration Mail Count'
|
||||||
|
description: 'Whether an email notifying of a pending password expiration has been sent'
|
||||||
|
required: false
|
||||||
|
translatable: false
|
||||||
|
default_value:
|
||||||
|
-
|
||||||
|
value: 0
|
||||||
|
default_value_callback: ''
|
||||||
|
settings:
|
||||||
|
min: 0
|
||||||
|
max: null
|
||||||
|
prefix: ''
|
||||||
|
suffix: ''
|
||||||
|
field_type: integer
|
20
config/field.storage.node.feeds_item.yml
Normal file
20
config/field.storage.node.feeds_item.yml
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
uuid: 0813e771-9112-4a4a-a6aa-e25f8d4e6104
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- feeds
|
||||||
|
- node
|
||||||
|
id: node.feeds_item
|
||||||
|
field_name: feeds_item
|
||||||
|
entity_type: node
|
||||||
|
type: feeds_item
|
||||||
|
settings:
|
||||||
|
target_type: feeds_feed
|
||||||
|
module: feeds
|
||||||
|
locked: false
|
||||||
|
cardinality: 1
|
||||||
|
translatable: false
|
||||||
|
indexes: { }
|
||||||
|
persist_with_no_fields: false
|
||||||
|
custom_storage: false
|
19
config/field.storage.oc_activity.field_caption_for_photo.yml
Normal file
19
config/field.storage.oc_activity.field_caption_for_photo.yml
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
uuid: efe1c754-c21b-4bc9-a8ef-3f238c87edf3
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- opencase_entities
|
||||||
|
id: oc_activity.field_caption_for_photo
|
||||||
|
field_name: field_caption_for_photo
|
||||||
|
entity_type: oc_activity
|
||||||
|
type: string_long
|
||||||
|
settings:
|
||||||
|
case_sensitive: false
|
||||||
|
module: core
|
||||||
|
locked: false
|
||||||
|
cardinality: 1
|
||||||
|
translatable: true
|
||||||
|
indexes: { }
|
||||||
|
persist_with_no_fields: false
|
||||||
|
custom_storage: false
|
@ -27,7 +27,7 @@ settings:
|
|||||||
display_default: false
|
display_default: false
|
||||||
module: image
|
module: image
|
||||||
locked: false
|
locked: false
|
||||||
cardinality: 1
|
cardinality: 3
|
||||||
translatable: true
|
translatable: true
|
||||||
indexes: { }
|
indexes: { }
|
||||||
persist_with_no_fields: false
|
persist_with_no_fields: false
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
uuid: 607c058a-e271-4e4e-a0f4-cd9f2dec5209
|
uuid: 49feb61b-2e9e-4a4b-8715-a5c66c319161
|
||||||
langcode: en
|
langcode: en
|
||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
@ -8,12 +8,11 @@ dependencies:
|
|||||||
third_party_settings:
|
third_party_settings:
|
||||||
field_permissions:
|
field_permissions:
|
||||||
permission_type: public
|
permission_type: public
|
||||||
id: oc_activity.field_ph
|
id: oc_actor.field_active
|
||||||
field_name: field_ph
|
field_name: field_active
|
||||||
entity_type: oc_activity
|
entity_type: oc_actor
|
||||||
type: string_long
|
type: boolean
|
||||||
settings:
|
settings: { }
|
||||||
case_sensitive: false
|
|
||||||
module: core
|
module: core
|
||||||
locked: false
|
locked: false
|
||||||
cardinality: 1
|
cardinality: 1
|
@ -11,7 +11,7 @@ field_name: field_pronoun
|
|||||||
entity_type: oc_actor
|
entity_type: oc_actor
|
||||||
type: string
|
type: string
|
||||||
settings:
|
settings:
|
||||||
max_length: 10
|
max_length: 50
|
||||||
is_ascii: false
|
is_ascii: false
|
||||||
case_sensitive: false
|
case_sensitive: false
|
||||||
module: core
|
module: core
|
||||||
|
20
config/field.storage.oc_case.feeds_item.yml
Normal file
20
config/field.storage.oc_case.feeds_item.yml
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
uuid: afe9a9ff-1fe9-42a5-aeae-52dfd8d4108b
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- feeds
|
||||||
|
- opencase_cases
|
||||||
|
id: oc_case.feeds_item
|
||||||
|
field_name: feeds_item
|
||||||
|
entity_type: oc_case
|
||||||
|
type: feeds_item
|
||||||
|
settings:
|
||||||
|
target_type: feeds_feed
|
||||||
|
module: feeds
|
||||||
|
locked: false
|
||||||
|
cardinality: 1
|
||||||
|
translatable: false
|
||||||
|
indexes: { }
|
||||||
|
persist_with_no_fields: false
|
||||||
|
custom_storage: false
|
19
config/field.storage.oc_case.field_invoicing_notes.yml
Normal file
19
config/field.storage.oc_case.field_invoicing_notes.yml
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
uuid: 04d70cb8-6464-4f57-97f5-e28c0476a69f
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- opencase_cases
|
||||||
|
id: oc_case.field_invoicing_notes
|
||||||
|
field_name: field_invoicing_notes
|
||||||
|
entity_type: oc_case
|
||||||
|
type: string_long
|
||||||
|
settings:
|
||||||
|
case_sensitive: false
|
||||||
|
module: core
|
||||||
|
locked: false
|
||||||
|
cardinality: 1
|
||||||
|
translatable: true
|
||||||
|
indexes: { }
|
||||||
|
persist_with_no_fields: false
|
||||||
|
custom_storage: false
|
@ -1,19 +1,20 @@
|
|||||||
uuid: c2c14026-cbe7-490e-8504-f560773d7f81
|
uuid: f94656f9-410c-4fac-9e78-72e719c7a91c
|
||||||
langcode: en
|
langcode: en
|
||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
module:
|
module:
|
||||||
- field_permissions
|
- field_permissions
|
||||||
- opencase_entities
|
- opencase_cases
|
||||||
|
- taxonomy
|
||||||
third_party_settings:
|
third_party_settings:
|
||||||
field_permissions:
|
field_permissions:
|
||||||
permission_type: public
|
permission_type: public
|
||||||
id: oc_activity.field_trainer
|
id: oc_case.field_invoicing_status
|
||||||
field_name: field_trainer
|
field_name: field_invoicing_status
|
||||||
entity_type: oc_activity
|
entity_type: oc_case
|
||||||
type: entity_reference
|
type: entity_reference
|
||||||
settings:
|
settings:
|
||||||
target_type: oc_actor
|
target_type: taxonomy_term
|
||||||
module: core
|
module: core
|
||||||
locked: false
|
locked: false
|
||||||
cardinality: 1
|
cardinality: 1
|
@ -1,24 +1,22 @@
|
|||||||
uuid: 540a147e-eb93-474f-b77c-62380d0eadc9
|
uuid: a719c93e-3463-4071-a003-7fa42ef5b7ae
|
||||||
langcode: en
|
langcode: en
|
||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
module:
|
module:
|
||||||
- entity_reference_revisions
|
|
||||||
- field_permissions
|
- field_permissions
|
||||||
|
- link
|
||||||
- opencase_cases
|
- opencase_cases
|
||||||
- paragraphs
|
|
||||||
third_party_settings:
|
third_party_settings:
|
||||||
field_permissions:
|
field_permissions:
|
||||||
permission_type: public
|
permission_type: public
|
||||||
id: oc_case.field_fee
|
id: oc_case.field_link_to_invoice
|
||||||
field_name: field_fee
|
field_name: field_link_to_invoice
|
||||||
entity_type: oc_case
|
entity_type: oc_case
|
||||||
type: entity_reference_revisions
|
type: link
|
||||||
settings:
|
settings: { }
|
||||||
target_type: paragraph
|
module: link
|
||||||
module: entity_reference_revisions
|
|
||||||
locked: false
|
locked: false
|
||||||
cardinality: -1
|
cardinality: 1
|
||||||
translatable: true
|
translatable: true
|
||||||
indexes: { }
|
indexes: { }
|
||||||
persist_with_no_fields: false
|
persist_with_no_fields: false
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user