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.lock
|
||||
!update_project.sh
|
||||
!.gitignore
|
||||
!config
|
||||
!config/*
|
||||
!docs/*
|
||||
!README.md
|
||||
|
||||
config/security_review.check.security_review-file_perms.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": {
|
||||
"autonomic/goodnightout_opencase": "dev-master",
|
||||
"autonomic/goodnightout_opencase": "dev-dev",
|
||||
"autonomic/opencase": "dev-master",
|
||||
"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/core-composer-scaffold": "^8.9.17",
|
||||
"drupal/core-project-message": "^8.9.17",
|
||||
"drupal/core-recommended": "^8.9.17",
|
||||
"drupal/core-composer-scaffold": "^9",
|
||||
"drupal/core-dev": "^9.3",
|
||||
"drupal/core-project-message": "^9",
|
||||
"drupal/core-recommended": "^9",
|
||||
"drupal/csv_serialization": "^2.0",
|
||||
"drupal/ctools": "^3.7",
|
||||
"drupal/date_popup": "^1.1",
|
||||
"drupal/dbug": "^2.0",
|
||||
"drupal/devel_entity_updates": "^3.0",
|
||||
"drupal/entity_extra_field": "^2.0@alpha",
|
||||
"drupal/entity_reference_revisions": "^1.9",
|
||||
"drupal/facets": "^2.0",
|
||||
"drupal/feeds": "^3.0@alpha",
|
||||
"drupal/field_permissions": "^1.1",
|
||||
"drupal/hide_revision_field": "^2.2",
|
||||
"drupal/mailsystem": "^4.3",
|
||||
"drupal/password_strength": "^2.0@beta",
|
||||
"drupal/restui": "^1.20",
|
||||
"drupal/route_condition": "^2.0",
|
||||
"drupal/search_api": "^1.21",
|
||||
"drupal/security_review": "^1.0@alpha",
|
||||
"drupal/tamper": "^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_data_export": "^1.1",
|
||||
"drupal/views_summarize": "1.1.x-dev",
|
||||
"drush/drush": "*"
|
||||
},
|
||||
"require-dev": {
|
||||
"drupal/console": "^1.9",
|
||||
"drupal/devel": "^4.1"
|
||||
"drupal/devel": "^4.1",
|
||||
"phpspec/prophecy-phpunit": "^2",
|
||||
"phpunit/phpunit": "^9.5"
|
||||
},
|
||||
"conflict": {
|
||||
"drupal/drupal": "*"
|
||||
@ -56,12 +71,23 @@
|
||||
"minimum-stability": "dev",
|
||||
"prefer-stable": true,
|
||||
"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": {
|
||||
"drupal-scaffold": {
|
||||
"locations": {
|
||||
"web-root": "web/"
|
||||
},
|
||||
"file-mapping": {
|
||||
"[web-root]/sites/development.services.yml": false,
|
||||
"[web-root]/sites/default/services.yml": false
|
||||
}
|
||||
},
|
||||
"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:
|
||||
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:
|
||||
node_user_picture: true
|
||||
comment_user_picture: true
|
||||
comment_user_verification: true
|
||||
favicon: true
|
||||
node_user_picture: true
|
||||
logo:
|
||||
use_default: false
|
||||
path: modules/contrib/goodnightout_opencase/images/GNO-logo.png
|
||||
favicon:
|
||||
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:
|
||||
id: accreditation_count
|
||||
label: 'Accreditation Count'
|
||||
provider: goodnightout_opencase
|
||||
label_display: visible
|
||||
provider: goodnightout_opencase
|
||||
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:
|
||||
uuid: 3643c3b9-b688-4d8d-9665-c0e0b15b5749
|
||||
tid: '3'
|
||||
vid: client_types
|
||||
name: 'Licensed Premises'
|
||||
langcode: en
|
||||
description: ''
|
||||
weight: '0'
|
||||
parent: '0'
|
||||
path: /taxonomy/term/3
|
||||
046c6995-d38b-4683-a37a-52ef472bd750:
|
||||
uuid: 046c6995-d38b-4683-a37a-52ef472bd750
|
||||
tid: '4'
|
||||
vid: client_types
|
||||
name: 'Nightlife Organisation'
|
||||
langcode: en
|
||||
description: ''
|
||||
weight: '0'
|
||||
parent: '0'
|
||||
path: /taxonomy/term/4
|
||||
1f6b268b-0ddb-4d85-a80c-3abbc54ba116:
|
||||
uuid: 1f6b268b-0ddb-4d85-a80c-3abbc54ba116
|
||||
tid: '5'
|
||||
vid: client_subtypes
|
||||
name: 'Live Music Venue'
|
||||
langcode: en
|
||||
@ -29,9 +28,9 @@
|
||||
field_parent_type:
|
||||
-
|
||||
target_id: '3'
|
||||
path: /taxonomy/term/5
|
||||
484e3265-cca6-473f-9325-eb6bc1c53288:
|
||||
uuid: 484e3265-cca6-473f-9325-eb6bc1c53288
|
||||
tid: '6'
|
||||
vid: client_subtypes
|
||||
name: Nightclub
|
||||
langcode: en
|
||||
@ -42,9 +41,9 @@
|
||||
field_parent_type:
|
||||
-
|
||||
target_id: '3'
|
||||
path: /taxonomy/term/6
|
||||
f44372cb-9a30-4a77-bf6d-9a1e96e257ab:
|
||||
uuid: f44372cb-9a30-4a77-bf6d-9a1e96e257ab
|
||||
tid: '7'
|
||||
vid: client_subtypes
|
||||
name: 'Pub or Bar'
|
||||
langcode: en
|
||||
@ -55,9 +54,9 @@ f44372cb-9a30-4a77-bf6d-9a1e96e257ab:
|
||||
field_parent_type:
|
||||
-
|
||||
target_id: '3'
|
||||
path: /taxonomy/term/7
|
||||
4c31ca9d-a328-45f1-be68-9d50b5703799:
|
||||
uuid: 4c31ca9d-a328-45f1-be68-9d50b5703799
|
||||
tid: '8'
|
||||
vid: client_subtypes
|
||||
name: 'Students’ Union'
|
||||
langcode: en
|
||||
@ -68,9 +67,9 @@ f44372cb-9a30-4a77-bf6d-9a1e96e257ab:
|
||||
field_parent_type:
|
||||
-
|
||||
target_id: '3'
|
||||
path: /taxonomy/term/8
|
||||
c3445507-4acc-4be9-a2b6-2b368a26b3bd:
|
||||
uuid: c3445507-4acc-4be9-a2b6-2b368a26b3bd
|
||||
tid: '9'
|
||||
vid: client_subtypes
|
||||
name: Festival
|
||||
langcode: en
|
||||
@ -81,9 +80,9 @@ c3445507-4acc-4be9-a2b6-2b368a26b3bd:
|
||||
field_parent_type:
|
||||
-
|
||||
target_id: '4'
|
||||
path: /taxonomy/term/9
|
||||
36e55848-07dc-475d-8567-e4574e6e1985:
|
||||
uuid: 36e55848-07dc-475d-8567-e4574e6e1985
|
||||
tid: '10'
|
||||
vid: client_subtypes
|
||||
name: 'Event Organiser/ Promoter'
|
||||
langcode: en
|
||||
@ -94,9 +93,9 @@ c3445507-4acc-4be9-a2b6-2b368a26b3bd:
|
||||
field_parent_type:
|
||||
-
|
||||
target_id: '4'
|
||||
path: /taxonomy/term/10
|
||||
190a822d-548b-42aa-82cc-5b07e40e2098:
|
||||
uuid: 190a822d-548b-42aa-82cc-5b07e40e2098
|
||||
tid: '11'
|
||||
vid: client_subtypes
|
||||
name: 'Staffing Agency'
|
||||
langcode: en
|
||||
@ -107,9 +106,9 @@ c3445507-4acc-4be9-a2b6-2b368a26b3bd:
|
||||
field_parent_type:
|
||||
-
|
||||
target_id: '4'
|
||||
path: /taxonomy/term/11
|
||||
f0620005-1df1-460c-8881-d63366c19a36:
|
||||
uuid: f0620005-1df1-460c-8881-d63366c19a36
|
||||
tid: '12'
|
||||
vid: client_subtypes
|
||||
name: 'Other Organisation'
|
||||
langcode: en
|
||||
@ -120,9 +119,9 @@ f0620005-1df1-460c-8881-d63366c19a36:
|
||||
field_parent_type:
|
||||
-
|
||||
target_id: '4'
|
||||
path: /taxonomy/term/12
|
||||
10f0b83c-158e-4d99-9937-8fe3760fd7c9:
|
||||
uuid: 10f0b83c-158e-4d99-9937-8fe3760fd7c9
|
||||
tid: '13'
|
||||
vid: client_status
|
||||
name: Lead
|
||||
langcode: en
|
||||
@ -137,9 +136,9 @@ f0620005-1df1-460c-8881-d63366c19a36:
|
||||
target_id: '18'
|
||||
-
|
||||
target_id: '19'
|
||||
path: /taxonomy/term/13
|
||||
b1d4664d-0ce9-4c6c-b224-c7cbe4913356:
|
||||
uuid: b1d4664d-0ce9-4c6c-b224-c7cbe4913356
|
||||
tid: '14'
|
||||
vid: client_status
|
||||
name: Confirmed
|
||||
langcode: en
|
||||
@ -154,9 +153,9 @@ b1d4664d-0ce9-4c6c-b224-c7cbe4913356:
|
||||
target_id: '22'
|
||||
-
|
||||
target_id: '23'
|
||||
path: /taxonomy/term/14
|
||||
9f973447-e4ac-4191-b1a2-ff59f211967f:
|
||||
uuid: 9f973447-e4ac-4191-b1a2-ff59f211967f
|
||||
tid: '15'
|
||||
vid: client_status
|
||||
name: Accredited
|
||||
langcode: en
|
||||
@ -175,9 +174,9 @@ b1d4664d-0ce9-4c6c-b224-c7cbe4913356:
|
||||
target_id: '26'
|
||||
-
|
||||
target_id: '28'
|
||||
path: /taxonomy/term/15
|
||||
3aca6a65-3f66-41ed-8b8a-d1a52ab8b85c:
|
||||
uuid: 3aca6a65-3f66-41ed-8b8a-d1a52ab8b85c
|
||||
tid: '16'
|
||||
vid: client_status
|
||||
name: 'Reaccreditation due'
|
||||
langcode: en
|
||||
@ -190,9 +189,9 @@ b1d4664d-0ce9-4c6c-b224-c7cbe4913356:
|
||||
target_id: '30'
|
||||
-
|
||||
target_id: '31'
|
||||
path: /taxonomy/term/16
|
||||
edd4a0ac-3c1b-4717-8ea9-2486f8239545:
|
||||
uuid: edd4a0ac-3c1b-4717-8ea9-2486f8239545
|
||||
tid: '17'
|
||||
vid: client_status
|
||||
name: 'Lapsed or Overdue'
|
||||
langcode: en
|
||||
@ -203,135 +202,135 @@ edd4a0ac-3c1b-4717-8ea9-2486f8239545:
|
||||
field_substatuses:
|
||||
-
|
||||
target_id: '33'
|
||||
path: /taxonomy/term/17
|
||||
741d068a-df17-494d-8ce5-724d40b43f70:
|
||||
uuid: 741d068a-df17-494d-8ce5-724d40b43f70
|
||||
tid: '18'
|
||||
vid: clie
|
||||
name: 'Info sent'
|
||||
langcode: en
|
||||
description: ''
|
||||
weight: '1'
|
||||
parent: '0'
|
||||
path: /taxonomy/term/18
|
||||
33d3d101-5766-4f9c-b384-819231549cdf:
|
||||
uuid: 33d3d101-5766-4f9c-b384-819231549cdf
|
||||
tid: '19'
|
||||
vid: clie
|
||||
name: 'Contract sent'
|
||||
langcode: en
|
||||
description: ''
|
||||
weight: '2'
|
||||
parent: '0'
|
||||
path: /taxonomy/term/19
|
||||
16ee83e2-efa6-4ec7-9cd6-3c8cc5aa893b:
|
||||
uuid: 16ee83e2-efa6-4ec7-9cd6-3c8cc5aa893b
|
||||
tid: '22'
|
||||
vid: clie
|
||||
name: 'One-off training'
|
||||
langcode: en
|
||||
description: ''
|
||||
weight: '4'
|
||||
parent: '0'
|
||||
path: /taxonomy/term/22
|
||||
1f990032-7dbe-4302-9004-28af68822305:
|
||||
uuid: 1f990032-7dbe-4302-9004-28af68822305
|
||||
tid: '23'
|
||||
vid: clie
|
||||
name: 'Confirmation follow-up sent'
|
||||
langcode: en
|
||||
description: ''
|
||||
weight: '5'
|
||||
parent: '0'
|
||||
path: /taxonomy/term/23
|
||||
1e30a83f-00ea-44b0-b5a9-34b57b15696d:
|
||||
uuid: 1e30a83f-00ea-44b0-b5a9-34b57b15696d
|
||||
tid: '24'
|
||||
vid: clie
|
||||
name: 'Recently Accredited'
|
||||
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"
|
||||
weight: '6'
|
||||
parent: '0'
|
||||
path: /taxonomy/term/24
|
||||
9915606c-1775-4f68-be24-ffaa629ee0b1:
|
||||
uuid: 9915606c-1775-4f68-be24-ffaa629ee0b1
|
||||
tid: '25'
|
||||
vid: clie
|
||||
name: '3-month follow-up due'
|
||||
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"
|
||||
weight: '7'
|
||||
parent: '0'
|
||||
path: /taxonomy/term/25
|
||||
98d1370b-e29f-45fb-b053-b911c2538870:
|
||||
uuid: 98d1370b-e29f-45fb-b053-b911c2538870
|
||||
tid: '26'
|
||||
vid: clie
|
||||
name: '6-month follow-up due'
|
||||
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"
|
||||
weight: '9'
|
||||
parent: '0'
|
||||
path: /taxonomy/term/26
|
||||
a6a9c46d-376f-4bb7-a598-90b8e78fc40c:
|
||||
uuid: a6a9c46d-376f-4bb7-a598-90b8e78fc40c
|
||||
tid: '27'
|
||||
vid: clie
|
||||
name: '3-month follow-up sent'
|
||||
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"
|
||||
weight: '8'
|
||||
parent: '0'
|
||||
path: /taxonomy/term/27
|
||||
ab927ebd-555a-4f28-bcda-cc14628fc75a:
|
||||
uuid: ab927ebd-555a-4f28-bcda-cc14628fc75a
|
||||
tid: '28'
|
||||
vid: clie
|
||||
name: '6-month follow-up sent'
|
||||
langcode: en
|
||||
description: ''
|
||||
weight: '10'
|
||||
parent: '0'
|
||||
path: /taxonomy/term/28
|
||||
7c7fed76-087c-4437-894b-3dbe827df311:
|
||||
uuid: 7c7fed76-087c-4437-894b-3dbe827df311
|
||||
tid: '29'
|
||||
vid: clie
|
||||
name: 'New lead'
|
||||
langcode: en
|
||||
description: ''
|
||||
weight: '0'
|
||||
parent: '0'
|
||||
path: /taxonomy/term/29
|
||||
8528c89c-1ebd-4d2a-9d95-49d54d59fc23:
|
||||
uuid: 8528c89c-1ebd-4d2a-9d95-49d54d59fc23
|
||||
tid: '30'
|
||||
vid: clie
|
||||
name: 'Reaccreditation due'
|
||||
langcode: en
|
||||
description: ''
|
||||
weight: '11'
|
||||
parent: '0'
|
||||
path: /taxonomy/term/30
|
||||
5e8d044e-25d3-4546-ae49-f8a12ff74c64:
|
||||
uuid: 5e8d044e-25d3-4546-ae49-f8a12ff74c64
|
||||
tid: '31'
|
||||
vid: clie
|
||||
name: Recontacted
|
||||
langcode: en
|
||||
description: ''
|
||||
weight: '12'
|
||||
parent: '0'
|
||||
path: /taxonomy/term/31
|
||||
7bfa7afc-b627-4539-bd5d-162bad5577c6:
|
||||
uuid: 7bfa7afc-b627-4539-bd5d-162bad5577c6
|
||||
tid: '32'
|
||||
vid: clie
|
||||
name: Confirmed
|
||||
langcode: en
|
||||
description: ''
|
||||
weight: '3'
|
||||
parent: '0'
|
||||
path: /taxonomy/term/32
|
||||
01b3353f-0141-4d9a-a075-c7e5770e11cb:
|
||||
uuid: 01b3353f-0141-4d9a-a075-c7e5770e11cb
|
||||
tid: '33'
|
||||
vid: clie
|
||||
name: 'Lapsed or overdue'
|
||||
langcode: en
|
||||
description: ''
|
||||
weight: '13'
|
||||
parent: '0'
|
||||
path: /taxonomy/term/33
|
||||
fa8828e5-496c-4c1b-b116-3bc77481d343:
|
||||
uuid: fa8828e5-496c-4c1b-b116-3bc77481d343
|
||||
tid: '34'
|
||||
vid: client_status
|
||||
name: 'Failed Accreditation'
|
||||
langcode: en
|
||||
@ -342,45 +341,45 @@ fa8828e5-496c-4c1b-b116-3bc77481d343:
|
||||
field_substatuses:
|
||||
-
|
||||
target_id: '35'
|
||||
path: /taxonomy/term/34
|
||||
49abf09c-0f21-4627-a9d9-0a95482085a7:
|
||||
uuid: 49abf09c-0f21-4627-a9d9-0a95482085a7
|
||||
tid: '35'
|
||||
vid: clie
|
||||
name: 'Failed Accreditation'
|
||||
langcode: en
|
||||
description: ''
|
||||
weight: '14'
|
||||
parent: '0'
|
||||
path: /taxonomy/term/35
|
||||
180f0733-2d56-49fa-8dc5-8ffe1a9c02fa:
|
||||
uuid: 180f0733-2d56-49fa-8dc5-8ffe1a9c02fa
|
||||
tid: '36'
|
||||
vid: tags
|
||||
name: LGBTQ+
|
||||
langcode: en
|
||||
description: ''
|
||||
weight: '0'
|
||||
parent: '0'
|
||||
path: /taxonomy/term/36
|
||||
5afc88a5-74c3-472a-a5d6-7face67062c8:
|
||||
uuid: 5afc88a5-74c3-472a-a5d6-7face67062c8
|
||||
tid: '37'
|
||||
vid: tags
|
||||
name: 'Community Project'
|
||||
langcode: en
|
||||
description: ''
|
||||
weight: '0'
|
||||
parent: '0'
|
||||
path: /taxonomy/term/37
|
||||
31afbf21-adae-47c0-bc00-8d301fc5987c:
|
||||
uuid: 31afbf21-adae-47c0-bc00-8d301fc5987c
|
||||
tid: '38'
|
||||
vid: tags
|
||||
name: 'DICE Discount'
|
||||
langcode: en
|
||||
description: ''
|
||||
weight: '0'
|
||||
parent: '0'
|
||||
path: /taxonomy/term/38
|
||||
1aaec6b1-e013-46cc-87d3-7c03e7eb44e3:
|
||||
uuid: 1aaec6b1-e013-46cc-87d3-7c03e7eb44e3
|
||||
tid: '40'
|
||||
vid: client_subtypes
|
||||
name: 'Arts Venue'
|
||||
langcode: en
|
||||
@ -391,9 +390,9 @@ fa8828e5-496c-4c1b-b116-3bc77481d343:
|
||||
field_parent_type:
|
||||
-
|
||||
target_id: '3'
|
||||
path: /taxonomy/term/40
|
||||
057c3514-8413-463f-989e-cd8deda6c71c:
|
||||
uuid: 057c3514-8413-463f-989e-cd8deda6c71c
|
||||
tid: '41'
|
||||
vid: client_status
|
||||
name: Closed
|
||||
langcode: en
|
||||
@ -404,12 +403,107 @@ fa8828e5-496c-4c1b-b116-3bc77481d343:
|
||||
field_substatuses:
|
||||
-
|
||||
target_id: '42'
|
||||
path: /taxonomy/term/41
|
||||
c0c6397d-4f7c-4077-af51-1860ccad26a3:
|
||||
uuid: c0c6397d-4f7c-4077-af51-1860ccad26a3
|
||||
tid: '42'
|
||||
vid: clie
|
||||
name: Closed
|
||||
langcode: en
|
||||
description: ''
|
||||
weight: '15'
|
||||
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
|
||||
label: 'Default medium date'
|
||||
locked: false
|
||||
pattern: 'D, m/d/Y - H:i'
|
||||
pattern: 'D, d/m/Y - H:i'
|
||||
|
@ -7,4 +7,4 @@ _core:
|
||||
id: short
|
||||
label: 'Default short date'
|
||||
locked: false
|
||||
pattern: d-M-Y
|
||||
pattern: 'd M Y'
|
||||
|
@ -5,6 +5,7 @@ dependencies:
|
||||
config:
|
||||
- field.field.node.article.body
|
||||
- field.field.node.article.comment
|
||||
- field.field.node.article.feeds_item
|
||||
- field.field.node.article.field_image
|
||||
- field.field.node.article.field_tags
|
||||
- image.style.thumbnail
|
||||
@ -106,4 +107,5 @@ content:
|
||||
size: 60
|
||||
placeholder: ''
|
||||
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
|
||||
module:
|
||||
- datetime
|
||||
- hide_revision_field
|
||||
_core:
|
||||
default_config_hash: WSYAeo27GpLUUXh-PgaeoOX7BSBtIlkzHsgKXjgDbt4
|
||||
id: oc_activity.evaluation.default
|
||||
@ -104,6 +105,18 @@ content:
|
||||
size: 60
|
||||
placeholder: ''
|
||||
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:
|
||||
type: boolean_checkbox
|
||||
weight: 14
|
||||
@ -112,10 +125,14 @@ content:
|
||||
display_label: true
|
||||
third_party_settings: { }
|
||||
time_taken:
|
||||
type: number
|
||||
weight: 2
|
||||
region: content
|
||||
settings:
|
||||
placeholder: ''
|
||||
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
|
||||
dependencies:
|
||||
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_with_group_dynamics
|
||||
- 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_trainer
|
||||
- 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_did_facilitators_do_w
|
||||
@ -29,94 +28,95 @@ content:
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
field_issues_and_difficulties:
|
||||
weight: 5
|
||||
settings:
|
||||
rows: 5
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
field_caption_for_photo:
|
||||
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
|
||||
region: content
|
||||
settings:
|
||||
rows: 5
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
field_issues_and_difficulties:
|
||||
type: string_textarea
|
||||
weight: 5
|
||||
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:
|
||||
type: image_image
|
||||
weight: 9
|
||||
region: content
|
||||
settings:
|
||||
progress_indicator: throbber
|
||||
preview_image_style: thumbnail
|
||||
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:
|
||||
type: string_textarea
|
||||
weight: 4
|
||||
region: content
|
||||
settings:
|
||||
rows: 5
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
type: string_textarea
|
||||
region: content
|
||||
field_what_could_be_improved_for:
|
||||
type: string_textarea
|
||||
weight: 8
|
||||
region: content
|
||||
settings:
|
||||
rows: 5
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
type: string_textarea
|
||||
region: content
|
||||
field_what_did_facilitators_do_w:
|
||||
type: string_textarea
|
||||
weight: 3
|
||||
region: content
|
||||
settings:
|
||||
rows: 5
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
type: string_textarea
|
||||
region: content
|
||||
field_what_real_scenarios_or_inc:
|
||||
type: string_textarea
|
||||
weight: 7
|
||||
region: content
|
||||
settings:
|
||||
rows: 5
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
type: string_textarea
|
||||
oc_provider:
|
||||
type: options_select
|
||||
weight: 1
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
status:
|
||||
type: boolean_checkbox
|
||||
weight: 12
|
||||
weight: 11
|
||||
region: content
|
||||
settings:
|
||||
display_label: true
|
||||
third_party_settings: { }
|
||||
hidden:
|
||||
client: true
|
||||
description: true
|
||||
name: true
|
||||
oc_target: true
|
||||
revision_log: true
|
||||
time_taken: true
|
||||
user_id: true
|
||||
|
@ -4,6 +4,7 @@ status: true
|
||||
dependencies:
|
||||
config:
|
||||
- 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_delivery_partners
|
||||
- field.field.oc_actor.trainer.field_emergency_contact
|
||||
@ -14,6 +15,7 @@ dependencies:
|
||||
- image.style.thumbnail
|
||||
- opencase_entities.oc_actor_type.trainer
|
||||
module:
|
||||
- hide_revision_field
|
||||
- image
|
||||
- paragraphs
|
||||
_core:
|
||||
@ -31,70 +33,73 @@ content:
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
field_active:
|
||||
type: boolean_checkbox
|
||||
weight: 26
|
||||
region: content
|
||||
settings:
|
||||
display_label: true
|
||||
third_party_settings: { }
|
||||
field_availability:
|
||||
type: entity_reference_paragraphs
|
||||
weight: 6
|
||||
region: content
|
||||
settings:
|
||||
title: Paragraph
|
||||
title_plural: Paragraphs
|
||||
edit_mode: open
|
||||
add_mode: dropdown
|
||||
form_display_mode: default
|
||||
default_paragraph_type: ''
|
||||
default_paragraph_type: _none
|
||||
third_party_settings: { }
|
||||
region: content
|
||||
field_delivery_partners:
|
||||
type: options_select
|
||||
weight: 7
|
||||
settings:
|
||||
match_operator: CONTAINS
|
||||
match_limit: 10
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
type: entity_reference_autocomplete
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
field_emergency_contact:
|
||||
type: entity_reference_paragraphs
|
||||
weight: 12
|
||||
region: content
|
||||
settings:
|
||||
title: Paragraph
|
||||
title_plural: Paragraphs
|
||||
edit_mode: open
|
||||
add_mode: dropdown
|
||||
form_display_mode: default
|
||||
default_paragraph_type: ''
|
||||
default_paragraph_type: _none
|
||||
third_party_settings: { }
|
||||
region: content
|
||||
field_languages_spoken_fluently:
|
||||
type: options_select
|
||||
weight: 5
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
type: options_select
|
||||
region: content
|
||||
field_notes:
|
||||
type: string_textarea
|
||||
weight: 9
|
||||
region: content
|
||||
settings:
|
||||
rows: 5
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
type: string_textarea
|
||||
region: content
|
||||
field_photo:
|
||||
type: image_image
|
||||
weight: 8
|
||||
region: content
|
||||
settings:
|
||||
progress_indicator: throbber
|
||||
preview_image_style: thumbnail
|
||||
third_party_settings: { }
|
||||
type: image_image
|
||||
region: content
|
||||
field_pronoun:
|
||||
type: string_textfield
|
||||
weight: 2
|
||||
region: content
|
||||
settings:
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
type: string_textfield
|
||||
region: content
|
||||
first_name:
|
||||
type: string_textfield
|
||||
weight: 0
|
||||
@ -135,6 +140,18 @@ content:
|
||||
rows: 5
|
||||
placeholder: ''
|
||||
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:
|
||||
type: boolean_checkbox
|
||||
weight: 13
|
||||
|
@ -3,61 +3,86 @@ langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.field.oc_case.project.feeds_item
|
||||
- field.field.oc_case.project.field_contract_signed_date
|
||||
- field.field.oc_case.project.field_fee
|
||||
- field.field.oc_case.project.field_total_fee
|
||||
- field.field.oc_case.project.field_invoicing_notes
|
||||
- field.field.oc_case.project.field_invoicing_status
|
||||
- field.field.oc_case.project.field_link_to_invoice
|
||||
- opencase_cases.oc_case_type.project
|
||||
module:
|
||||
- datetime
|
||||
- file
|
||||
- paragraphs
|
||||
- hide_revision_field
|
||||
- link
|
||||
id: oc_case.project.default
|
||||
targetEntityType: oc_case
|
||||
bundle: project
|
||||
mode: default
|
||||
content:
|
||||
client:
|
||||
type: entity_reference_autocomplete
|
||||
type: options_select
|
||||
weight: 0
|
||||
region: content
|
||||
settings:
|
||||
match_operator: CONTAINS
|
||||
match_limit: 10
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
field_contract_signed_date:
|
||||
weight: 3
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
field_contract_signed_date:
|
||||
type: datetime_default
|
||||
region: content
|
||||
field_fee:
|
||||
type: entity_reference_paragraphs
|
||||
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
|
||||
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:
|
||||
type: file_generic
|
||||
weight: 1
|
||||
region: content
|
||||
settings:
|
||||
progress_indicator: throbber
|
||||
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:
|
||||
type: boolean_checkbox
|
||||
weight: 4
|
||||
weight: 3
|
||||
region: content
|
||||
settings:
|
||||
display_label: true
|
||||
third_party_settings: { }
|
||||
hidden:
|
||||
field_total_fee: true
|
||||
feeds_item: true
|
||||
name: true
|
||||
notes: true
|
||||
oc_target: true
|
||||
total_fee: true
|
||||
user_id: true
|
||||
|
@ -3,11 +3,11 @@ langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.field.oc_case.training.feeds_item
|
||||
- field.field.oc_case.training.field_date_of_training
|
||||
- field.field.oc_case.training.field_number_of_participants
|
||||
- field.field.oc_case.training.field_project
|
||||
- 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_status
|
||||
- field.field.oc_case.training.field_training_type
|
||||
@ -15,7 +15,7 @@ dependencies:
|
||||
module:
|
||||
- datetime
|
||||
- file
|
||||
- paragraphs
|
||||
- hide_revision_field
|
||||
_core:
|
||||
default_config_hash: dxPm53tH_SWeTJgZIfdHIIiEb4vSzqADMzUemllj8rk
|
||||
id: oc_case.training.default
|
||||
@ -24,74 +24,82 @@ bundle: training
|
||||
mode: default
|
||||
content:
|
||||
client:
|
||||
type: entity_reference_autocomplete
|
||||
weight: 0
|
||||
type: options_select
|
||||
weight: 1
|
||||
region: content
|
||||
settings:
|
||||
match_operator: CONTAINS
|
||||
match_limit: 10
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
field_date_of_training:
|
||||
weight: 4
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
field_date_of_training:
|
||||
type: datetime_default
|
||||
weight: 5
|
||||
region: content
|
||||
field_project:
|
||||
weight: 1
|
||||
settings:
|
||||
match_operator: CONTAINS
|
||||
match_limit: 10
|
||||
size: 60
|
||||
placeholder: ''
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
type: entity_reference_autocomplete
|
||||
field_project:
|
||||
type: options_select
|
||||
weight: 2
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
field_social_media:
|
||||
type: boolean_checkbox
|
||||
weight: 8
|
||||
region: content
|
||||
settings:
|
||||
display_label: true
|
||||
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:
|
||||
weight: 5
|
||||
type: options_select
|
||||
weight: 6
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
type: options_select
|
||||
region: content
|
||||
field_training_status:
|
||||
weight: 3
|
||||
type: options_select
|
||||
weight: 4
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
type: options_select
|
||||
region: content
|
||||
field_training_type:
|
||||
weight: 2
|
||||
type: options_select
|
||||
weight: 3
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
type: options_select
|
||||
region: content
|
||||
files:
|
||||
type: file_generic
|
||||
weight: 7
|
||||
region: content
|
||||
settings:
|
||||
progress_indicator: throbber
|
||||
third_party_settings: { }
|
||||
name:
|
||||
type: string_textfield
|
||||
weight: 0
|
||||
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: { }
|
||||
status:
|
||||
type: boolean_checkbox
|
||||
@ -101,5 +109,8 @@ content:
|
||||
display_label: true
|
||||
third_party_settings: { }
|
||||
hidden:
|
||||
feeds_item: true
|
||||
field_number_of_participants: true
|
||||
oc_target: true
|
||||
total_fee: 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:
|
||||
config:
|
||||
- opencase_entities.oc_event_type.train_the_trainer
|
||||
module:
|
||||
- datetime
|
||||
id: oc_event.train_the_trainer.default
|
||||
targetEntityType: oc_event
|
||||
bundle: train_the_trainer
|
||||
mode: default
|
||||
content:
|
||||
attendees:
|
||||
type: options_select
|
||||
weight: 2
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
name:
|
||||
type: string_textfield
|
||||
weight: 0
|
||||
@ -26,4 +30,7 @@ content:
|
||||
settings:
|
||||
display_label: true
|
||||
third_party_settings: { }
|
||||
hidden: { }
|
||||
hidden:
|
||||
activity_date_time: true
|
||||
description: true
|
||||
user_id: true
|
||||
|
@ -21,6 +21,7 @@ dependencies:
|
||||
module:
|
||||
- datetime
|
||||
- file
|
||||
- hide_revision_field
|
||||
_core:
|
||||
default_config_hash: OUNi7pV7COebgUedxmuEz4ZF1VF4QDet2AcZ_2j3jQs
|
||||
id: oc_organisation.client.default
|
||||
@ -29,90 +30,82 @@ bundle: client
|
||||
mode: default
|
||||
content:
|
||||
field_accreditation_date:
|
||||
weight: 5
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
type: datetime_default
|
||||
weight: 5
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
field_client_status:
|
||||
type: options_select
|
||||
weight: 4
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
type: options_select
|
||||
region: content
|
||||
field_client_substatus:
|
||||
type: options_select
|
||||
weight: 3
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
type: options_select
|
||||
region: content
|
||||
field_client_subtype:
|
||||
type: options_select
|
||||
weight: 2
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
type: options_select
|
||||
region: content
|
||||
field_client_type:
|
||||
weight: 1
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
type: options_select
|
||||
weight: 1
|
||||
region: content
|
||||
field_how_did_you_hear_about_us:
|
||||
weight: 12
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
field_how_did_you_hear_about_us:
|
||||
type: options_buttons
|
||||
weight: 12
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
field_location_festival_event:
|
||||
weight: 9
|
||||
settings:
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
type: string_textfield
|
||||
weight: 9
|
||||
region: content
|
||||
settings:
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
field_number_of_events_per_year:
|
||||
type: number
|
||||
weight: 10
|
||||
region: content
|
||||
settings:
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
type: number
|
||||
region: content
|
||||
field_number_of_staff:
|
||||
type: number
|
||||
weight: 8
|
||||
region: content
|
||||
settings:
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
type: number
|
||||
region: content
|
||||
field_premises_capacity:
|
||||
weight: 7
|
||||
settings:
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
type: number
|
||||
weight: 7
|
||||
region: content
|
||||
settings:
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
field_tags:
|
||||
type: options_select
|
||||
weight: 11
|
||||
settings:
|
||||
match_operator: CONTAINS
|
||||
match_limit: 10
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
type: entity_reference_autocomplete
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
field_umbrella_client:
|
||||
type: options_select
|
||||
weight: 6
|
||||
settings:
|
||||
match_operator: CONTAINS
|
||||
match_limit: 10
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
type: entity_reference_autocomplete
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
name:
|
||||
type: string_textfield
|
||||
weight: 0
|
||||
@ -121,6 +114,18 @@ content:
|
||||
size: 60
|
||||
placeholder: ''
|
||||
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:
|
||||
type: boolean_checkbox
|
||||
weight: 13
|
||||
|
@ -6,6 +6,7 @@ dependencies:
|
||||
- opencase_entities.oc_organisation_type.partner_organisation
|
||||
module:
|
||||
- file
|
||||
- hide_revision_field
|
||||
id: oc_organisation.partner_organisation.default
|
||||
targetEntityType: oc_organisation
|
||||
bundle: partner_organisation
|
||||
@ -19,6 +20,18 @@ content:
|
||||
size: 60
|
||||
placeholder: ''
|
||||
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:
|
||||
type: boolean_checkbox
|
||||
weight: 1
|
||||
|
@ -9,6 +9,7 @@ dependencies:
|
||||
- opencase_entities.oc_organisation_type.umbrella_client
|
||||
module:
|
||||
- file
|
||||
- hide_revision_field
|
||||
_core:
|
||||
default_config_hash: OC8jnc4KZMX-3IOvNhREzEIJ2cAagpxmwKeeUoAbYIc
|
||||
id: oc_organisation.umbrella_client.default
|
||||
@ -17,21 +18,17 @@ bundle: umbrella_client
|
||||
mode: default
|
||||
content:
|
||||
field_tags:
|
||||
type: options_select
|
||||
weight: 2
|
||||
settings:
|
||||
match_operator: CONTAINS
|
||||
match_limit: 10
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
type: entity_reference_autocomplete
|
||||
region: content
|
||||
field_type_of_umbrella_client:
|
||||
weight: 1
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
field_type_of_umbrella_client:
|
||||
type: options_select
|
||||
weight: 1
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
name:
|
||||
type: string_textfield
|
||||
weight: 0
|
||||
@ -40,6 +37,18 @@ content:
|
||||
size: 60
|
||||
placeholder: ''
|
||||
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:
|
||||
type: boolean_checkbox
|
||||
weight: 3
|
||||
|
@ -3,10 +3,14 @@ langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.field.user.user.field_last_password_reset
|
||||
- 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
|
||||
- image.style.thumbnail
|
||||
module:
|
||||
- datetime
|
||||
- image
|
||||
- user
|
||||
_core:
|
||||
@ -17,24 +21,53 @@ bundle: user
|
||||
mode: default
|
||||
content:
|
||||
account:
|
||||
weight: -10
|
||||
region: content
|
||||
contact:
|
||||
weight: 5
|
||||
region: content
|
||||
language:
|
||||
weight: 0
|
||||
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:
|
||||
weight: 6
|
||||
region: content
|
||||
user_picture:
|
||||
type: image_image
|
||||
weight: 2
|
||||
region: content
|
||||
settings:
|
||||
progress_indicator: throbber
|
||||
preview_image_style: thumbnail
|
||||
third_party_settings: { }
|
||||
weight: -1
|
||||
region: content
|
||||
hidden:
|
||||
field_linked_opencase_actor: true
|
||||
field_pending_expire_sent: true
|
||||
|
@ -6,6 +6,7 @@ dependencies:
|
||||
- core.entity_view_display.comment.comment.default
|
||||
- field.field.node.article.body
|
||||
- field.field.node.article.comment
|
||||
- field.field.node.article.feeds_item
|
||||
- field.field.node.article.field_image
|
||||
- field.field.node.article.field_tags
|
||||
- image.style.large
|
||||
@ -61,4 +62,5 @@ content:
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
hidden:
|
||||
feeds_item: true
|
||||
search_api_excerpt: true
|
||||
|
@ -6,6 +6,7 @@ dependencies:
|
||||
- core.entity_view_mode.node.rss
|
||||
- field.field.node.article.body
|
||||
- field.field.node.article.comment
|
||||
- field.field.node.article.feeds_item
|
||||
- field.field.node.article.field_image
|
||||
- field.field.node.article.field_tags
|
||||
- node.type.article
|
||||
@ -24,6 +25,7 @@ content:
|
||||
hidden:
|
||||
body: true
|
||||
comment: true
|
||||
feeds_item: true
|
||||
field_image: true
|
||||
field_tags: true
|
||||
search_api_excerpt: true
|
||||
|
@ -6,6 +6,7 @@ dependencies:
|
||||
- core.entity_view_mode.node.teaser
|
||||
- field.field.node.article.body
|
||||
- field.field.node.article.comment
|
||||
- field.field.node.article.feeds_item
|
||||
- field.field.node.article.field_image
|
||||
- field.field.node.article.field_tags
|
||||
- image.style.medium
|
||||
@ -51,6 +52,7 @@ content:
|
||||
region: content
|
||||
hidden:
|
||||
comment: true
|
||||
feeds_item: true
|
||||
field_image: true
|
||||
field_tags: 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
|
||||
dependencies:
|
||||
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_with_group_dynamics
|
||||
- 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_trainer
|
||||
- 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_did_facilitators_do_w
|
||||
@ -17,104 +16,101 @@ dependencies:
|
||||
module:
|
||||
- datetime
|
||||
- image
|
||||
- user
|
||||
id: oc_activity.trainer_debrief.default
|
||||
targetEntityType: oc_activity
|
||||
bundle: trainer_debrief
|
||||
mode: default
|
||||
content:
|
||||
activity_date_time:
|
||||
label: above
|
||||
type: datetime_default
|
||||
label: above
|
||||
settings:
|
||||
format_type: short
|
||||
timezone_override: ''
|
||||
format_type: short
|
||||
third_party_settings: { }
|
||||
weight: 0
|
||||
region: content
|
||||
third_party_settings: { }
|
||||
field_issues_and_difficulties:
|
||||
weight: 6
|
||||
field_caption_for_photo:
|
||||
type: basic_string
|
||||
label: above
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
weight: 10
|
||||
region: content
|
||||
field_issues_and_difficulties:
|
||||
type: basic_string
|
||||
label: above
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
weight: 5
|
||||
region: content
|
||||
field_issues_with_group_dynamics:
|
||||
weight: 7
|
||||
type: basic_string
|
||||
label: above
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
type: basic_string
|
||||
weight: 6
|
||||
region: content
|
||||
field_number_of_participants:
|
||||
weight: 2
|
||||
type: number_integer
|
||||
label: above
|
||||
settings:
|
||||
thousand_separator: ''
|
||||
prefix_suffix: true
|
||||
third_party_settings: { }
|
||||
type: number_integer
|
||||
weight: 2
|
||||
region: content
|
||||
field_ph:
|
||||
weight: 11
|
||||
field_photo:
|
||||
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
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
weight: 4
|
||||
region: content
|
||||
field_what_could_be_improved_for:
|
||||
type: basic_string
|
||||
region: content
|
||||
field_photo:
|
||||
weight: 10
|
||||
label: above
|
||||
settings:
|
||||
image_style: ''
|
||||
image_link: ''
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
type: image
|
||||
weight: 8
|
||||
region: content
|
||||
field_trainer:
|
||||
weight: 12
|
||||
field_what_did_facilitators_do_w:
|
||||
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
|
||||
settings:
|
||||
link: true
|
||||
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
|
||||
region: content
|
||||
settings:
|
||||
link_to_entity: false
|
||||
third_party_settings: { }
|
||||
hidden:
|
||||
client: true
|
||||
description: true
|
||||
name: true
|
||||
oc_target: true
|
||||
search_api_excerpt: true
|
||||
status: true
|
||||
time_taken: true
|
||||
user_id: true
|
||||
|
@ -4,6 +4,7 @@ status: true
|
||||
dependencies:
|
||||
config:
|
||||
- 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_delivery_partners
|
||||
- field.field.oc_actor.trainer.field_emergency_contact
|
||||
@ -24,112 +25,134 @@ bundle: trainer
|
||||
mode: default
|
||||
content:
|
||||
email:
|
||||
label: above
|
||||
type: string
|
||||
weight: 3
|
||||
region: content
|
||||
label: above
|
||||
settings:
|
||||
link_to_entity: false
|
||||
third_party_settings: { }
|
||||
field_availability:
|
||||
type: entity_reference_revisions_entity_view
|
||||
weight: 6
|
||||
weight: 3
|
||||
region: content
|
||||
field_active:
|
||||
type: boolean
|
||||
label: above
|
||||
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: ''
|
||||
third_party_settings: { }
|
||||
weight: 13
|
||||
region: content
|
||||
field_delivery_partners:
|
||||
weight: 7
|
||||
type: entity_reference_label
|
||||
label: above
|
||||
settings:
|
||||
link: true
|
||||
third_party_settings: { }
|
||||
type: entity_reference_label
|
||||
weight: 6
|
||||
region: content
|
||||
field_emergency_contact:
|
||||
type: entity_reference_revisions_entity_view
|
||||
weight: 12
|
||||
label: above
|
||||
settings:
|
||||
view_mode: default
|
||||
link: ''
|
||||
third_party_settings: { }
|
||||
weight: 12
|
||||
region: content
|
||||
field_languages_spoken_fluently:
|
||||
weight: 5
|
||||
type: list_default
|
||||
label: above
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
type: list_default
|
||||
weight: 5
|
||||
region: content
|
||||
field_notes:
|
||||
weight: 9
|
||||
type: basic_string
|
||||
label: above
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
type: basic_string
|
||||
weight: 8
|
||||
region: content
|
||||
field_photo:
|
||||
weight: 8
|
||||
type: image
|
||||
label: above
|
||||
settings:
|
||||
image_style: ''
|
||||
image_link: ''
|
||||
image_style: ''
|
||||
third_party_settings: { }
|
||||
type: image
|
||||
weight: 7
|
||||
region: content
|
||||
field_pronoun:
|
||||
weight: 2
|
||||
type: string
|
||||
label: above
|
||||
settings:
|
||||
link_to_entity: false
|
||||
third_party_settings: { }
|
||||
type: string
|
||||
weight: 2
|
||||
region: content
|
||||
first_name:
|
||||
type: string
|
||||
label: above
|
||||
settings:
|
||||
link_to_entity: false
|
||||
third_party_settings: { }
|
||||
weight: 0
|
||||
region: content
|
||||
label: above
|
||||
settings:
|
||||
link_to_entity: false
|
||||
third_party_settings: { }
|
||||
last_name:
|
||||
type: string
|
||||
label: above
|
||||
settings:
|
||||
link_to_entity: false
|
||||
third_party_settings: { }
|
||||
weight: 1
|
||||
region: content
|
||||
phone:
|
||||
type: string
|
||||
label: above
|
||||
settings:
|
||||
link_to_entity: false
|
||||
third_party_settings: { }
|
||||
phone:
|
||||
label: above
|
||||
type: string
|
||||
weight: 4
|
||||
region: content
|
||||
settings:
|
||||
link_to_entity: false
|
||||
third_party_settings: { }
|
||||
post_code:
|
||||
label: above
|
||||
type: string
|
||||
weight: 11
|
||||
region: content
|
||||
label: above
|
||||
settings:
|
||||
link_to_entity: false
|
||||
third_party_settings: { }
|
||||
postal_address:
|
||||
label: above
|
||||
type: basic_string
|
||||
weight: 10
|
||||
region: content
|
||||
postal_address:
|
||||
type: basic_string
|
||||
label: above
|
||||
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:
|
||||
feeds_item: true
|
||||
full_name: true
|
||||
middle_names: true
|
||||
phone2: true
|
||||
recent_cases: true
|
||||
search_api_excerpt: true
|
||||
status: true
|
||||
user_id: true
|
||||
|
@ -3,48 +3,91 @@ langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.field.oc_case.project.feeds_item
|
||||
- field.field.oc_case.project.field_contract_signed_date
|
||||
- field.field.oc_case.project.field_fee
|
||||
- field.field.oc_case.project.field_total_fee
|
||||
- field.field.oc_case.project.field_invoicing_notes
|
||||
- field.field.oc_case.project.field_invoicing_status
|
||||
- field.field.oc_case.project.field_link_to_invoice
|
||||
- opencase_cases.oc_case_type.project
|
||||
module:
|
||||
- datetime
|
||||
- entity_reference_revisions
|
||||
- file
|
||||
- link
|
||||
- user
|
||||
id: oc_case.project.default
|
||||
targetEntityType: oc_case
|
||||
bundle: project
|
||||
mode: default
|
||||
content:
|
||||
client:
|
||||
type: entity_reference_label
|
||||
activities:
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
weight: 0
|
||||
region: content
|
||||
billing_details:
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
weight: 1
|
||||
region: content
|
||||
client:
|
||||
type: entity_reference_label
|
||||
label: above
|
||||
settings:
|
||||
link: true
|
||||
third_party_settings: { }
|
||||
weight: 8
|
||||
region: content
|
||||
fees:
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
weight: 5
|
||||
region: content
|
||||
field_contract_signed_date:
|
||||
weight: 2
|
||||
type: datetime_default
|
||||
label: above
|
||||
settings:
|
||||
timezone_override: ''
|
||||
format_type: short
|
||||
third_party_settings: { }
|
||||
type: datetime_default
|
||||
weight: 9
|
||||
region: content
|
||||
field_fee:
|
||||
type: entity_reference_revisions_entity_view
|
||||
weight: 3
|
||||
field_invoicing_notes:
|
||||
type: basic_string
|
||||
label: above
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
weight: 2
|
||||
region: content
|
||||
field_invoicing_status:
|
||||
type: entity_reference_label
|
||||
label: above
|
||||
settings:
|
||||
view_mode: default
|
||||
link: ''
|
||||
link: true
|
||||
third_party_settings: { }
|
||||
weight: 3
|
||||
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
|
||||
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
|
||||
settings:
|
||||
thousand_separator: ''
|
||||
@ -52,27 +95,26 @@ content:
|
||||
scale: 2
|
||||
prefix_suffix: true
|
||||
third_party_settings: { }
|
||||
type: number_decimal
|
||||
region: content
|
||||
files:
|
||||
label: above
|
||||
settings:
|
||||
use_description_as_link_text: true
|
||||
region: content
|
||||
weight: 6
|
||||
third_party_settings: { }
|
||||
type: file_default
|
||||
region: content
|
||||
trainings:
|
||||
weight: 0
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
weight: 7
|
||||
region: content
|
||||
user_id:
|
||||
label: above
|
||||
type: author
|
||||
weight: 5
|
||||
region: content
|
||||
label: above
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
weight: 10
|
||||
region: content
|
||||
hidden:
|
||||
changed: true
|
||||
created: true
|
||||
feeds_item: true
|
||||
name: true
|
||||
notes: true
|
||||
oc_target: true
|
||||
search_api_excerpt: true
|
||||
status: true
|
||||
|
@ -3,18 +3,17 @@ langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.field.oc_case.training.feeds_item
|
||||
- field.field.oc_case.training.field_date_of_training
|
||||
- field.field.oc_case.training.field_number_of_participants
|
||||
- field.field.oc_case.training.field_project
|
||||
- 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_status
|
||||
- field.field.oc_case.training.field_training_type
|
||||
- opencase_cases.oc_case_type.training
|
||||
module:
|
||||
- datetime
|
||||
- entity_reference_revisions
|
||||
- file
|
||||
- options
|
||||
- user
|
||||
@ -25,50 +24,60 @@ targetEntityType: oc_case
|
||||
bundle: training
|
||||
mode: default
|
||||
content:
|
||||
activities_entity_view_1:
|
||||
weight: 4
|
||||
region: content
|
||||
activities:
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
weight: 12
|
||||
region: content
|
||||
activities_entity_view_1:
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
weight: 4
|
||||
region: content
|
||||
client:
|
||||
type: entity_reference_label
|
||||
weight: 0
|
||||
region: content
|
||||
label: above
|
||||
settings:
|
||||
link: true
|
||||
third_party_settings: { }
|
||||
debriefs:
|
||||
weight: 0
|
||||
region: content
|
||||
debrief:
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
weight: 10
|
||||
region: content
|
||||
debriefs:
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
weight: 10
|
||||
region: content
|
||||
debriefs_entity_view_1:
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
weight: 3
|
||||
region: content
|
||||
evaluations:
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
evaluations:
|
||||
weight: 11
|
||||
region: content
|
||||
evaluations_entity_view_1:
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
evaluations_entity_view_1:
|
||||
weight: 4
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
field_date_of_training:
|
||||
weight: 4
|
||||
type: datetime_default
|
||||
label: above
|
||||
settings:
|
||||
format_type: medium
|
||||
timezone_override: ''
|
||||
format_type: medium
|
||||
third_party_settings: { }
|
||||
type: datetime_default
|
||||
weight: 4
|
||||
region: content
|
||||
field_fee:
|
||||
weight: 3
|
||||
type: number_decimal
|
||||
label: above
|
||||
settings:
|
||||
thousand_separator: ''
|
||||
@ -76,86 +85,96 @@ content:
|
||||
scale: 2
|
||||
prefix_suffix: true
|
||||
third_party_settings: { }
|
||||
type: number_decimal
|
||||
weight: 3
|
||||
region: content
|
||||
field_fee_category:
|
||||
type: list_default
|
||||
weight: 2
|
||||
region: content
|
||||
label: above
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
weight: 2
|
||||
region: content
|
||||
field_number_of_participants:
|
||||
weight: 7
|
||||
type: number_integer
|
||||
label: above
|
||||
settings:
|
||||
thousand_separator: ''
|
||||
prefix_suffix: true
|
||||
third_party_settings: { }
|
||||
type: number_integer
|
||||
weight: 6
|
||||
region: content
|
||||
field_project:
|
||||
weight: 1
|
||||
type: entity_reference_label
|
||||
label: above
|
||||
settings:
|
||||
link: true
|
||||
third_party_settings: { }
|
||||
type: entity_reference_label
|
||||
weight: 1
|
||||
region: content
|
||||
field_social_media:
|
||||
weight: 8
|
||||
type: boolean
|
||||
label: above
|
||||
settings:
|
||||
format: default
|
||||
format_custom_false: ''
|
||||
format_custom_true: ''
|
||||
third_party_settings: { }
|
||||
type: boolean
|
||||
region: content
|
||||
field_trainer:
|
||||
type: entity_reference_revisions_entity_view
|
||||
weight: 6
|
||||
label: above
|
||||
settings:
|
||||
view_mode: default
|
||||
link: ''
|
||||
third_party_settings: { }
|
||||
weight: 7
|
||||
region: content
|
||||
field_training_delivery_format:
|
||||
weight: 5
|
||||
type: list_default
|
||||
label: above
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
type: list_default
|
||||
weight: 5
|
||||
region: content
|
||||
field_training_status:
|
||||
weight: 3
|
||||
type: list_default
|
||||
label: above
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
type: list_default
|
||||
weight: 3
|
||||
region: content
|
||||
field_training_type:
|
||||
weight: 2
|
||||
type: list_default
|
||||
label: above
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
type: list_default
|
||||
weight: 2
|
||||
region: content
|
||||
files:
|
||||
type: file_default
|
||||
label: above
|
||||
settings:
|
||||
use_description_as_link_text: true
|
||||
region: content
|
||||
weight: 9
|
||||
third_party_settings: { }
|
||||
type: file_default
|
||||
user_id:
|
||||
label: above
|
||||
type: author
|
||||
weight: 12
|
||||
weight: 8
|
||||
region: content
|
||||
notes:
|
||||
type: basic_string
|
||||
label: above
|
||||
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:
|
||||
changed: true
|
||||
created: true
|
||||
feeds_item: true
|
||||
name: true
|
||||
oc_target: 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
|
||||
mode: default
|
||||
content:
|
||||
activities:
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
weight: 3
|
||||
region: content
|
||||
field_accreditation_date:
|
||||
weight: 8
|
||||
type: datetime_default
|
||||
label: above
|
||||
settings:
|
||||
timezone_override: ''
|
||||
format_type: short
|
||||
third_party_settings: { }
|
||||
type: datetime_default
|
||||
weight: 9
|
||||
region: content
|
||||
field_client_status:
|
||||
weight: 7
|
||||
type: entity_reference_label
|
||||
label: above
|
||||
settings:
|
||||
link: false
|
||||
third_party_settings: { }
|
||||
type: entity_reference_label
|
||||
weight: 8
|
||||
region: content
|
||||
field_client_substatus:
|
||||
weight: 6
|
||||
type: entity_reference_label
|
||||
label: above
|
||||
settings:
|
||||
link: false
|
||||
third_party_settings: { }
|
||||
type: entity_reference_label
|
||||
weight: 7
|
||||
region: content
|
||||
field_client_subtype:
|
||||
weight: 5
|
||||
type: entity_reference_label
|
||||
label: above
|
||||
settings:
|
||||
link: false
|
||||
third_party_settings: { }
|
||||
type: entity_reference_label
|
||||
weight: 6
|
||||
region: content
|
||||
field_client_type:
|
||||
weight: 4
|
||||
type: entity_reference_label
|
||||
label: above
|
||||
settings:
|
||||
link: false
|
||||
third_party_settings: { }
|
||||
type: entity_reference_label
|
||||
weight: 5
|
||||
region: content
|
||||
field_how_did_you_hear_about_us:
|
||||
weight: 15
|
||||
type: list_default
|
||||
label: above
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
type: list_default
|
||||
weight: 16
|
||||
region: content
|
||||
field_location_festival_event:
|
||||
weight: 12
|
||||
type: string
|
||||
label: above
|
||||
settings:
|
||||
link_to_entity: false
|
||||
third_party_settings: { }
|
||||
type: string
|
||||
weight: 13
|
||||
region: content
|
||||
field_number_of_events_per_year:
|
||||
weight: 13
|
||||
type: number_integer
|
||||
label: above
|
||||
settings:
|
||||
thousand_separator: ''
|
||||
prefix_suffix: true
|
||||
third_party_settings: { }
|
||||
type: number_integer
|
||||
weight: 14
|
||||
region: content
|
||||
field_number_of_staff:
|
||||
weight: 11
|
||||
type: number_integer
|
||||
label: above
|
||||
settings:
|
||||
thousand_separator: ''
|
||||
prefix_suffix: true
|
||||
third_party_settings: { }
|
||||
type: number_integer
|
||||
weight: 12
|
||||
region: content
|
||||
field_premises_capacity:
|
||||
weight: 10
|
||||
type: number_integer
|
||||
label: above
|
||||
settings:
|
||||
thousand_separator: ''
|
||||
prefix_suffix: true
|
||||
third_party_settings: { }
|
||||
type: number_integer
|
||||
weight: 11
|
||||
region: content
|
||||
field_tags:
|
||||
weight: 14
|
||||
type: entity_reference_label
|
||||
label: above
|
||||
settings:
|
||||
link: false
|
||||
third_party_settings: { }
|
||||
type: entity_reference_label
|
||||
weight: 15
|
||||
region: content
|
||||
field_umbrella_client:
|
||||
weight: 9
|
||||
type: entity_reference_label
|
||||
label: above
|
||||
settings:
|
||||
link: true
|
||||
third_party_settings: { }
|
||||
type: entity_reference_label
|
||||
weight: 10
|
||||
region: content
|
||||
linked_clients:
|
||||
weight: 0
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
name:
|
||||
label: hidden
|
||||
type: string
|
||||
weight: 3
|
||||
weight: 0
|
||||
region: content
|
||||
name:
|
||||
type: string
|
||||
label: hidden
|
||||
settings:
|
||||
link_to_entity: false
|
||||
third_party_settings: { }
|
||||
weight: 4
|
||||
region: content
|
||||
projects:
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
weight: 2
|
||||
region: content
|
||||
trainings:
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
trainings:
|
||||
weight: 1
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
hidden:
|
||||
feeds_item: true
|
||||
field_images: true
|
||||
|
@ -17,17 +17,17 @@ mode: default
|
||||
content:
|
||||
field_day:
|
||||
type: list_default
|
||||
label: hidden
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
weight: 0
|
||||
region: content
|
||||
label: inline
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
field_time:
|
||||
type: list_default
|
||||
weight: 1
|
||||
region: content
|
||||
label: inline
|
||||
label: hidden
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
weight: 1
|
||||
region: content
|
||||
hidden:
|
||||
search_api_excerpt: true
|
||||
|
@ -14,27 +14,27 @@ mode: default
|
||||
content:
|
||||
field_name:
|
||||
type: string
|
||||
label: hidden
|
||||
settings:
|
||||
link_to_entity: false
|
||||
third_party_settings: { }
|
||||
weight: 0
|
||||
region: content
|
||||
label: above
|
||||
settings:
|
||||
link_to_entity: false
|
||||
third_party_settings: { }
|
||||
field_phone:
|
||||
type: string
|
||||
label: hidden
|
||||
settings:
|
||||
link_to_entity: false
|
||||
third_party_settings: { }
|
||||
weight: 1
|
||||
region: content
|
||||
label: above
|
||||
settings:
|
||||
link_to_entity: false
|
||||
third_party_settings: { }
|
||||
field_relationship:
|
||||
type: string
|
||||
weight: 2
|
||||
region: content
|
||||
label: above
|
||||
label: hidden
|
||||
settings:
|
||||
link_to_entity: false
|
||||
third_party_settings: { }
|
||||
weight: 2
|
||||
region: content
|
||||
hidden:
|
||||
search_api_excerpt: true
|
||||
|
@ -4,7 +4,10 @@ status: true
|
||||
dependencies:
|
||||
config:
|
||||
- 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_password_expiration
|
||||
- field.field.user.user.field_pending_expire_sent
|
||||
- field.field.user.user.user_picture
|
||||
- image.style.thumbnail
|
||||
module:
|
||||
@ -19,14 +22,17 @@ mode: compact
|
||||
content:
|
||||
user_picture:
|
||||
type: image
|
||||
label: hidden
|
||||
settings:
|
||||
image_link: content
|
||||
image_style: thumbnail
|
||||
third_party_settings: { }
|
||||
weight: 0
|
||||
region: content
|
||||
settings:
|
||||
image_style: thumbnail
|
||||
image_link: content
|
||||
third_party_settings: { }
|
||||
label: hidden
|
||||
hidden:
|
||||
field_last_password_reset: true
|
||||
field_linked_opencase_actor: true
|
||||
field_password_expiration: true
|
||||
field_pending_expire_sent: true
|
||||
member_for: true
|
||||
search_api_excerpt: true
|
||||
|
@ -3,7 +3,10 @@ langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.field.user.user.field_last_password_reset
|
||||
- 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
|
||||
- image.style.thumbnail
|
||||
module:
|
||||
@ -16,18 +19,30 @@ targetEntityType: user
|
||||
bundle: user
|
||||
mode: default
|
||||
content:
|
||||
field_linked_opencase_actor:
|
||||
type: entity_reference_label
|
||||
label: above
|
||||
settings:
|
||||
link: true
|
||||
third_party_settings: { }
|
||||
weight: 0
|
||||
region: content
|
||||
member_for:
|
||||
weight: 5
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
weight: 2
|
||||
region: content
|
||||
user_picture:
|
||||
type: image
|
||||
weight: 0
|
||||
region: content
|
||||
settings:
|
||||
image_style: thumbnail
|
||||
image_link: content
|
||||
third_party_settings: { }
|
||||
label: hidden
|
||||
settings:
|
||||
image_link: content
|
||||
image_style: thumbnail
|
||||
third_party_settings: { }
|
||||
weight: 1
|
||||
region: content
|
||||
hidden:
|
||||
field_linked_opencase_actor: true
|
||||
field_last_password_reset: true
|
||||
field_password_expiration: true
|
||||
field_pending_expire_sent: 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:
|
||||
admin_toolbar: 0
|
||||
automated_cron: 0
|
||||
base_field_override_ui: 0
|
||||
better_exposed_filters: 0
|
||||
big_pipe: 0
|
||||
block: 0
|
||||
block_content: 0
|
||||
@ -12,7 +14,9 @@ module:
|
||||
contact: 0
|
||||
content_as_config: 0
|
||||
contextual: 0
|
||||
csv_serialization: 0
|
||||
ctools: 0
|
||||
date_popup: 0
|
||||
datetime: 0
|
||||
dblog: 0
|
||||
dbug: 0
|
||||
@ -23,6 +27,7 @@ module:
|
||||
entity_extra_field: 0
|
||||
entity_extra_field_ui: 0
|
||||
entity_reference_revisions: 0
|
||||
facets: 0
|
||||
feeds: 0
|
||||
field: 0
|
||||
field_permissions: 0
|
||||
@ -34,8 +39,13 @@ module:
|
||||
help: 0
|
||||
history: 0
|
||||
image: 0
|
||||
jquery_ui: 0
|
||||
jquery_ui_datepicker: 0
|
||||
jquery_ui_slider: 0
|
||||
jquery_ui_touch_punch: 0
|
||||
jsonapi: 0
|
||||
link: 0
|
||||
mailsystem: 0
|
||||
menu_link_content: 0
|
||||
menu_ui: 0
|
||||
node: 0
|
||||
@ -45,6 +55,7 @@ module:
|
||||
opencase_search: 0
|
||||
options: 0
|
||||
page_cache: 0
|
||||
password_strength: 0
|
||||
path: 0
|
||||
path_alias: 0
|
||||
quickedit: 0
|
||||
@ -69,7 +80,11 @@ module:
|
||||
user: 0
|
||||
views_aggregator: 0
|
||||
views_autosubmit: 0
|
||||
views_data_export: 0
|
||||
views_summarize: 0
|
||||
views_ui: 0
|
||||
hide_revision_field: 1
|
||||
password_policy: 10
|
||||
views: 10
|
||||
paragraphs: 11
|
||||
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:
|
||||
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
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- 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_training_status
|
||||
- field.storage.oc_case.field_training_type
|
||||
- opencase_cases.oc_case_type.training
|
||||
- system.menu.opencase
|
||||
- user.role.authenticated
|
||||
module:
|
||||
- datetime
|
||||
- opencase_cases
|
||||
- opencase_entities
|
||||
- options
|
||||
- paragraphs
|
||||
- user
|
||||
id: oc_case.project.trainings
|
||||
label: Trainings
|
||||
@ -31,23 +32,23 @@ field_type_config:
|
||||
field_type_condition:
|
||||
'entity_bundle:oc_case':
|
||||
id: 'entity_bundle:oc_case'
|
||||
bundles:
|
||||
project: project
|
||||
negate: false
|
||||
context_mapping:
|
||||
oc_case: entity_extra_field.target_entity
|
||||
negate: false
|
||||
bundles:
|
||||
project: project
|
||||
route:
|
||||
id: route
|
||||
routes: ''
|
||||
negate: false
|
||||
routes: ''
|
||||
request_path:
|
||||
id: request_path
|
||||
negate: false
|
||||
pages: ''
|
||||
current_theme:
|
||||
id: current_theme
|
||||
theme: ''
|
||||
negate: 0
|
||||
request_path:
|
||||
id: request_path
|
||||
pages: ''
|
||||
negate: false
|
||||
field_conditions_all_pass: false
|
||||
display:
|
||||
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
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- opencase_entities.oc_activity_type.trainer_debrief
|
||||
- user.role.authenticated
|
||||
module:
|
||||
- datetime
|
||||
- opencase_cases
|
||||
- opencase_entities
|
||||
- user
|
||||
id: oc_case.training.debriefs
|
||||
label: Debriefs
|
||||
id: oc_case.training.debrief
|
||||
label: Debrief
|
||||
display_label: true
|
||||
name: debriefs
|
||||
name: debrief
|
||||
description: ''
|
||||
base_entity_type_id: oc_case
|
||||
base_bundle_type_id: training
|
||||
@ -24,23 +24,23 @@ field_type_config:
|
||||
field_type_condition:
|
||||
'entity_bundle:oc_case':
|
||||
id: 'entity_bundle:oc_case'
|
||||
bundles:
|
||||
training: training
|
||||
negate: false
|
||||
context_mapping:
|
||||
oc_case: entity_extra_field.target_entity
|
||||
negate: false
|
||||
bundles:
|
||||
training: training
|
||||
route:
|
||||
id: route
|
||||
routes: ''
|
||||
negate: false
|
||||
routes: ''
|
||||
request_path:
|
||||
id: request_path
|
||||
negate: false
|
||||
pages: ''
|
||||
current_theme:
|
||||
id: current_theme
|
||||
theme: ''
|
||||
negate: 0
|
||||
request_path:
|
||||
id: request_path
|
||||
pages: ''
|
||||
negate: false
|
||||
field_conditions_all_pass: false
|
||||
display:
|
||||
type: view
|
@ -24,23 +24,23 @@ field_type_config:
|
||||
field_type_condition:
|
||||
'entity_bundle:oc_case':
|
||||
id: 'entity_bundle:oc_case'
|
||||
bundles:
|
||||
training: training
|
||||
negate: false
|
||||
context_mapping:
|
||||
oc_case: entity_extra_field.target_entity
|
||||
negate: false
|
||||
bundles:
|
||||
training: training
|
||||
route:
|
||||
id: route
|
||||
routes: ''
|
||||
negate: false
|
||||
routes: ''
|
||||
current_theme:
|
||||
id: current_theme
|
||||
theme: ''
|
||||
negate: 0
|
||||
request_path:
|
||||
id: request_path
|
||||
pages: ''
|
||||
negate: false
|
||||
pages: ''
|
||||
field_conditions_all_pass: false
|
||||
display:
|
||||
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
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- field.storage.oc_case.field_date_of_training
|
||||
- field.storage.oc_case.field_trainer
|
||||
- field.storage.paragraph.field_trainer
|
||||
- field.storage.oc_case.field_project
|
||||
- field.storage.oc_case.field_training_status
|
||||
- field.storage.oc_case.field_training_type
|
||||
- opencase_cases.oc_case_type.training
|
||||
- system.menu.opencase
|
||||
- user.role.authenticated
|
||||
module:
|
||||
- datetime
|
||||
- entity_reference_revisions
|
||||
- opencase_cases
|
||||
- opencase_entities
|
||||
- options
|
||||
- paragraphs
|
||||
- user
|
||||
_core:
|
||||
default_config_hash: Of0WcqhFUX1HB3oQfisZ29RgEzlpmN7kiIRRYU2nzMo
|
||||
id: oc_organisation.client.trainings
|
||||
label: Trainings
|
||||
display_label: true
|
||||
@ -29,14 +30,20 @@ field_type_config:
|
||||
display: block_2
|
||||
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: { }
|
||||
route:
|
||||
id: route
|
||||
routes: ''
|
||||
negate: false
|
||||
routes: ''
|
||||
request_path:
|
||||
id: request_path
|
||||
pages: ''
|
||||
negate: false
|
||||
pages: ''
|
||||
current_theme:
|
||||
id: current_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_configuration:
|
||||
langcode: en
|
||||
update_existing: 0
|
||||
update_existing: 1
|
||||
update_non_existent: _delete
|
||||
expire: -1
|
||||
owner_feed_author: true
|
||||
owner_feed_author: false
|
||||
owner_id: 0
|
||||
authorize: true
|
||||
skip_hash_check: false
|
||||
values:
|
||||
type: client
|
||||
insert_new: 1
|
||||
custom_sources:
|
||||
tags:
|
||||
label: Tags
|
||||
value: Tags
|
||||
machine_name: tags
|
||||
type: csv
|
||||
name:
|
||||
label: Name
|
||||
value: Name
|
||||
machine_name: name
|
||||
type: csv
|
||||
umbrella_client:
|
||||
label: 'Umbrella Client'
|
||||
value: 'Umbrella Client'
|
||||
machine_name: umbrella_client
|
||||
type: csv
|
||||
client_type:
|
||||
label: 'Client type'
|
||||
value: 'Client type'
|
||||
machine_name: client_type
|
||||
type: csv
|
||||
client_subtype:
|
||||
label: 'Client subtype'
|
||||
value: 'Client subtype'
|
||||
machine_name: client_subtype
|
||||
type: csv
|
||||
umbrella_client_2:
|
||||
label: 'Umbrella client'
|
||||
value: 'Umbrella client'
|
||||
machine_name: umbrella_client_2
|
||||
type: csv
|
||||
mappings:
|
||||
-
|
||||
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
|
||||
dependencies:
|
||||
config:
|
||||
- field.field.oc_organisation.umbrella_client.field_type_of_umbrella_client
|
||||
- opencase_entities.oc_organisation_type.umbrella_client
|
||||
module:
|
||||
- opencase_entities
|
||||
@ -10,7 +11,7 @@ id: csv_umbrella_client
|
||||
label: 'CSV Umbrella Clients'
|
||||
description: ''
|
||||
help: ''
|
||||
import_period: 3600
|
||||
import_period: -1
|
||||
fetcher: upload
|
||||
fetcher_configuration:
|
||||
allowed_extensions: 'txt csv tsv xml opml'
|
||||
@ -23,14 +24,49 @@ parser_configuration:
|
||||
processor: 'entity:oc_organisation'
|
||||
processor_configuration:
|
||||
langcode: en
|
||||
update_existing: 1
|
||||
update_existing: 0
|
||||
update_non_existent: _delete
|
||||
expire: -1
|
||||
owner_feed_author: true
|
||||
owner_feed_author: false
|
||||
owner_id: 0
|
||||
authorize: true
|
||||
skip_hash_check: false
|
||||
values:
|
||||
type: umbrella_client
|
||||
custom_sources: { }
|
||||
mappings: { }
|
||||
insert_new: 1
|
||||
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'
|
||||
description: ''
|
||||
help: ''
|
||||
import_period: 3600
|
||||
import_period: -1
|
||||
fetcher: http
|
||||
fetcher_configuration:
|
||||
auto_detect_feeds: false
|
||||
@ -27,7 +27,7 @@ processor: 'entity:oc_actor'
|
||||
processor_configuration:
|
||||
langcode: en
|
||||
update_existing: 0
|
||||
update_non_existent: _keep
|
||||
update_non_existent: _delete
|
||||
expire: -1
|
||||
owner_feed_author: false
|
||||
owner_id: 0
|
||||
@ -35,5 +35,6 @@ processor_configuration:
|
||||
skip_hash_check: false
|
||||
values:
|
||||
type: trainer
|
||||
insert_new: 1
|
||||
custom_sources: { }
|
||||
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_resolution: ''
|
||||
min_resolution: ''
|
||||
alt_field: true
|
||||
alt_field_required: true
|
||||
title_field: false
|
||||
title_field_required: false
|
||||
alt_field: false
|
||||
alt_field_required: false
|
||||
title_field: true
|
||||
title_field_required: true
|
||||
default_image:
|
||||
uuid: ''
|
||||
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
|
||||
module: image
|
||||
locked: false
|
||||
cardinality: 1
|
||||
cardinality: 3
|
||||
translatable: true
|
||||
indexes: { }
|
||||
persist_with_no_fields: false
|
||||
|
@ -1,4 +1,4 @@
|
||||
uuid: 607c058a-e271-4e4e-a0f4-cd9f2dec5209
|
||||
uuid: 49feb61b-2e9e-4a4b-8715-a5c66c319161
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
@ -8,12 +8,11 @@ dependencies:
|
||||
third_party_settings:
|
||||
field_permissions:
|
||||
permission_type: public
|
||||
id: oc_activity.field_ph
|
||||
field_name: field_ph
|
||||
entity_type: oc_activity
|
||||
type: string_long
|
||||
settings:
|
||||
case_sensitive: false
|
||||
id: oc_actor.field_active
|
||||
field_name: field_active
|
||||
entity_type: oc_actor
|
||||
type: boolean
|
||||
settings: { }
|
||||
module: core
|
||||
locked: false
|
||||
cardinality: 1
|
@ -11,7 +11,7 @@ field_name: field_pronoun
|
||||
entity_type: oc_actor
|
||||
type: string
|
||||
settings:
|
||||
max_length: 10
|
||||
max_length: 50
|
||||
is_ascii: false
|
||||
case_sensitive: false
|
||||
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
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- field_permissions
|
||||
- opencase_entities
|
||||
- opencase_cases
|
||||
- taxonomy
|
||||
third_party_settings:
|
||||
field_permissions:
|
||||
permission_type: public
|
||||
id: oc_activity.field_trainer
|
||||
field_name: field_trainer
|
||||
entity_type: oc_activity
|
||||
id: oc_case.field_invoicing_status
|
||||
field_name: field_invoicing_status
|
||||
entity_type: oc_case
|
||||
type: entity_reference
|
||||
settings:
|
||||
target_type: oc_actor
|
||||
target_type: taxonomy_term
|
||||
module: core
|
||||
locked: false
|
||||
cardinality: 1
|
@ -1,24 +1,22 @@
|
||||
uuid: 540a147e-eb93-474f-b77c-62380d0eadc9
|
||||
uuid: a719c93e-3463-4071-a003-7fa42ef5b7ae
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- entity_reference_revisions
|
||||
- field_permissions
|
||||
- link
|
||||
- opencase_cases
|
||||
- paragraphs
|
||||
third_party_settings:
|
||||
field_permissions:
|
||||
permission_type: public
|
||||
id: oc_case.field_fee
|
||||
field_name: field_fee
|
||||
id: oc_case.field_link_to_invoice
|
||||
field_name: field_link_to_invoice
|
||||
entity_type: oc_case
|
||||
type: entity_reference_revisions
|
||||
settings:
|
||||
target_type: paragraph
|
||||
module: entity_reference_revisions
|
||||
type: link
|
||||
settings: { }
|
||||
module: link
|
||||
locked: false
|
||||
cardinality: -1
|
||||
cardinality: 1
|
||||
translatable: true
|
||||
indexes: { }
|
||||
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