Compare commits
75
Commits
trav
...
datamigration
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
842a0ee907 | ||
|
|
df40d0428c | ||
|
|
2f3636beef | ||
|
|
c3b973353d | ||
|
|
66514ad894 | ||
|
|
9d8b15980e | ||
|
|
12bbb4fe27 | ||
|
|
47fd5c1f45 | ||
|
|
3541dc6a6e | ||
|
|
b370e712cf | ||
|
|
cec4d221a3 | ||
|
|
89b2199a8d | ||
|
|
a8d0157d55 | ||
|
|
79cecae8a5 | ||
|
|
7c6fb07f1b | ||
|
|
9c7a2cf94c | ||
|
|
60915a7efc | ||
|
|
63d1b3c779 | ||
|
|
d2d94641e3 | ||
|
|
0737f17c1f | ||
|
|
0f80e196f9 | ||
|
|
a870cefa69 | ||
|
|
87d271038e | ||
|
|
fd8ba708e0 | ||
|
|
0c6b8bdf83 | ||
|
|
cd03009072 | ||
|
|
6499cc6f3d | ||
|
|
76532b1bd1 | ||
|
|
b7e8c8fb47 | ||
|
|
1f0cfc0671 | ||
|
|
676ab84709 | ||
|
|
9dbfcd405b | ||
|
|
f379b75609 | ||
|
|
fe4c7388ce | ||
|
|
3be3dc5a74 | ||
|
|
5e789f7887 | ||
|
|
3ddb944ecb | ||
|
|
0842755dd4 | ||
|
|
953a99031f | ||
|
|
e4d8961e08 | ||
|
|
6d97047259 | ||
|
|
822b7e510f | ||
|
|
1897dd3abf | ||
|
|
0496c7deeb | ||
|
|
f2cb87c770 | ||
|
|
aa65052b14 | ||
|
|
e4923a3bc9 | ||
|
|
5ef0cc47c0 | ||
|
|
cfb3cd2df4 | ||
|
|
902b0e4e47 | ||
|
|
f7ef7ffd0c | ||
|
|
f08be3a7d3 | ||
|
|
7e2f19717e | ||
|
|
e178d594e9 | ||
|
|
8c4a00be64 | ||
|
|
de363994c7 | ||
|
|
7f97242cc6 | ||
|
|
17f9ce60b7 | ||
|
|
afa5e7e37d | ||
|
|
b3b0eb2e6c | ||
|
|
3592ad3633 | ||
|
|
3af2561c3e | ||
|
|
00f32ea4cb | ||
|
|
544abaebc5 | ||
|
|
c85f9d968f | ||
|
|
971794c04c | ||
|
|
05bc0b7fc6 | ||
|
|
092fcd7f5a | ||
|
|
bbe6f6451a | ||
|
|
b8c5a4cea2 | ||
|
|
8536d5e749 | ||
|
|
07d08f5d26 | ||
|
|
57d4064b56 | ||
|
|
e1a298c43d | ||
|
|
8c7b43f53f |
+35
@@ -0,0 +1,35 @@
|
|||||||
|
---
|
||||||
|
kind: pipeline
|
||||||
|
name: deploy to docker container
|
||||||
|
steps:
|
||||||
|
- name: deploy via ssh
|
||||||
|
image: appleboy/drone-ssh
|
||||||
|
settings:
|
||||||
|
host: dev.autonomic.zone
|
||||||
|
port: 222
|
||||||
|
username: gno
|
||||||
|
key:
|
||||||
|
from_secret: drone_ssh_dev.autonomic.zone
|
||||||
|
script:
|
||||||
|
- cd /var/www/gno
|
||||||
|
- git pull
|
||||||
|
- composer install
|
||||||
|
- /var/www/gno/vendor/bin/drush updb
|
||||||
|
- /var/www/gno/vendor/bin/drush config:import --source=../config
|
||||||
|
- name: notify on failure
|
||||||
|
image: plugins/slack
|
||||||
|
settings:
|
||||||
|
username: comradebritney
|
||||||
|
channel: clients.goodnightout
|
||||||
|
template: "{{repo.owner}}/{{repo.name}} build failed: {{build.link}}. Last commit by @{{build.author}}"
|
||||||
|
webhook:
|
||||||
|
from_secret: rc_builds_url
|
||||||
|
depends_on:
|
||||||
|
- deploy via ssh
|
||||||
|
when:
|
||||||
|
status:
|
||||||
|
- failure
|
||||||
|
|
||||||
|
trigger:
|
||||||
|
branch:
|
||||||
|
- dev
|
||||||
@@ -5,3 +5,9 @@
|
|||||||
!.gitignore
|
!.gitignore
|
||||||
!config
|
!config
|
||||||
!config/*
|
!config/*
|
||||||
|
!docs/*
|
||||||
|
|
||||||
|
config/security_review.check.security_review-file_perms.yml
|
||||||
|
config/security_review.check.security_review-executable_php.yml
|
||||||
|
config/security_review.checks.yml
|
||||||
|
config/color.theme.bartik.yml
|
||||||
|
|||||||
+2
-1
@@ -35,11 +35,12 @@
|
|||||||
"drupal/devel_entity_updates": "^3.0",
|
"drupal/devel_entity_updates": "^3.0",
|
||||||
"drupal/entity_extra_field": "^2.0@alpha",
|
"drupal/entity_extra_field": "^2.0@alpha",
|
||||||
"drupal/entity_reference_revisions": "^1.9",
|
"drupal/entity_reference_revisions": "^1.9",
|
||||||
|
"drupal/feeds": "^3.0@alpha",
|
||||||
"drupal/field_permissions": "^1.1",
|
"drupal/field_permissions": "^1.1",
|
||||||
"drupal/password_strength": "^2.0@beta",
|
"drupal/password_strength": "^2.0@beta",
|
||||||
"drupal/restui": "^1.20",
|
"drupal/restui": "^1.20",
|
||||||
"drupal/route_condition": "^2.0",
|
"drupal/route_condition": "^2.0",
|
||||||
"drupal/security_review": "*",
|
"drupal/security_review": "^1.0@alpha",
|
||||||
"drupal/typed_data": "^1.0@alpha",
|
"drupal/typed_data": "^1.0@alpha",
|
||||||
"drupal/views_aggregator": "^1.0@beta",
|
"drupal/views_aggregator": "^1.0@beta",
|
||||||
"drupal/views_autosubmit": "^1.4",
|
"drupal/views_autosubmit": "^1.4",
|
||||||
|
|||||||
Generated
+1062
-104
File diff suppressed because it is too large
Load Diff
@@ -4,9 +4,9 @@ features:
|
|||||||
comment_user_verification: true
|
comment_user_verification: true
|
||||||
favicon: true
|
favicon: true
|
||||||
logo:
|
logo:
|
||||||
use_default: true
|
use_default: false
|
||||||
path: 'public://Screenshot from 2021-09-01 13-01-43.png'
|
path: modules/contrib/goodnightout_opencase/images/GNO-logo.png
|
||||||
favicon:
|
favicon:
|
||||||
use_default: true
|
use_default: false
|
||||||
path: 'public://Screenshot from 2021-09-01 13-01-43_0.png'
|
path: 'modules/contrib/goodnightout_opencase/images/Screenshot from 2021-09-01 13-01-43_0.png'
|
||||||
mimetype: image/png
|
mimetype: image/png
|
||||||
|
|||||||
@@ -0,0 +1,20 @@
|
|||||||
|
uuid: 441fec17-02e0-491e-b7e0-e8113cb826ba
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- goodnightout_opencase
|
||||||
|
theme:
|
||||||
|
- bartik
|
||||||
|
id: accreditationcount
|
||||||
|
theme: bartik
|
||||||
|
region: header
|
||||||
|
weight: -7
|
||||||
|
provider: null
|
||||||
|
plugin: accreditation_count
|
||||||
|
settings:
|
||||||
|
id: accreditation_count
|
||||||
|
label: 'Accreditation Count'
|
||||||
|
provider: goodnightout_opencase
|
||||||
|
label_display: visible
|
||||||
|
visibility: { }
|
||||||
@@ -11,7 +11,7 @@ _core:
|
|||||||
id: bartik_branding
|
id: bartik_branding
|
||||||
theme: bartik
|
theme: bartik
|
||||||
region: header
|
region: header
|
||||||
weight: 0
|
weight: -5
|
||||||
provider: null
|
provider: null
|
||||||
plugin: system_branding_block
|
plugin: system_branding_block
|
||||||
settings:
|
settings:
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ _core:
|
|||||||
id: exposedformactor_searchpage_1
|
id: exposedformactor_searchpage_1
|
||||||
theme: bartik
|
theme: bartik
|
||||||
region: header
|
region: header
|
||||||
weight: -9
|
weight: -6
|
||||||
provider: null
|
provider: null
|
||||||
plugin: 'views_exposed_filter_block:actor_search-page_1'
|
plugin: 'views_exposed_filter_block:actor_search-page_1'
|
||||||
settings:
|
settings:
|
||||||
|
|||||||
@@ -1,16 +0,0 @@
|
|||||||
palette:
|
|
||||||
top: '#2A419A'
|
|
||||||
bottom: '#1d84c3'
|
|
||||||
bg: '#ffffff'
|
|
||||||
sidebar: '#f6f6f2'
|
|
||||||
sidebarborders: '#f9f9f9'
|
|
||||||
footer: '#FF5800'
|
|
||||||
titleslogan: '#fffeff'
|
|
||||||
text: '#3b3b3b'
|
|
||||||
link: '#0071b3'
|
|
||||||
logo: 'public://color/bartik-9853583d/logo.svg'
|
|
||||||
stylesheets:
|
|
||||||
- 'public://color/bartik-9853583d/colors.css'
|
|
||||||
files:
|
|
||||||
- 'public://color/bartik-9853583d/logo.svg'
|
|
||||||
- 'public://color/bartik-9853583d/colors.css'
|
|
||||||
@@ -234,7 +234,7 @@ edd4a0ac-3c1b-4717-8ea9-2486f8239545:
|
|||||||
uuid: 1f990032-7dbe-4302-9004-28af68822305
|
uuid: 1f990032-7dbe-4302-9004-28af68822305
|
||||||
tid: '23'
|
tid: '23'
|
||||||
vid: clie
|
vid: clie
|
||||||
name: 'Follow-up sent'
|
name: 'Confirmation follow-up sent'
|
||||||
langcode: en
|
langcode: en
|
||||||
description: ''
|
description: ''
|
||||||
weight: '5'
|
weight: '5'
|
||||||
@@ -245,7 +245,7 @@ edd4a0ac-3c1b-4717-8ea9-2486f8239545:
|
|||||||
vid: clie
|
vid: clie
|
||||||
name: 'Recently Accredited'
|
name: 'Recently Accredited'
|
||||||
langcode: en
|
langcode: en
|
||||||
description: ''
|
description: "<p>NB: There is code in the GNO module which relies on this status existing and having ID 24. It checks for clients who've been accredited for 3 months who have this substatus and changes it to \"3-month folow-up due\".</p>\r\n"
|
||||||
weight: '6'
|
weight: '6'
|
||||||
parent: '0'
|
parent: '0'
|
||||||
9915606c-1775-4f68-be24-ffaa629ee0b1:
|
9915606c-1775-4f68-be24-ffaa629ee0b1:
|
||||||
@@ -254,7 +254,7 @@ edd4a0ac-3c1b-4717-8ea9-2486f8239545:
|
|||||||
vid: clie
|
vid: clie
|
||||||
name: '3-month follow-up due'
|
name: '3-month follow-up due'
|
||||||
langcode: en
|
langcode: en
|
||||||
description: ''
|
description: "<p>NB: There is code in the GNO module which relies on this status existing and having ID 25. </p>\r\n"
|
||||||
weight: '7'
|
weight: '7'
|
||||||
parent: '0'
|
parent: '0'
|
||||||
98d1370b-e29f-45fb-b053-b911c2538870:
|
98d1370b-e29f-45fb-b053-b911c2538870:
|
||||||
@@ -263,7 +263,7 @@ edd4a0ac-3c1b-4717-8ea9-2486f8239545:
|
|||||||
vid: clie
|
vid: clie
|
||||||
name: '6-month follow-up due'
|
name: '6-month follow-up due'
|
||||||
langcode: en
|
langcode: en
|
||||||
description: ''
|
description: "<p>NB: There is code in the GNO module which relies on this status existing and having ID 26. </p>\r\n"
|
||||||
weight: '9'
|
weight: '9'
|
||||||
parent: '0'
|
parent: '0'
|
||||||
a6a9c46d-376f-4bb7-a598-90b8e78fc40c:
|
a6a9c46d-376f-4bb7-a598-90b8e78fc40c:
|
||||||
@@ -272,7 +272,7 @@ a6a9c46d-376f-4bb7-a598-90b8e78fc40c:
|
|||||||
vid: clie
|
vid: clie
|
||||||
name: '3-month follow-up sent'
|
name: '3-month follow-up sent'
|
||||||
langcode: en
|
langcode: en
|
||||||
description: ''
|
description: "<p>NB: There is code in the GNO module which relies on this status existing and having ID 27. It checks for clients who've been accredited for 6 months who have this substatus and changes it to \"6-month folow-up due\".</p>\r\n"
|
||||||
weight: '8'
|
weight: '8'
|
||||||
parent: '0'
|
parent: '0'
|
||||||
ab927ebd-555a-4f28-bcda-cc14628fc75a:
|
ab927ebd-555a-4f28-bcda-cc14628fc75a:
|
||||||
@@ -413,4 +413,3 @@ c0c6397d-4f7c-4077-af51-1860ccad26a3:
|
|||||||
description: ''
|
description: ''
|
||||||
weight: '15'
|
weight: '15'
|
||||||
parent: '0'
|
parent: '0'
|
||||||
|
|
||||||
|
|||||||
+4
-1
@@ -17,7 +17,10 @@ default_value: { }
|
|||||||
default_value_callback: '\Drupal\opencase_entities\Entity\OCOrganisationRelation::defaultValueCallback'
|
default_value_callback: '\Drupal\opencase_entities\Entity\OCOrganisationRelation::defaultValueCallback'
|
||||||
settings:
|
settings:
|
||||||
handler_settings:
|
handler_settings:
|
||||||
|
view:
|
||||||
|
view_name: all_clients
|
||||||
|
display_name: entity_reference_1
|
||||||
target_bundles:
|
target_bundles:
|
||||||
- client
|
- client
|
||||||
handler: default
|
handler: views
|
||||||
field_type: entity_reference
|
field_type: entity_reference
|
||||||
|
|||||||
@@ -7,4 +7,4 @@ _core:
|
|||||||
id: short
|
id: short
|
||||||
label: 'Default short date'
|
label: 'Default short date'
|
||||||
locked: false
|
locked: false
|
||||||
pattern: 'm/d/Y - H:i'
|
pattern: d-M-Y
|
||||||
|
|||||||
@@ -26,86 +26,93 @@ mode: default
|
|||||||
content:
|
content:
|
||||||
activity_date_time:
|
activity_date_time:
|
||||||
type: datetime_default
|
type: datetime_default
|
||||||
weight: -3
|
weight: 0
|
||||||
region: content
|
region: content
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
field_a:
|
field_a:
|
||||||
type: options_select
|
type: options_select
|
||||||
weight: 6
|
weight: 9
|
||||||
region: content
|
region: content
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
field_after_knowledge:
|
field_after_knowledge:
|
||||||
type: options_select
|
type: options_select
|
||||||
weight: 7
|
weight: 10
|
||||||
region: content
|
region: content
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
field_after_skills:
|
field_after_skills:
|
||||||
type: options_select
|
type: options_select
|
||||||
weight: 8
|
weight: 11
|
||||||
region: content
|
region: content
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
field_age:
|
field_age:
|
||||||
type: options_select
|
type: options_select
|
||||||
weight: 0
|
weight: 3
|
||||||
region: content
|
region: content
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
field_b:
|
field_b:
|
||||||
type: options_select
|
type: options_select
|
||||||
weight: 4
|
weight: 7
|
||||||
region: content
|
region: content
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
field_before_confidence:
|
field_before_confidence:
|
||||||
type: options_select
|
type: options_select
|
||||||
weight: 3
|
weight: 6
|
||||||
region: content
|
region: content
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
field_before_skills:
|
field_before_skills:
|
||||||
type: options_select
|
type: options_select
|
||||||
weight: 5
|
weight: 8
|
||||||
region: content
|
region: content
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
field_d:
|
field_d:
|
||||||
type: options_select
|
type: options_select
|
||||||
weight: 2
|
weight: 5
|
||||||
region: content
|
region: content
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
field_ease:
|
field_ease:
|
||||||
type: options_select
|
type: options_select
|
||||||
weight: 9
|
weight: 12
|
||||||
region: content
|
region: content
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
field_gender:
|
field_gender:
|
||||||
type: options_select
|
type: options_select
|
||||||
weight: 1
|
weight: 4
|
||||||
region: content
|
region: content
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
field_relevance:
|
field_relevance:
|
||||||
type: options_select
|
type: options_select
|
||||||
weight: 10
|
weight: 13
|
||||||
region: content
|
region: content
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
name:
|
name:
|
||||||
type: string_textfield
|
type: string_textfield
|
||||||
weight: -3
|
weight: 1
|
||||||
region: content
|
region: content
|
||||||
settings:
|
settings:
|
||||||
size: 60
|
size: 60
|
||||||
placeholder: ''
|
placeholder: ''
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
|
status:
|
||||||
|
type: boolean_checkbox
|
||||||
|
weight: 14
|
||||||
|
region: content
|
||||||
|
settings:
|
||||||
|
display_label: true
|
||||||
|
third_party_settings: { }
|
||||||
time_taken:
|
time_taken:
|
||||||
weight: -3
|
weight: 2
|
||||||
region: content
|
region: content
|
||||||
settings:
|
settings:
|
||||||
placeholder: ''
|
placeholder: ''
|
||||||
|
|||||||
@@ -3,7 +3,6 @@ langcode: en
|
|||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
config:
|
config:
|
||||||
- field.field.oc_activity.trainer_debrief.field_how_was_this_delivered_
|
|
||||||
- field.field.oc_activity.trainer_debrief.field_issues_and_difficulties
|
- field.field.oc_activity.trainer_debrief.field_issues_and_difficulties
|
||||||
- field.field.oc_activity.trainer_debrief.field_issues_with_group_dynamics
|
- field.field.oc_activity.trainer_debrief.field_issues_with_group_dynamics
|
||||||
- field.field.oc_activity.trainer_debrief.field_number_of_participants
|
- field.field.oc_activity.trainer_debrief.field_number_of_participants
|
||||||
@@ -30,12 +29,6 @@ content:
|
|||||||
region: content
|
region: content
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
field_how_was_this_delivered_:
|
|
||||||
weight: 2
|
|
||||||
settings: { }
|
|
||||||
third_party_settings: { }
|
|
||||||
type: options_select
|
|
||||||
region: content
|
|
||||||
field_issues_and_difficulties:
|
field_issues_and_difficulties:
|
||||||
weight: 5
|
weight: 5
|
||||||
settings:
|
settings:
|
||||||
@@ -117,6 +110,13 @@ content:
|
|||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
type: string_textarea
|
type: string_textarea
|
||||||
region: content
|
region: content
|
||||||
|
status:
|
||||||
|
type: boolean_checkbox
|
||||||
|
weight: 12
|
||||||
|
region: content
|
||||||
|
settings:
|
||||||
|
display_label: true
|
||||||
|
third_party_settings: { }
|
||||||
hidden:
|
hidden:
|
||||||
name: true
|
name: true
|
||||||
time_taken: true
|
time_taken: true
|
||||||
|
|||||||
@@ -3,6 +3,7 @@ langcode: en
|
|||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
config:
|
config:
|
||||||
|
- field.field.oc_actor.trainer.feeds_item
|
||||||
- field.field.oc_actor.trainer.field_availability
|
- field.field.oc_actor.trainer.field_availability
|
||||||
- field.field.oc_actor.trainer.field_delivery_partners
|
- field.field.oc_actor.trainer.field_delivery_partners
|
||||||
- field.field.oc_actor.trainer.field_emergency_contact
|
- field.field.oc_actor.trainer.field_emergency_contact
|
||||||
@@ -134,7 +135,15 @@ content:
|
|||||||
rows: 5
|
rows: 5
|
||||||
placeholder: ''
|
placeholder: ''
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
|
status:
|
||||||
|
type: boolean_checkbox
|
||||||
|
weight: 13
|
||||||
|
region: content
|
||||||
|
settings:
|
||||||
|
display_label: true
|
||||||
|
third_party_settings: { }
|
||||||
hidden:
|
hidden:
|
||||||
|
feeds_item: true
|
||||||
full_name: true
|
full_name: true
|
||||||
middle_names: true
|
middle_names: true
|
||||||
phone2: true
|
phone2: true
|
||||||
|
|||||||
@@ -5,6 +5,7 @@ dependencies:
|
|||||||
config:
|
config:
|
||||||
- field.field.oc_case.project.field_contract_signed_date
|
- field.field.oc_case.project.field_contract_signed_date
|
||||||
- field.field.oc_case.project.field_fee
|
- field.field.oc_case.project.field_fee
|
||||||
|
- field.field.oc_case.project.field_total_fee
|
||||||
- opencase_cases.oc_case_type.project
|
- opencase_cases.oc_case_type.project
|
||||||
module:
|
module:
|
||||||
- datetime
|
- datetime
|
||||||
@@ -15,15 +16,25 @@ targetEntityType: oc_case
|
|||||||
bundle: project
|
bundle: project
|
||||||
mode: default
|
mode: default
|
||||||
content:
|
content:
|
||||||
|
client:
|
||||||
|
type: entity_reference_autocomplete
|
||||||
|
weight: 0
|
||||||
|
region: content
|
||||||
|
settings:
|
||||||
|
match_operator: CONTAINS
|
||||||
|
match_limit: 10
|
||||||
|
size: 60
|
||||||
|
placeholder: ''
|
||||||
|
third_party_settings: { }
|
||||||
field_contract_signed_date:
|
field_contract_signed_date:
|
||||||
weight: 2
|
weight: 3
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
type: datetime_default
|
type: datetime_default
|
||||||
region: content
|
region: content
|
||||||
field_fee:
|
field_fee:
|
||||||
type: entity_reference_paragraphs
|
type: entity_reference_paragraphs
|
||||||
weight: 1
|
weight: 2
|
||||||
settings:
|
settings:
|
||||||
title: Paragraph
|
title: Paragraph
|
||||||
title_plural: Paragraphs
|
title_plural: Paragraphs
|
||||||
@@ -35,11 +46,18 @@ content:
|
|||||||
region: content
|
region: content
|
||||||
files:
|
files:
|
||||||
type: file_generic
|
type: file_generic
|
||||||
weight: 0
|
weight: 1
|
||||||
settings:
|
settings:
|
||||||
progress_indicator: throbber
|
progress_indicator: throbber
|
||||||
region: content
|
region: content
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
|
status:
|
||||||
|
type: boolean_checkbox
|
||||||
|
weight: 4
|
||||||
|
region: content
|
||||||
|
settings:
|
||||||
|
display_label: true
|
||||||
|
third_party_settings: { }
|
||||||
hidden:
|
hidden:
|
||||||
client: true
|
field_total_fee: true
|
||||||
user_id: true
|
user_id: true
|
||||||
|
|||||||
@@ -4,9 +4,11 @@ status: true
|
|||||||
dependencies:
|
dependencies:
|
||||||
config:
|
config:
|
||||||
- field.field.oc_case.training.field_date_of_training
|
- field.field.oc_case.training.field_date_of_training
|
||||||
|
- field.field.oc_case.training.field_number_of_participants
|
||||||
- field.field.oc_case.training.field_project
|
- field.field.oc_case.training.field_project
|
||||||
- field.field.oc_case.training.field_social_media
|
- field.field.oc_case.training.field_social_media
|
||||||
- field.field.oc_case.training.field_trainer
|
- field.field.oc_case.training.field_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_status
|
||||||
- field.field.oc_case.training.field_training_type
|
- field.field.oc_case.training.field_training_type
|
||||||
- opencase_cases.oc_case_type.training
|
- opencase_cases.oc_case_type.training
|
||||||
@@ -48,7 +50,7 @@ content:
|
|||||||
type: entity_reference_autocomplete
|
type: entity_reference_autocomplete
|
||||||
region: content
|
region: content
|
||||||
field_social_media:
|
field_social_media:
|
||||||
weight: 26
|
weight: 8
|
||||||
settings:
|
settings:
|
||||||
display_label: true
|
display_label: true
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
@@ -56,7 +58,7 @@ content:
|
|||||||
region: content
|
region: content
|
||||||
field_trainer:
|
field_trainer:
|
||||||
type: entity_reference_paragraphs
|
type: entity_reference_paragraphs
|
||||||
weight: 5
|
weight: 6
|
||||||
settings:
|
settings:
|
||||||
title: Trainer
|
title: Trainer
|
||||||
title_plural: Trainers
|
title_plural: Trainers
|
||||||
@@ -66,6 +68,12 @@ content:
|
|||||||
default_paragraph_type: _none
|
default_paragraph_type: _none
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
region: content
|
region: content
|
||||||
|
field_training_delivery_format:
|
||||||
|
weight: 5
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
type: options_select
|
||||||
|
region: content
|
||||||
field_training_status:
|
field_training_status:
|
||||||
weight: 3
|
weight: 3
|
||||||
settings: { }
|
settings: { }
|
||||||
@@ -80,10 +88,18 @@ content:
|
|||||||
region: content
|
region: content
|
||||||
files:
|
files:
|
||||||
type: file_generic
|
type: file_generic
|
||||||
weight: 6
|
weight: 7
|
||||||
settings:
|
settings:
|
||||||
progress_indicator: throbber
|
progress_indicator: throbber
|
||||||
region: content
|
region: content
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
|
status:
|
||||||
|
type: boolean_checkbox
|
||||||
|
weight: 9
|
||||||
|
region: content
|
||||||
|
settings:
|
||||||
|
display_label: true
|
||||||
|
third_party_settings: { }
|
||||||
hidden:
|
hidden:
|
||||||
|
field_number_of_participants: true
|
||||||
user_id: true
|
user_id: true
|
||||||
|
|||||||
@@ -0,0 +1,29 @@
|
|||||||
|
uuid: 12afe302-9a15-4267-b4f4-0a0a4d70977f
|
||||||
|
langcode: en
|
||||||
|
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:
|
||||||
|
name:
|
||||||
|
type: string_textfield
|
||||||
|
weight: 0
|
||||||
|
region: content
|
||||||
|
settings:
|
||||||
|
size: 60
|
||||||
|
placeholder: ''
|
||||||
|
third_party_settings: { }
|
||||||
|
status:
|
||||||
|
type: boolean_checkbox
|
||||||
|
weight: 1
|
||||||
|
region: content
|
||||||
|
settings:
|
||||||
|
display_label: true
|
||||||
|
third_party_settings: { }
|
||||||
|
hidden: { }
|
||||||
@@ -3,6 +3,8 @@ langcode: en
|
|||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
config:
|
config:
|
||||||
|
- field.field.oc_organisation.client.feeds_item
|
||||||
|
- field.field.oc_organisation.client.field_accreditation_date
|
||||||
- field.field.oc_organisation.client.field_client_status
|
- field.field.oc_organisation.client.field_client_status
|
||||||
- field.field.oc_organisation.client.field_client_substatus
|
- field.field.oc_organisation.client.field_client_substatus
|
||||||
- field.field.oc_organisation.client.field_client_subtype
|
- field.field.oc_organisation.client.field_client_subtype
|
||||||
@@ -17,6 +19,7 @@ dependencies:
|
|||||||
- field.field.oc_organisation.client.field_umbrella_client
|
- field.field.oc_organisation.client.field_umbrella_client
|
||||||
- opencase_entities.oc_organisation_type.client
|
- opencase_entities.oc_organisation_type.client
|
||||||
module:
|
module:
|
||||||
|
- datetime
|
||||||
- file
|
- file
|
||||||
_core:
|
_core:
|
||||||
default_config_hash: OUNi7pV7COebgUedxmuEz4ZF1VF4QDet2AcZ_2j3jQs
|
default_config_hash: OUNi7pV7COebgUedxmuEz4ZF1VF4QDet2AcZ_2j3jQs
|
||||||
@@ -25,6 +28,12 @@ targetEntityType: oc_organisation
|
|||||||
bundle: client
|
bundle: client
|
||||||
mode: default
|
mode: default
|
||||||
content:
|
content:
|
||||||
|
field_accreditation_date:
|
||||||
|
weight: 5
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
type: datetime_default
|
||||||
|
region: content
|
||||||
field_client_status:
|
field_client_status:
|
||||||
weight: 4
|
weight: 4
|
||||||
settings: { }
|
settings: { }
|
||||||
@@ -56,7 +65,7 @@ content:
|
|||||||
type: options_buttons
|
type: options_buttons
|
||||||
region: content
|
region: content
|
||||||
field_location_festival_event:
|
field_location_festival_event:
|
||||||
weight: 8
|
weight: 9
|
||||||
settings:
|
settings:
|
||||||
size: 60
|
size: 60
|
||||||
placeholder: ''
|
placeholder: ''
|
||||||
@@ -64,28 +73,28 @@ content:
|
|||||||
type: string_textfield
|
type: string_textfield
|
||||||
region: content
|
region: content
|
||||||
field_number_of_events_per_year:
|
field_number_of_events_per_year:
|
||||||
weight: 9
|
weight: 10
|
||||||
settings:
|
settings:
|
||||||
placeholder: ''
|
placeholder: ''
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
type: number
|
type: number
|
||||||
region: content
|
region: content
|
||||||
field_number_of_staff:
|
field_number_of_staff:
|
||||||
weight: 7
|
weight: 8
|
||||||
settings:
|
settings:
|
||||||
placeholder: ''
|
placeholder: ''
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
type: number
|
type: number
|
||||||
region: content
|
region: content
|
||||||
field_premises_capacity:
|
field_premises_capacity:
|
||||||
weight: 6
|
weight: 7
|
||||||
settings:
|
settings:
|
||||||
placeholder: ''
|
placeholder: ''
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
type: number
|
type: number
|
||||||
region: content
|
region: content
|
||||||
field_tags:
|
field_tags:
|
||||||
weight: 10
|
weight: 11
|
||||||
settings:
|
settings:
|
||||||
match_operator: CONTAINS
|
match_operator: CONTAINS
|
||||||
match_limit: 10
|
match_limit: 10
|
||||||
@@ -95,7 +104,7 @@ content:
|
|||||||
type: entity_reference_autocomplete
|
type: entity_reference_autocomplete
|
||||||
region: content
|
region: content
|
||||||
field_umbrella_client:
|
field_umbrella_client:
|
||||||
weight: 5
|
weight: 6
|
||||||
settings:
|
settings:
|
||||||
match_operator: CONTAINS
|
match_operator: CONTAINS
|
||||||
match_limit: 10
|
match_limit: 10
|
||||||
@@ -112,5 +121,13 @@ content:
|
|||||||
size: 60
|
size: 60
|
||||||
placeholder: ''
|
placeholder: ''
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
|
status:
|
||||||
|
type: boolean_checkbox
|
||||||
|
weight: 13
|
||||||
|
region: content
|
||||||
|
settings:
|
||||||
|
display_label: true
|
||||||
|
third_party_settings: { }
|
||||||
hidden:
|
hidden:
|
||||||
|
feeds_item: true
|
||||||
field_images: true
|
field_images: true
|
||||||
|
|||||||
@@ -0,0 +1,29 @@
|
|||||||
|
uuid: 83703815-32f2-4aa4-9bea-d5106ffa28b6
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- opencase_entities.oc_organisation_type.partner_organisation
|
||||||
|
module:
|
||||||
|
- file
|
||||||
|
id: oc_organisation.partner_organisation.default
|
||||||
|
targetEntityType: oc_organisation
|
||||||
|
bundle: partner_organisation
|
||||||
|
mode: default
|
||||||
|
content:
|
||||||
|
name:
|
||||||
|
type: string_textfield
|
||||||
|
weight: 0
|
||||||
|
region: content
|
||||||
|
settings:
|
||||||
|
size: 60
|
||||||
|
placeholder: ''
|
||||||
|
third_party_settings: { }
|
||||||
|
status:
|
||||||
|
type: boolean_checkbox
|
||||||
|
weight: 1
|
||||||
|
region: content
|
||||||
|
settings:
|
||||||
|
display_label: true
|
||||||
|
third_party_settings: { }
|
||||||
|
hidden: { }
|
||||||
@@ -3,6 +3,7 @@ langcode: en
|
|||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
config:
|
config:
|
||||||
|
- field.field.oc_organisation.umbrella_client.feeds_item
|
||||||
- field.field.oc_organisation.umbrella_client.field_tags
|
- field.field.oc_organisation.umbrella_client.field_tags
|
||||||
- field.field.oc_organisation.umbrella_client.field_type_of_umbrella_client
|
- field.field.oc_organisation.umbrella_client.field_type_of_umbrella_client
|
||||||
- opencase_entities.oc_organisation_type.umbrella_client
|
- opencase_entities.oc_organisation_type.umbrella_client
|
||||||
@@ -16,7 +17,7 @@ bundle: umbrella_client
|
|||||||
mode: default
|
mode: default
|
||||||
content:
|
content:
|
||||||
field_tags:
|
field_tags:
|
||||||
weight: 62
|
weight: 2
|
||||||
settings:
|
settings:
|
||||||
match_operator: CONTAINS
|
match_operator: CONTAINS
|
||||||
match_limit: 10
|
match_limit: 10
|
||||||
@@ -26,17 +27,25 @@ content:
|
|||||||
type: entity_reference_autocomplete
|
type: entity_reference_autocomplete
|
||||||
region: content
|
region: content
|
||||||
field_type_of_umbrella_client:
|
field_type_of_umbrella_client:
|
||||||
weight: -99
|
weight: 1
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
type: options_select
|
type: options_select
|
||||||
region: content
|
region: content
|
||||||
name:
|
name:
|
||||||
type: string_textfield
|
type: string_textfield
|
||||||
weight: -100
|
weight: 0
|
||||||
region: content
|
region: content
|
||||||
settings:
|
settings:
|
||||||
size: 60
|
size: 60
|
||||||
placeholder: ''
|
placeholder: ''
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
hidden: { }
|
status:
|
||||||
|
type: boolean_checkbox
|
||||||
|
weight: 3
|
||||||
|
region: content
|
||||||
|
settings:
|
||||||
|
display_label: true
|
||||||
|
third_party_settings: { }
|
||||||
|
hidden:
|
||||||
|
feeds_item: true
|
||||||
|
|||||||
@@ -3,7 +3,6 @@ langcode: en
|
|||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
config:
|
config:
|
||||||
- field.field.oc_activity.trainer_debrief.field_how_was_this_delivered_
|
|
||||||
- field.field.oc_activity.trainer_debrief.field_issues_and_difficulties
|
- field.field.oc_activity.trainer_debrief.field_issues_and_difficulties
|
||||||
- field.field.oc_activity.trainer_debrief.field_issues_with_group_dynamics
|
- field.field.oc_activity.trainer_debrief.field_issues_with_group_dynamics
|
||||||
- field.field.oc_activity.trainer_debrief.field_number_of_participants
|
- field.field.oc_activity.trainer_debrief.field_number_of_participants
|
||||||
@@ -18,7 +17,6 @@ dependencies:
|
|||||||
module:
|
module:
|
||||||
- datetime
|
- datetime
|
||||||
- image
|
- image
|
||||||
- options
|
|
||||||
- user
|
- user
|
||||||
id: oc_activity.trainer_debrief.default
|
id: oc_activity.trainer_debrief.default
|
||||||
targetEntityType: oc_activity
|
targetEntityType: oc_activity
|
||||||
@@ -34,13 +32,6 @@ content:
|
|||||||
weight: 0
|
weight: 0
|
||||||
region: content
|
region: content
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
field_how_was_this_delivered_:
|
|
||||||
weight: 3
|
|
||||||
label: above
|
|
||||||
settings: { }
|
|
||||||
third_party_settings: { }
|
|
||||||
type: list_default
|
|
||||||
region: content
|
|
||||||
field_issues_and_difficulties:
|
field_issues_and_difficulties:
|
||||||
weight: 6
|
weight: 6
|
||||||
label: above
|
label: above
|
||||||
|
|||||||
@@ -3,6 +3,7 @@ langcode: en
|
|||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
config:
|
config:
|
||||||
|
- field.field.oc_actor.trainer.feeds_item
|
||||||
- field.field.oc_actor.trainer.field_availability
|
- field.field.oc_actor.trainer.field_availability
|
||||||
- field.field.oc_actor.trainer.field_delivery_partners
|
- field.field.oc_actor.trainer.field_delivery_partners
|
||||||
- field.field.oc_actor.trainer.field_emergency_contact
|
- field.field.oc_actor.trainer.field_emergency_contact
|
||||||
@@ -127,6 +128,7 @@ content:
|
|||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
hidden:
|
hidden:
|
||||||
|
feeds_item: true
|
||||||
full_name: true
|
full_name: true
|
||||||
middle_names: true
|
middle_names: true
|
||||||
phone2: true
|
phone2: true
|
||||||
|
|||||||
@@ -5,6 +5,7 @@ dependencies:
|
|||||||
config:
|
config:
|
||||||
- field.field.oc_case.project.field_contract_signed_date
|
- field.field.oc_case.project.field_contract_signed_date
|
||||||
- field.field.oc_case.project.field_fee
|
- field.field.oc_case.project.field_fee
|
||||||
|
- field.field.oc_case.project.field_total_fee
|
||||||
- opencase_cases.oc_case_type.project
|
- opencase_cases.oc_case_type.project
|
||||||
module:
|
module:
|
||||||
- datetime
|
- datetime
|
||||||
@@ -28,8 +29,8 @@ content:
|
|||||||
weight: 2
|
weight: 2
|
||||||
label: above
|
label: above
|
||||||
settings:
|
settings:
|
||||||
format_type: medium
|
|
||||||
timezone_override: ''
|
timezone_override: ''
|
||||||
|
format_type: short
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
type: datetime_default
|
type: datetime_default
|
||||||
region: content
|
region: content
|
||||||
@@ -42,12 +43,23 @@ content:
|
|||||||
link: ''
|
link: ''
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
region: content
|
region: content
|
||||||
|
field_total_fee:
|
||||||
|
weight: 4
|
||||||
|
label: above
|
||||||
|
settings:
|
||||||
|
thousand_separator: ''
|
||||||
|
decimal_separator: .
|
||||||
|
scale: 2
|
||||||
|
prefix_suffix: true
|
||||||
|
third_party_settings: { }
|
||||||
|
type: number_decimal
|
||||||
|
region: content
|
||||||
files:
|
files:
|
||||||
label: above
|
label: above
|
||||||
settings:
|
settings:
|
||||||
use_description_as_link_text: true
|
use_description_as_link_text: true
|
||||||
region: content
|
region: content
|
||||||
weight: 5
|
weight: 6
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
type: file_default
|
type: file_default
|
||||||
trainings:
|
trainings:
|
||||||
@@ -58,7 +70,7 @@ content:
|
|||||||
user_id:
|
user_id:
|
||||||
label: above
|
label: above
|
||||||
type: author
|
type: author
|
||||||
weight: 4
|
weight: 5
|
||||||
region: content
|
region: content
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
|
|||||||
@@ -4,9 +4,11 @@ status: true
|
|||||||
dependencies:
|
dependencies:
|
||||||
config:
|
config:
|
||||||
- field.field.oc_case.training.field_date_of_training
|
- field.field.oc_case.training.field_date_of_training
|
||||||
|
- field.field.oc_case.training.field_number_of_participants
|
||||||
- field.field.oc_case.training.field_project
|
- field.field.oc_case.training.field_project
|
||||||
- field.field.oc_case.training.field_social_media
|
- field.field.oc_case.training.field_social_media
|
||||||
- field.field.oc_case.training.field_trainer
|
- field.field.oc_case.training.field_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_status
|
||||||
- field.field.oc_case.training.field_training_type
|
- field.field.oc_case.training.field_training_type
|
||||||
- opencase_cases.oc_case_type.training
|
- opencase_cases.oc_case_type.training
|
||||||
@@ -37,7 +39,7 @@ content:
|
|||||||
link: true
|
link: true
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
debriefs:
|
debriefs:
|
||||||
weight: 7
|
weight: 10
|
||||||
region: content
|
region: content
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
@@ -47,7 +49,7 @@ content:
|
|||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
evaluations:
|
evaluations:
|
||||||
weight: 8
|
weight: 11
|
||||||
region: content
|
region: content
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
@@ -83,6 +85,15 @@ content:
|
|||||||
label: above
|
label: above
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
|
field_number_of_participants:
|
||||||
|
weight: 7
|
||||||
|
label: above
|
||||||
|
settings:
|
||||||
|
thousand_separator: ''
|
||||||
|
prefix_suffix: true
|
||||||
|
third_party_settings: { }
|
||||||
|
type: number_integer
|
||||||
|
region: content
|
||||||
field_project:
|
field_project:
|
||||||
weight: 1
|
weight: 1
|
||||||
label: above
|
label: above
|
||||||
@@ -92,7 +103,7 @@ content:
|
|||||||
type: entity_reference_label
|
type: entity_reference_label
|
||||||
region: content
|
region: content
|
||||||
field_social_media:
|
field_social_media:
|
||||||
weight: 81
|
weight: 8
|
||||||
label: above
|
label: above
|
||||||
settings:
|
settings:
|
||||||
format: default
|
format: default
|
||||||
@@ -103,13 +114,20 @@ content:
|
|||||||
region: content
|
region: content
|
||||||
field_trainer:
|
field_trainer:
|
||||||
type: entity_reference_revisions_entity_view
|
type: entity_reference_revisions_entity_view
|
||||||
weight: 5
|
weight: 6
|
||||||
label: above
|
label: above
|
||||||
settings:
|
settings:
|
||||||
view_mode: default
|
view_mode: default
|
||||||
link: ''
|
link: ''
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
region: content
|
region: content
|
||||||
|
field_training_delivery_format:
|
||||||
|
weight: 5
|
||||||
|
label: above
|
||||||
|
settings: { }
|
||||||
|
third_party_settings: { }
|
||||||
|
type: list_default
|
||||||
|
region: content
|
||||||
field_training_status:
|
field_training_status:
|
||||||
weight: 3
|
weight: 3
|
||||||
label: above
|
label: above
|
||||||
@@ -129,13 +147,13 @@ content:
|
|||||||
settings:
|
settings:
|
||||||
use_description_as_link_text: true
|
use_description_as_link_text: true
|
||||||
region: content
|
region: content
|
||||||
weight: 6
|
weight: 9
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
type: file_default
|
type: file_default
|
||||||
user_id:
|
user_id:
|
||||||
label: above
|
label: above
|
||||||
type: author
|
type: author
|
||||||
weight: 9
|
weight: 12
|
||||||
region: content
|
region: content
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
|
|||||||
@@ -3,6 +3,8 @@ langcode: en
|
|||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
config:
|
config:
|
||||||
|
- field.field.oc_organisation.client.feeds_item
|
||||||
|
- field.field.oc_organisation.client.field_accreditation_date
|
||||||
- field.field.oc_organisation.client.field_client_status
|
- field.field.oc_organisation.client.field_client_status
|
||||||
- field.field.oc_organisation.client.field_client_substatus
|
- field.field.oc_organisation.client.field_client_substatus
|
||||||
- field.field.oc_organisation.client.field_client_subtype
|
- field.field.oc_organisation.client.field_client_subtype
|
||||||
@@ -17,6 +19,7 @@ dependencies:
|
|||||||
- field.field.oc_organisation.client.field_umbrella_client
|
- field.field.oc_organisation.client.field_umbrella_client
|
||||||
- opencase_entities.oc_organisation_type.client
|
- opencase_entities.oc_organisation_type.client
|
||||||
module:
|
module:
|
||||||
|
- datetime
|
||||||
- file
|
- file
|
||||||
- options
|
- options
|
||||||
_core:
|
_core:
|
||||||
@@ -26,8 +29,17 @@ targetEntityType: oc_organisation
|
|||||||
bundle: client
|
bundle: client
|
||||||
mode: default
|
mode: default
|
||||||
content:
|
content:
|
||||||
|
field_accreditation_date:
|
||||||
|
weight: 8
|
||||||
|
label: above
|
||||||
|
settings:
|
||||||
|
timezone_override: ''
|
||||||
|
format_type: short
|
||||||
|
third_party_settings: { }
|
||||||
|
type: datetime_default
|
||||||
|
region: content
|
||||||
field_client_status:
|
field_client_status:
|
||||||
weight: 6
|
weight: 7
|
||||||
label: above
|
label: above
|
||||||
settings:
|
settings:
|
||||||
link: false
|
link: false
|
||||||
@@ -35,7 +47,7 @@ content:
|
|||||||
type: entity_reference_label
|
type: entity_reference_label
|
||||||
region: content
|
region: content
|
||||||
field_client_substatus:
|
field_client_substatus:
|
||||||
weight: 5
|
weight: 6
|
||||||
label: above
|
label: above
|
||||||
settings:
|
settings:
|
||||||
link: false
|
link: false
|
||||||
@@ -43,7 +55,7 @@ content:
|
|||||||
type: entity_reference_label
|
type: entity_reference_label
|
||||||
region: content
|
region: content
|
||||||
field_client_subtype:
|
field_client_subtype:
|
||||||
weight: 4
|
weight: 5
|
||||||
label: above
|
label: above
|
||||||
settings:
|
settings:
|
||||||
link: false
|
link: false
|
||||||
@@ -51,7 +63,7 @@ content:
|
|||||||
type: entity_reference_label
|
type: entity_reference_label
|
||||||
region: content
|
region: content
|
||||||
field_client_type:
|
field_client_type:
|
||||||
weight: 3
|
weight: 4
|
||||||
label: above
|
label: above
|
||||||
settings:
|
settings:
|
||||||
link: false
|
link: false
|
||||||
@@ -59,14 +71,14 @@ content:
|
|||||||
type: entity_reference_label
|
type: entity_reference_label
|
||||||
region: content
|
region: content
|
||||||
field_how_did_you_hear_about_us:
|
field_how_did_you_hear_about_us:
|
||||||
weight: 14
|
weight: 15
|
||||||
label: above
|
label: above
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
type: list_default
|
type: list_default
|
||||||
region: content
|
region: content
|
||||||
field_location_festival_event:
|
field_location_festival_event:
|
||||||
weight: 10
|
weight: 12
|
||||||
label: above
|
label: above
|
||||||
settings:
|
settings:
|
||||||
link_to_entity: false
|
link_to_entity: false
|
||||||
@@ -74,7 +86,7 @@ content:
|
|||||||
type: string
|
type: string
|
||||||
region: content
|
region: content
|
||||||
field_number_of_events_per_year:
|
field_number_of_events_per_year:
|
||||||
weight: 11
|
weight: 13
|
||||||
label: above
|
label: above
|
||||||
settings:
|
settings:
|
||||||
thousand_separator: ''
|
thousand_separator: ''
|
||||||
@@ -83,7 +95,7 @@ content:
|
|||||||
type: number_integer
|
type: number_integer
|
||||||
region: content
|
region: content
|
||||||
field_number_of_staff:
|
field_number_of_staff:
|
||||||
weight: 9
|
weight: 11
|
||||||
label: above
|
label: above
|
||||||
settings:
|
settings:
|
||||||
thousand_separator: ''
|
thousand_separator: ''
|
||||||
@@ -92,7 +104,7 @@ content:
|
|||||||
type: number_integer
|
type: number_integer
|
||||||
region: content
|
region: content
|
||||||
field_premises_capacity:
|
field_premises_capacity:
|
||||||
weight: 8
|
weight: 10
|
||||||
label: above
|
label: above
|
||||||
settings:
|
settings:
|
||||||
thousand_separator: ''
|
thousand_separator: ''
|
||||||
@@ -101,7 +113,7 @@ content:
|
|||||||
type: number_integer
|
type: number_integer
|
||||||
region: content
|
region: content
|
||||||
field_tags:
|
field_tags:
|
||||||
weight: 12
|
weight: 14
|
||||||
label: above
|
label: above
|
||||||
settings:
|
settings:
|
||||||
link: false
|
link: false
|
||||||
@@ -109,7 +121,7 @@ content:
|
|||||||
type: entity_reference_label
|
type: entity_reference_label
|
||||||
region: content
|
region: content
|
||||||
field_umbrella_client:
|
field_umbrella_client:
|
||||||
weight: 7
|
weight: 9
|
||||||
label: above
|
label: above
|
||||||
settings:
|
settings:
|
||||||
link: true
|
link: true
|
||||||
@@ -118,27 +130,28 @@ content:
|
|||||||
region: content
|
region: content
|
||||||
linked_clients:
|
linked_clients:
|
||||||
weight: 0
|
weight: 0
|
||||||
|
region: content
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
region: content
|
|
||||||
name:
|
name:
|
||||||
label: hidden
|
label: hidden
|
||||||
type: string
|
type: string
|
||||||
weight: 2
|
weight: 3
|
||||||
region: content
|
region: content
|
||||||
settings:
|
settings:
|
||||||
link_to_entity: false
|
link_to_entity: false
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
projects:
|
projects:
|
||||||
weight: 1
|
weight: 2
|
||||||
region: content
|
region: content
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
trainings:
|
trainings:
|
||||||
weight: 0
|
weight: 1
|
||||||
region: content
|
region: content
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
hidden:
|
hidden:
|
||||||
|
feeds_item: true
|
||||||
field_images: true
|
field_images: true
|
||||||
search_api_excerpt: true
|
search_api_excerpt: true
|
||||||
|
|||||||
@@ -3,6 +3,7 @@ langcode: en
|
|||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
config:
|
config:
|
||||||
|
- field.field.oc_organisation.umbrella_client.feeds_item
|
||||||
- field.field.oc_organisation.umbrella_client.field_tags
|
- field.field.oc_organisation.umbrella_client.field_tags
|
||||||
- field.field.oc_organisation.umbrella_client.field_type_of_umbrella_client
|
- field.field.oc_organisation.umbrella_client.field_type_of_umbrella_client
|
||||||
- opencase_entities.oc_organisation_type.umbrella_client
|
- opencase_entities.oc_organisation_type.umbrella_client
|
||||||
@@ -52,5 +53,6 @@ content:
|
|||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
hidden:
|
hidden:
|
||||||
|
feeds_item: true
|
||||||
name: true
|
name: true
|
||||||
search_api_excerpt: true
|
search_api_excerpt: true
|
||||||
|
|||||||
@@ -0,0 +1,12 @@
|
|||||||
|
uuid: cdfdb2b5-968b-4aaa-a8ca-4524230213dc
|
||||||
|
langcode: en
|
||||||
|
status: false
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- feeds
|
||||||
|
_core:
|
||||||
|
default_config_hash: 8I9Vm3L0dLCdctKfCjpw5vLwMetyaJzxbWNMzb2V7-I
|
||||||
|
id: feeds_feed.full
|
||||||
|
label: 'Full feed'
|
||||||
|
targetEntityType: feeds_feed
|
||||||
|
cache: true
|
||||||
@@ -23,6 +23,7 @@ module:
|
|||||||
entity_extra_field: 0
|
entity_extra_field: 0
|
||||||
entity_extra_field_ui: 0
|
entity_extra_field_ui: 0
|
||||||
entity_reference_revisions: 0
|
entity_reference_revisions: 0
|
||||||
|
feeds: 0
|
||||||
field: 0
|
field: 0
|
||||||
field_permissions: 0
|
field_permissions: 0
|
||||||
field_ui: 0
|
field_ui: 0
|
||||||
@@ -54,6 +55,7 @@ module:
|
|||||||
search: 0
|
search: 0
|
||||||
search_api: 0
|
search_api: 0
|
||||||
search_api_db: 0
|
search_api_db: 0
|
||||||
|
security_review: 0
|
||||||
serialization: 0
|
serialization: 0
|
||||||
shortcut: 0
|
shortcut: 0
|
||||||
superfish: 0
|
superfish: 0
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
uuid: bce05a02-b793-466b-a492-1febe92d1f85
|
uuid: bce05a02-b793-466b-a492-1febe92d1f85
|
||||||
langcode: en
|
langcode: en
|
||||||
status: true
|
status: false
|
||||||
dependencies:
|
dependencies:
|
||||||
config:
|
config:
|
||||||
- filter.format.basic_html
|
- filter.format.basic_html
|
||||||
|
|||||||
@@ -0,0 +1,103 @@
|
|||||||
|
uuid: 4eb11220-0e79-4e7f-a0d8-2300fb7b365b
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.field.oc_organisation.client.field_client_subtype
|
||||||
|
- field.field.oc_organisation.client.field_client_type
|
||||||
|
- field.field.oc_organisation.client.field_tags
|
||||||
|
- field.field.oc_organisation.client.field_umbrella_client
|
||||||
|
- opencase_entities.oc_organisation_type.client
|
||||||
|
module:
|
||||||
|
- opencase_entities
|
||||||
|
id: csv_clients
|
||||||
|
label: 'CSV Clients'
|
||||||
|
description: ''
|
||||||
|
help: ''
|
||||||
|
import_period: -1
|
||||||
|
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_organisation'
|
||||||
|
processor_configuration:
|
||||||
|
langcode: en
|
||||||
|
update_existing: 0
|
||||||
|
update_non_existent: _delete
|
||||||
|
expire: -1
|
||||||
|
owner_feed_author: true
|
||||||
|
owner_id: 0
|
||||||
|
authorize: true
|
||||||
|
skip_hash_check: false
|
||||||
|
values:
|
||||||
|
type: client
|
||||||
|
custom_sources:
|
||||||
|
tags:
|
||||||
|
label: Tags
|
||||||
|
value: Tags
|
||||||
|
machine_name: tags
|
||||||
|
name:
|
||||||
|
label: Name
|
||||||
|
value: Name
|
||||||
|
machine_name: name
|
||||||
|
umbrella_client:
|
||||||
|
label: 'Umbrella Client'
|
||||||
|
value: 'Umbrella Client'
|
||||||
|
machine_name: umbrella_client
|
||||||
|
client_type:
|
||||||
|
label: 'Client type'
|
||||||
|
value: 'Client type'
|
||||||
|
machine_name: client_type
|
||||||
|
client_subtype:
|
||||||
|
label: 'Client subtype'
|
||||||
|
value: 'Client subtype'
|
||||||
|
machine_name: client_subtype
|
||||||
|
umbrella_client_2:
|
||||||
|
label: 'Umbrella client'
|
||||||
|
value: 'Umbrella client'
|
||||||
|
machine_name: umbrella_client_2
|
||||||
|
mappings:
|
||||||
|
-
|
||||||
|
target: field_tags
|
||||||
|
map:
|
||||||
|
target_id: tags
|
||||||
|
settings:
|
||||||
|
language: ''
|
||||||
|
reference_by: name
|
||||||
|
autocreate: '1'
|
||||||
|
-
|
||||||
|
target: name
|
||||||
|
map:
|
||||||
|
value: name
|
||||||
|
unique: { }
|
||||||
|
settings: { }
|
||||||
|
-
|
||||||
|
target: field_umbrella_client
|
||||||
|
map:
|
||||||
|
target_id: umbrella_client_2
|
||||||
|
settings:
|
||||||
|
language: ''
|
||||||
|
reference_by: id
|
||||||
|
feeds_item: guid
|
||||||
|
autocreate: 0
|
||||||
|
-
|
||||||
|
target: field_client_type
|
||||||
|
map:
|
||||||
|
target_id: client_type
|
||||||
|
settings:
|
||||||
|
language: ''
|
||||||
|
reference_by: name
|
||||||
|
autocreate: '1'
|
||||||
|
-
|
||||||
|
target: field_client_subtype
|
||||||
|
map:
|
||||||
|
target_id: client_subtype
|
||||||
|
settings:
|
||||||
|
language: ''
|
||||||
|
reference_by: name
|
||||||
|
autocreate: '1'
|
||||||
@@ -0,0 +1,36 @@
|
|||||||
|
uuid: 17ebbce1-9756-400f-a58a-65b765f00813
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- opencase_entities.oc_organisation_type.umbrella_client
|
||||||
|
module:
|
||||||
|
- opencase_entities
|
||||||
|
id: csv_umbrella_client
|
||||||
|
label: 'CSV Umbrella Clients'
|
||||||
|
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_organisation'
|
||||||
|
processor_configuration:
|
||||||
|
langcode: en
|
||||||
|
update_existing: 1
|
||||||
|
update_non_existent: _delete
|
||||||
|
expire: -1
|
||||||
|
owner_feed_author: true
|
||||||
|
owner_id: 0
|
||||||
|
authorize: true
|
||||||
|
skip_hash_check: false
|
||||||
|
values:
|
||||||
|
type: umbrella_client
|
||||||
|
custom_sources: { }
|
||||||
|
mappings: { }
|
||||||
@@ -0,0 +1,39 @@
|
|||||||
|
uuid: ad3e47c2-2f4b-46d5-9107-86192040fead
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- opencase_entities.oc_actor_type.trainer
|
||||||
|
module:
|
||||||
|
- opencase_entities
|
||||||
|
id: trainers
|
||||||
|
label: 'CSV Trainers'
|
||||||
|
description: ''
|
||||||
|
help: ''
|
||||||
|
import_period: 3600
|
||||||
|
fetcher: http
|
||||||
|
fetcher_configuration:
|
||||||
|
auto_detect_feeds: false
|
||||||
|
use_pubsubhubbub: false
|
||||||
|
always_download: false
|
||||||
|
fallback_hub: ''
|
||||||
|
request_timeout: 30
|
||||||
|
parser: csv
|
||||||
|
parser_configuration:
|
||||||
|
delimiter: ','
|
||||||
|
no_headers: false
|
||||||
|
line_limit: 100
|
||||||
|
processor: 'entity:oc_actor'
|
||||||
|
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: trainer
|
||||||
|
custom_sources: { }
|
||||||
|
mappings: { }
|
||||||
@@ -1,21 +0,0 @@
|
|||||||
uuid: 78379738-8834-4314-a1cb-e5f19c4ffb5c
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
config:
|
|
||||||
- field.storage.oc_activity.field_how_was_this_delivered_
|
|
||||||
- opencase_entities.oc_activity_type.trainer_debrief
|
|
||||||
module:
|
|
||||||
- options
|
|
||||||
id: oc_activity.trainer_debrief.field_how_was_this_delivered_
|
|
||||||
field_name: field_how_was_this_delivered_
|
|
||||||
entity_type: oc_activity
|
|
||||||
bundle: trainer_debrief
|
|
||||||
label: 'How was this delivered?'
|
|
||||||
description: ''
|
|
||||||
required: false
|
|
||||||
translatable: false
|
|
||||||
default_value: { }
|
|
||||||
default_value_callback: ''
|
|
||||||
settings: { }
|
|
||||||
field_type: list_string
|
|
||||||
@@ -0,0 +1,23 @@
|
|||||||
|
uuid: 48212965-7239-40e6-b653-cb162c079816
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.storage.oc_actor.feeds_item
|
||||||
|
- opencase_entities.oc_actor_type.trainer
|
||||||
|
module:
|
||||||
|
- feeds
|
||||||
|
id: oc_actor.trainer.feeds_item
|
||||||
|
field_name: feeds_item
|
||||||
|
entity_type: oc_actor
|
||||||
|
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
|
||||||
@@ -0,0 +1,23 @@
|
|||||||
|
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
|
||||||
@@ -0,0 +1,23 @@
|
|||||||
|
uuid: 588f54aa-5542-4e6c-902b-88ccc3088dc4
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.storage.oc_case.field_number_of_participants
|
||||||
|
- opencase_cases.oc_case_type.training
|
||||||
|
id: oc_case.training.field_number_of_participants
|
||||||
|
field_name: field_number_of_participants
|
||||||
|
entity_type: oc_case
|
||||||
|
bundle: training
|
||||||
|
label: 'Number of participants'
|
||||||
|
description: 'This is a read-only field which will be populated when a trainer submits their debrief.'
|
||||||
|
required: false
|
||||||
|
translatable: false
|
||||||
|
default_value: { }
|
||||||
|
default_value_callback: ''
|
||||||
|
settings:
|
||||||
|
min: null
|
||||||
|
max: null
|
||||||
|
prefix: ''
|
||||||
|
suffix: ''
|
||||||
|
field_type: integer
|
||||||
@@ -4,7 +4,6 @@ status: true
|
|||||||
dependencies:
|
dependencies:
|
||||||
config:
|
config:
|
||||||
- field.storage.oc_case.field_project
|
- field.storage.oc_case.field_project
|
||||||
- opencase_cases.oc_case_type.project
|
|
||||||
- opencase_cases.oc_case_type.training
|
- opencase_cases.oc_case_type.training
|
||||||
id: oc_case.training.field_project
|
id: oc_case.training.field_project
|
||||||
field_name: field_project
|
field_name: field_project
|
||||||
@@ -17,12 +16,10 @@ translatable: false
|
|||||||
default_value: { }
|
default_value: { }
|
||||||
default_value_callback: ''
|
default_value_callback: ''
|
||||||
settings:
|
settings:
|
||||||
handler: 'default:oc_case'
|
handler: views
|
||||||
handler_settings:
|
handler_settings:
|
||||||
target_bundles:
|
view:
|
||||||
project: project
|
view_name: projects
|
||||||
sort:
|
display_name: entity_reference_1
|
||||||
field: _none
|
arguments: { }
|
||||||
auto_create: false
|
|
||||||
auto_create_bundle: ''
|
|
||||||
field_type: entity_reference
|
field_type: entity_reference
|
||||||
|
|||||||
@@ -0,0 +1,23 @@
|
|||||||
|
uuid: a405f668-5418-4ac5-a3a7-e176a2aa378a
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.storage.oc_case.field_training_delivery_format
|
||||||
|
- opencase_cases.oc_case_type.training
|
||||||
|
module:
|
||||||
|
- options
|
||||||
|
id: oc_case.training.field_training_delivery_format
|
||||||
|
field_name: field_training_delivery_format
|
||||||
|
entity_type: oc_case
|
||||||
|
bundle: training
|
||||||
|
label: 'Delivery format'
|
||||||
|
description: ''
|
||||||
|
required: false
|
||||||
|
translatable: false
|
||||||
|
default_value:
|
||||||
|
-
|
||||||
|
value: 'In person'
|
||||||
|
default_value_callback: ''
|
||||||
|
settings: { }
|
||||||
|
field_type: list_string
|
||||||
@@ -0,0 +1,23 @@
|
|||||||
|
uuid: e8cd1296-438d-41df-afd6-328f1cf83741
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.storage.oc_organisation.feeds_item
|
||||||
|
- opencase_entities.oc_organisation_type.client
|
||||||
|
module:
|
||||||
|
- feeds
|
||||||
|
id: oc_organisation.client.feeds_item
|
||||||
|
field_name: feeds_item
|
||||||
|
entity_type: oc_organisation
|
||||||
|
bundle: client
|
||||||
|
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,21 @@
|
|||||||
|
uuid: 3261ac4b-36e5-483b-af01-ec2a7852ac5b
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.storage.oc_organisation.field_accreditation_date
|
||||||
|
- opencase_entities.oc_organisation_type.client
|
||||||
|
module:
|
||||||
|
- datetime
|
||||||
|
id: oc_organisation.client.field_accreditation_date
|
||||||
|
field_name: field_accreditation_date
|
||||||
|
entity_type: oc_organisation
|
||||||
|
bundle: client
|
||||||
|
label: 'Accreditation date'
|
||||||
|
description: 'If the client has more than one accreditation then this will show the date of the most recent one.'
|
||||||
|
required: false
|
||||||
|
translatable: false
|
||||||
|
default_value: { }
|
||||||
|
default_value_callback: ''
|
||||||
|
settings: { }
|
||||||
|
field_type: datetime
|
||||||
@@ -5,7 +5,6 @@ dependencies:
|
|||||||
config:
|
config:
|
||||||
- field.storage.oc_organisation.field_umbrella_client
|
- field.storage.oc_organisation.field_umbrella_client
|
||||||
- opencase_entities.oc_organisation_type.client
|
- opencase_entities.oc_organisation_type.client
|
||||||
- opencase_entities.oc_organisation_type.umbrella_client
|
|
||||||
_core:
|
_core:
|
||||||
default_config_hash: tIK3YfjqaKVW_2O0nXhBMu3VaM82TN4nIb5ecnX4zZY
|
default_config_hash: tIK3YfjqaKVW_2O0nXhBMu3VaM82TN4nIb5ecnX4zZY
|
||||||
id: oc_organisation.client.field_umbrella_client
|
id: oc_organisation.client.field_umbrella_client
|
||||||
@@ -19,12 +18,10 @@ translatable: false
|
|||||||
default_value: { }
|
default_value: { }
|
||||||
default_value_callback: ''
|
default_value_callback: ''
|
||||||
settings:
|
settings:
|
||||||
handler: 'default:oc_organisation'
|
handler: views
|
||||||
handler_settings:
|
handler_settings:
|
||||||
target_bundles:
|
view:
|
||||||
umbrella_client: umbrella_client
|
view_name: all_umbrella_clients
|
||||||
sort:
|
display_name: entity_reference_1
|
||||||
field: _none
|
arguments: { }
|
||||||
auto_create: false
|
|
||||||
auto_create_bundle: ''
|
|
||||||
field_type: entity_reference
|
field_type: entity_reference
|
||||||
|
|||||||
@@ -0,0 +1,23 @@
|
|||||||
|
uuid: 17d8780f-7a4c-450f-ab68-e1620725f319
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- field.storage.oc_organisation.feeds_item
|
||||||
|
- opencase_entities.oc_organisation_type.umbrella_client
|
||||||
|
module:
|
||||||
|
- feeds
|
||||||
|
id: oc_organisation.umbrella_client.feeds_item
|
||||||
|
field_name: feeds_item
|
||||||
|
entity_type: oc_organisation
|
||||||
|
bundle: umbrella_client
|
||||||
|
label: 'Feeds item'
|
||||||
|
description: ''
|
||||||
|
required: false
|
||||||
|
translatable: true
|
||||||
|
default_value: { }
|
||||||
|
default_value_callback: ''
|
||||||
|
settings:
|
||||||
|
handler: 'default:feeds_feed'
|
||||||
|
handler_settings: { }
|
||||||
|
field_type: feeds_item
|
||||||
@@ -4,7 +4,6 @@ status: true
|
|||||||
dependencies:
|
dependencies:
|
||||||
config:
|
config:
|
||||||
- field.storage.paragraph.field_trainer
|
- field.storage.paragraph.field_trainer
|
||||||
- opencase_entities.oc_actor_type.trainer
|
|
||||||
- paragraphs.paragraphs_type.trainer
|
- paragraphs.paragraphs_type.trainer
|
||||||
_core:
|
_core:
|
||||||
default_config_hash: d9Ea50H6q3WNZweoghPEUnWEu8HsSdxaK0ExEn0Cyq4
|
default_config_hash: d9Ea50H6q3WNZweoghPEUnWEu8HsSdxaK0ExEn0Cyq4
|
||||||
@@ -19,12 +18,10 @@ translatable: false
|
|||||||
default_value: { }
|
default_value: { }
|
||||||
default_value_callback: ''
|
default_value_callback: ''
|
||||||
settings:
|
settings:
|
||||||
handler: 'default:oc_actor'
|
handler: views
|
||||||
handler_settings:
|
handler_settings:
|
||||||
target_bundles:
|
view:
|
||||||
trainer: trainer
|
view_name: all_trainers
|
||||||
sort:
|
display_name: entity_reference_1
|
||||||
field: _none
|
arguments: { }
|
||||||
auto_create: false
|
|
||||||
auto_create_bundle: ''
|
|
||||||
field_type: entity_reference
|
field_type: entity_reference
|
||||||
|
|||||||
@@ -0,0 +1,20 @@
|
|||||||
|
uuid: fbac65af-99cb-46cc-911c-04a831121ecf
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- feeds
|
||||||
|
- opencase_entities
|
||||||
|
id: oc_actor.feeds_item
|
||||||
|
field_name: feeds_item
|
||||||
|
entity_type: oc_actor
|
||||||
|
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
|
||||||
@@ -0,0 +1,24 @@
|
|||||||
|
uuid: 7278be3c-e085-452a-93d4-09e8e7b24c60
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- field_permissions
|
||||||
|
- opencase_cases
|
||||||
|
third_party_settings:
|
||||||
|
field_permissions:
|
||||||
|
permission_type: public
|
||||||
|
id: oc_case.field_number_of_participants
|
||||||
|
field_name: field_number_of_participants
|
||||||
|
entity_type: oc_case
|
||||||
|
type: integer
|
||||||
|
settings:
|
||||||
|
unsigned: false
|
||||||
|
size: normal
|
||||||
|
module: core
|
||||||
|
locked: false
|
||||||
|
cardinality: 1
|
||||||
|
translatable: true
|
||||||
|
indexes: { }
|
||||||
|
persist_with_no_fields: false
|
||||||
|
custom_storage: false
|
||||||
@@ -0,0 +1,24 @@
|
|||||||
|
uuid: 4bb28508-5949-4bf5-9b70-97c68ab50473
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- field_permissions
|
||||||
|
- opencase_cases
|
||||||
|
third_party_settings:
|
||||||
|
field_permissions:
|
||||||
|
permission_type: public
|
||||||
|
id: oc_case.field_total_fee
|
||||||
|
field_name: field_total_fee
|
||||||
|
entity_type: oc_case
|
||||||
|
type: decimal
|
||||||
|
settings:
|
||||||
|
precision: 10
|
||||||
|
scale: 2
|
||||||
|
module: core
|
||||||
|
locked: false
|
||||||
|
cardinality: 1
|
||||||
|
translatable: true
|
||||||
|
indexes: { }
|
||||||
|
persist_with_no_fields: false
|
||||||
|
custom_storage: false
|
||||||
+12
-8
@@ -1,22 +1,26 @@
|
|||||||
uuid: 73efb630-e24f-4edc-8fda-f112da0c1162
|
uuid: e349155a-7746-4e18-90df-041c62ebbef1
|
||||||
langcode: en
|
langcode: en
|
||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
module:
|
module:
|
||||||
- opencase_entities
|
- field_permissions
|
||||||
|
- opencase_cases
|
||||||
- options
|
- options
|
||||||
id: oc_activity.field_how_was_this_delivered_
|
third_party_settings:
|
||||||
field_name: field_how_was_this_delivered_
|
field_permissions:
|
||||||
entity_type: oc_activity
|
permission_type: public
|
||||||
|
id: oc_case.field_training_delivery_format
|
||||||
|
field_name: field_training_delivery_format
|
||||||
|
entity_type: oc_case
|
||||||
type: list_string
|
type: list_string
|
||||||
settings:
|
settings:
|
||||||
allowed_values:
|
allowed_values:
|
||||||
-
|
|
||||||
value: Zoom
|
|
||||||
label: Zoom
|
|
||||||
-
|
-
|
||||||
value: 'In person'
|
value: 'In person'
|
||||||
label: 'In person'
|
label: 'In person'
|
||||||
|
-
|
||||||
|
value: Zoom
|
||||||
|
label: Zoom
|
||||||
allowed_values_function: ''
|
allowed_values_function: ''
|
||||||
module: options
|
module: options
|
||||||
locked: false
|
locked: false
|
||||||
@@ -0,0 +1,20 @@
|
|||||||
|
uuid: 68bb9674-ea4e-48ef-87b6-da010fa674ec
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- feeds
|
||||||
|
- opencase_entities
|
||||||
|
id: oc_organisation.feeds_item
|
||||||
|
field_name: feeds_item
|
||||||
|
entity_type: oc_organisation
|
||||||
|
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
|
||||||
@@ -0,0 +1,24 @@
|
|||||||
|
uuid: dcd05ff2-5201-46ba-ae2a-3da730db0826
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- datetime
|
||||||
|
- field_permissions
|
||||||
|
- opencase_entities
|
||||||
|
third_party_settings:
|
||||||
|
field_permissions:
|
||||||
|
permission_type: public
|
||||||
|
id: oc_organisation.field_accreditation_date
|
||||||
|
field_name: field_accreditation_date
|
||||||
|
entity_type: oc_organisation
|
||||||
|
type: datetime
|
||||||
|
settings:
|
||||||
|
datetime_type: date
|
||||||
|
module: datetime
|
||||||
|
locked: false
|
||||||
|
cardinality: 1
|
||||||
|
translatable: true
|
||||||
|
indexes: { }
|
||||||
|
persist_with_no_fields: false
|
||||||
|
custom_storage: false
|
||||||
@@ -3,7 +3,11 @@ langcode: en
|
|||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
module:
|
module:
|
||||||
|
- field_permissions
|
||||||
- opencase_entities
|
- opencase_entities
|
||||||
|
third_party_settings:
|
||||||
|
field_permissions:
|
||||||
|
permission_type: public
|
||||||
_core:
|
_core:
|
||||||
default_config_hash: 1U8GYQXtF_GX3zLP-YCI-xlO1LHVaC6yBcj8hcpcYSA
|
default_config_hash: 1U8GYQXtF_GX3zLP-YCI-xlO1LHVaC6yBcj8hcpcYSA
|
||||||
id: oc_organisation.field_umbrella_client
|
id: oc_organisation.field_umbrella_client
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
uuid: 4b8e98d8-da03-48f8-a3cc-4525b628f5a5
|
uuid: 4b8e98d8-da03-48f8-a3cc-4525b628f5a5
|
||||||
langcode: en
|
langcode: en
|
||||||
status: true
|
status: false
|
||||||
dependencies:
|
dependencies:
|
||||||
module:
|
module:
|
||||||
- editor
|
- editor
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
uuid: e2433365-4de4-44cf-a519-9a22c3a656a7
|
uuid: e2433365-4de4-44cf-a519-9a22c3a656a7
|
||||||
langcode: en
|
langcode: en
|
||||||
status: true
|
status: false
|
||||||
dependencies: { }
|
dependencies: { }
|
||||||
_core:
|
_core:
|
||||||
default_config_hash: oz6NyPDAB4HB6N9hgH2LwNVtCd-sXbMG1fbn5KsRIDI
|
default_config_hash: oz6NyPDAB4HB6N9hgH2LwNVtCd-sXbMG1fbn5KsRIDI
|
||||||
|
|||||||
@@ -0,0 +1 @@
|
|||||||
|
id: security_review-admin_permissions
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
id: security_review-error_reporting
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
id: security_review-failed_logins
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
id: security_review-field
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
id: security_review-input_formats
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
id: security_review-private_files
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
id: security_review-query_errors
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
id: security_review-temporary_files
|
||||||
@@ -0,0 +1,3 @@
|
|||||||
|
id: security_review-trusted_hosts
|
||||||
|
settings:
|
||||||
|
method: token
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
id: security_review-upload_extensions
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
id: security_review-views_access
|
||||||
@@ -0,0 +1,7 @@
|
|||||||
|
configured: true
|
||||||
|
untrusted_roles:
|
||||||
|
- anonymous
|
||||||
|
- authenticated
|
||||||
|
log: true
|
||||||
|
_core:
|
||||||
|
default_config_hash: ylcsF3ZfWc6Ua1nUaTXyVy2TNwupiRAtBA6w_whTMGg
|
||||||
@@ -0,0 +1,13 @@
|
|||||||
|
uuid: e1de8102-418b-4b0d-961f-f52a1f4a2045
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- feeds
|
||||||
|
_core:
|
||||||
|
default_config_hash: yZW4ELH2L51kf2mGKd7f62uozGH-jFuWz1k9abACq1U
|
||||||
|
id: feeds_feed_delete_action
|
||||||
|
label: 'Delete selected feeds'
|
||||||
|
type: feeds_feed
|
||||||
|
plugin: feeds_feed_delete_action
|
||||||
|
configuration: { }
|
||||||
@@ -0,0 +1,14 @@
|
|||||||
|
uuid: 2477506b-d3d4-484d-9d71-f2a93b341996
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- user.role.follow_up_alerts
|
||||||
|
module:
|
||||||
|
- user
|
||||||
|
id: user_add_role_action.follow_up_alerts
|
||||||
|
label: 'Add the Follow-up alerts role to the selected user(s)'
|
||||||
|
type: user
|
||||||
|
plugin: user_add_role_action
|
||||||
|
configuration:
|
||||||
|
rid: follow_up_alerts
|
||||||
@@ -0,0 +1,14 @@
|
|||||||
|
uuid: ba93670a-ccb1-42d9-90e1-571ed5c89309
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- user.role.gno_admin_user
|
||||||
|
module:
|
||||||
|
- user
|
||||||
|
id: user_add_role_action.gno_admin_user
|
||||||
|
label: 'Add the GNO Admin user role to the selected user(s)'
|
||||||
|
type: user
|
||||||
|
plugin: user_add_role_action
|
||||||
|
configuration:
|
||||||
|
rid: gno_admin_user
|
||||||
@@ -1,14 +0,0 @@
|
|||||||
uuid: 168c7f04-3c80-4746-ac53-0d5bba6033b7
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
config:
|
|
||||||
- user.role.gno_standard_user
|
|
||||||
module:
|
|
||||||
- user
|
|
||||||
id: user_add_role_action.gno_standard_user
|
|
||||||
label: 'Add the GNO Standard User role to the selected user(s)'
|
|
||||||
type: user
|
|
||||||
plugin: user_add_role_action
|
|
||||||
configuration:
|
|
||||||
rid: gno_standard_user
|
|
||||||
@@ -0,0 +1,14 @@
|
|||||||
|
uuid: c1953991-174f-4390-a5db-d992c6c9395d
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- user.role.follow_up_alerts
|
||||||
|
module:
|
||||||
|
- user
|
||||||
|
id: user_remove_role_action.follow_up_alerts
|
||||||
|
label: 'Remove the Follow-up alerts role from the selected user(s)'
|
||||||
|
type: user
|
||||||
|
plugin: user_remove_role_action
|
||||||
|
configuration:
|
||||||
|
rid: follow_up_alerts
|
||||||
@@ -0,0 +1,14 @@
|
|||||||
|
uuid: c596d543-d07d-450f-ae48-7536026c466b
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- user.role.gno_admin_user
|
||||||
|
module:
|
||||||
|
- user
|
||||||
|
id: user_remove_role_action.gno_admin_user
|
||||||
|
label: 'Remove the GNO Admin user role from the selected user(s)'
|
||||||
|
type: user
|
||||||
|
plugin: user_remove_role_action
|
||||||
|
configuration:
|
||||||
|
rid: gno_admin_user
|
||||||
@@ -1,14 +0,0 @@
|
|||||||
uuid: 8380c29c-d573-4330-bfb2-f304b9c58aff
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
config:
|
|
||||||
- user.role.gno_standard_user
|
|
||||||
module:
|
|
||||||
- user
|
|
||||||
id: user_remove_role_action.gno_standard_user
|
|
||||||
label: 'Remove the GNO Standard User role from the selected user(s)'
|
|
||||||
type: user
|
|
||||||
plugin: user_remove_role_action
|
|
||||||
configuration:
|
|
||||||
rid: gno_standard_user
|
|
||||||
@@ -4,7 +4,7 @@ first_day: 0
|
|||||||
timezone:
|
timezone:
|
||||||
default: Europe/London
|
default: Europe/London
|
||||||
user:
|
user:
|
||||||
configurable: true
|
configurable: false
|
||||||
warn: false
|
warn: false
|
||||||
default: 0
|
default: 0
|
||||||
_core:
|
_core:
|
||||||
|
|||||||
@@ -8,6 +8,6 @@ fetch:
|
|||||||
notification:
|
notification:
|
||||||
emails:
|
emails:
|
||||||
- helo@autonomic.zone
|
- helo@autonomic.zone
|
||||||
threshold: all
|
threshold: security
|
||||||
_core:
|
_core:
|
||||||
default_config_hash: 2QzULf0zovJQx3J06Y9rufzzfi-CY2CTTlEfJJh2Qyw
|
default_config_hash: 2QzULf0zovJQx3J06Y9rufzzfi-CY2CTTlEfJJh2Qyw
|
||||||
|
|||||||
@@ -11,9 +11,32 @@ is_admin: false
|
|||||||
permissions:
|
permissions:
|
||||||
- 'access comments'
|
- 'access comments'
|
||||||
- 'access content'
|
- 'access content'
|
||||||
- 'access shortcuts'
|
- 'add activity entities'
|
||||||
- 'access site-wide contact form'
|
- 'add case entities'
|
||||||
- 'post comments'
|
- 'add event entities'
|
||||||
- 'search content'
|
- 'add organisation entities'
|
||||||
- 'skip comment approval'
|
- 'add organisation relation entities'
|
||||||
- 'use text format basic_html'
|
- 'add trainer entities'
|
||||||
|
- 'create paragraph content availability'
|
||||||
|
- 'create paragraph content trainer'
|
||||||
|
- 'create terms in tags'
|
||||||
|
- 'delete organisation relation entities'
|
||||||
|
- 'delete paragraph content availability'
|
||||||
|
- 'delete paragraph content trainer'
|
||||||
|
- 'edit activity entities'
|
||||||
|
- 'edit case entities'
|
||||||
|
- 'edit event entities'
|
||||||
|
- 'edit organisation entities'
|
||||||
|
- 'edit organisation relation entities'
|
||||||
|
- 'edit trainer entities'
|
||||||
|
- 'update paragraph content availability'
|
||||||
|
- 'update paragraph content trainer'
|
||||||
|
- 'use opencase'
|
||||||
|
- 'view paragraph content availability'
|
||||||
|
- 'view paragraph content trainer'
|
||||||
|
- 'view published activity entities'
|
||||||
|
- 'view published case entities'
|
||||||
|
- 'view published event entities'
|
||||||
|
- 'view published organisation entities'
|
||||||
|
- 'view published organisation relation entities'
|
||||||
|
- 'view published trainer entities'
|
||||||
|
|||||||
@@ -0,0 +1,9 @@
|
|||||||
|
uuid: 53c0d18d-4e94-4997-9b59-7f2d5e1770e4
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies: { }
|
||||||
|
id: follow_up_alerts
|
||||||
|
label: 'Follow-up alerts'
|
||||||
|
weight: 5
|
||||||
|
is_admin: null
|
||||||
|
permissions: { }
|
||||||
@@ -0,0 +1,30 @@
|
|||||||
|
uuid: 1b23a802-601d-4d00-8818-392b5e496f9d
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies: { }
|
||||||
|
id: gno_admin_user
|
||||||
|
label: 'GNO Additional Admin Permissions'
|
||||||
|
weight: 4
|
||||||
|
is_admin: null
|
||||||
|
permissions:
|
||||||
|
- 'add equal opps entities'
|
||||||
|
- 'administer users'
|
||||||
|
- 'delete activity entities'
|
||||||
|
- 'delete all trainer revisions'
|
||||||
|
- 'delete bank account entities'
|
||||||
|
- 'delete case entities'
|
||||||
|
- 'delete equal opps entities'
|
||||||
|
- 'delete event entities'
|
||||||
|
- 'delete organisation entities'
|
||||||
|
- 'delete trainer entities'
|
||||||
|
- 'edit equal opps entities'
|
||||||
|
- 'view edit delete all actor entities'
|
||||||
|
- 'view published equal opps entities'
|
||||||
|
- 'view unpublished activity entities'
|
||||||
|
- 'view unpublished actor entities'
|
||||||
|
- 'view unpublished bank account entities'
|
||||||
|
- 'view unpublished case entities'
|
||||||
|
- 'view unpublished equal opps entities'
|
||||||
|
- 'view unpublished event entities'
|
||||||
|
- 'view unpublished organisation entities'
|
||||||
|
- 'view unpublished organisation relation entities'
|
||||||
@@ -1,49 +0,0 @@
|
|||||||
uuid: fadbdf8e-6636-4d22-82e9-cac3c46717fc
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies: { }
|
|
||||||
_core:
|
|
||||||
default_config_hash: pKb8BpZ9MCyV5Vh20ssa14Pt37_eeich0iKafucnMpE
|
|
||||||
id: gno_standard_user
|
|
||||||
label: 'GNO Standard User'
|
|
||||||
weight: 3
|
|
||||||
is_admin: null
|
|
||||||
permissions:
|
|
||||||
- 'access content'
|
|
||||||
- 'add activity entities'
|
|
||||||
- 'add case entities'
|
|
||||||
- 'add equal opps entities'
|
|
||||||
- 'add event entities'
|
|
||||||
- 'add organisation entities'
|
|
||||||
- 'add organisation relation entities'
|
|
||||||
- 'add trainer entities'
|
|
||||||
- 'create paragraph content availability'
|
|
||||||
- 'create paragraph content trainer'
|
|
||||||
- 'create terms in tags'
|
|
||||||
- 'delete activity entities'
|
|
||||||
- 'delete case entities'
|
|
||||||
- 'delete equal opps entities'
|
|
||||||
- 'delete organisation entities'
|
|
||||||
- 'delete organisation relation entities'
|
|
||||||
- 'delete paragraph content availability'
|
|
||||||
- 'delete paragraph content trainer'
|
|
||||||
- 'delete trainer entities'
|
|
||||||
- 'edit activity entities'
|
|
||||||
- 'edit case entities'
|
|
||||||
- 'edit equal opps entities'
|
|
||||||
- 'edit event entities'
|
|
||||||
- 'edit organisation entities'
|
|
||||||
- 'edit organisation relation entities'
|
|
||||||
- 'edit trainer entities'
|
|
||||||
- 'update paragraph content availability'
|
|
||||||
- 'update paragraph content trainer'
|
|
||||||
- 'use opencase'
|
|
||||||
- 'view paragraph content availability'
|
|
||||||
- 'view paragraph content trainer'
|
|
||||||
- 'view published activity entities'
|
|
||||||
- 'view published case entities'
|
|
||||||
- 'view published equal opps entities'
|
|
||||||
- 'view published event entities'
|
|
||||||
- 'view published organisation entities'
|
|
||||||
- 'view published organisation relation entities'
|
|
||||||
- 'view published trainer entities'
|
|
||||||
@@ -47,7 +47,7 @@ display:
|
|||||||
expose_sort_order: true
|
expose_sort_order: true
|
||||||
sort_asc_label: Asc
|
sort_asc_label: Asc
|
||||||
sort_desc_label: Desc
|
sort_desc_label: Desc
|
||||||
text_input_required_format: basic_html
|
text_input_required_format: full_html
|
||||||
pager:
|
pager:
|
||||||
type: mini
|
type: mini
|
||||||
options:
|
options:
|
||||||
|
|||||||
@@ -9,11 +9,16 @@ dependencies:
|
|||||||
- field.storage.oc_organisation.field_client_type
|
- field.storage.oc_organisation.field_client_type
|
||||||
- field.storage.oc_organisation.field_tags
|
- field.storage.oc_organisation.field_tags
|
||||||
- opencase_entities.oc_organisation_type.client
|
- opencase_entities.oc_organisation_type.client
|
||||||
|
- opencase_entities.oc_organisation_type.umbrella_client
|
||||||
- system.menu.opencase
|
- system.menu.opencase
|
||||||
|
- taxonomy.vocabulary.clie
|
||||||
- taxonomy.vocabulary.client_status
|
- taxonomy.vocabulary.client_status
|
||||||
- user.role.authenticated
|
- user.role.authenticated
|
||||||
content:
|
content:
|
||||||
- 'taxonomy_term:client_status:2397c3f5-8d18-4e4f-956e-404c62614135'
|
- 'taxonomy_term:clie:98d1370b-e29f-45fb-b053-b911c2538870'
|
||||||
|
- 'taxonomy_term:clie:9915606c-1775-4f68-be24-ffaa629ee0b1'
|
||||||
|
- 'taxonomy_term:clie:c0c6397d-4f7c-4077-af51-1860ccad26a3'
|
||||||
|
- 'taxonomy_term:client_status:057c3514-8413-463f-989e-cd8deda6c71c'
|
||||||
module:
|
module:
|
||||||
- opencase_entities
|
- opencase_entities
|
||||||
- taxonomy
|
- taxonomy
|
||||||
@@ -80,6 +85,73 @@ display:
|
|||||||
offset_label: Offset
|
offset_label: Offset
|
||||||
style:
|
style:
|
||||||
type: table
|
type: table
|
||||||
|
options:
|
||||||
|
grouping: { }
|
||||||
|
row_class: '{{ status }}'
|
||||||
|
default_row_class: true
|
||||||
|
override: true
|
||||||
|
sticky: false
|
||||||
|
caption: ''
|
||||||
|
summary: ''
|
||||||
|
description: ''
|
||||||
|
columns:
|
||||||
|
name: name
|
||||||
|
field_client_type: field_client_type
|
||||||
|
field_client_subtype: field_client_subtype
|
||||||
|
field_client_status: field_client_status
|
||||||
|
field_client_substatus: field_client_substatus
|
||||||
|
field_tags: field_tags
|
||||||
|
status: status
|
||||||
|
info:
|
||||||
|
name:
|
||||||
|
sortable: false
|
||||||
|
default_sort_order: asc
|
||||||
|
align: ''
|
||||||
|
separator: ''
|
||||||
|
empty_column: false
|
||||||
|
responsive: ''
|
||||||
|
field_client_type:
|
||||||
|
sortable: false
|
||||||
|
default_sort_order: asc
|
||||||
|
align: ''
|
||||||
|
separator: ''
|
||||||
|
empty_column: false
|
||||||
|
responsive: ''
|
||||||
|
field_client_subtype:
|
||||||
|
sortable: false
|
||||||
|
default_sort_order: asc
|
||||||
|
align: ''
|
||||||
|
separator: ''
|
||||||
|
empty_column: false
|
||||||
|
responsive: ''
|
||||||
|
field_client_status:
|
||||||
|
sortable: false
|
||||||
|
default_sort_order: asc
|
||||||
|
align: ''
|
||||||
|
separator: ''
|
||||||
|
empty_column: false
|
||||||
|
responsive: ''
|
||||||
|
field_client_substatus:
|
||||||
|
sortable: false
|
||||||
|
default_sort_order: asc
|
||||||
|
align: ''
|
||||||
|
separator: ''
|
||||||
|
empty_column: false
|
||||||
|
responsive: ''
|
||||||
|
field_tags:
|
||||||
|
align: ''
|
||||||
|
separator: ''
|
||||||
|
empty_column: false
|
||||||
|
responsive: ''
|
||||||
|
status:
|
||||||
|
sortable: false
|
||||||
|
default_sort_order: asc
|
||||||
|
align: ''
|
||||||
|
separator: ''
|
||||||
|
empty_column: false
|
||||||
|
responsive: ''
|
||||||
|
default: '-1'
|
||||||
|
empty_table: false
|
||||||
row:
|
row:
|
||||||
type: fields
|
type: fields
|
||||||
fields:
|
fields:
|
||||||
@@ -463,20 +535,74 @@ display:
|
|||||||
separator: ', '
|
separator: ', '
|
||||||
field_api_classes: false
|
field_api_classes: false
|
||||||
plugin_id: field
|
plugin_id: field
|
||||||
filters:
|
|
||||||
status:
|
status:
|
||||||
value: '1'
|
id: status
|
||||||
table: oc_organisation_field_data
|
table: oc_organisation_field_data
|
||||||
field: status
|
field: status
|
||||||
plugin_id: boolean
|
relationship: none
|
||||||
|
group_type: group
|
||||||
|
admin_label: ''
|
||||||
|
label: 'Publishing status'
|
||||||
|
exclude: true
|
||||||
|
alter:
|
||||||
|
alter_text: false
|
||||||
|
text: ''
|
||||||
|
make_link: false
|
||||||
|
path: ''
|
||||||
|
absolute: false
|
||||||
|
external: false
|
||||||
|
replace_spaces: false
|
||||||
|
path_case: none
|
||||||
|
trim_whitespace: false
|
||||||
|
alt: ''
|
||||||
|
rel: ''
|
||||||
|
link_class: ''
|
||||||
|
prefix: ''
|
||||||
|
suffix: ''
|
||||||
|
target: ''
|
||||||
|
nl2br: false
|
||||||
|
max_length: 0
|
||||||
|
word_boundary: true
|
||||||
|
ellipsis: true
|
||||||
|
more_link: false
|
||||||
|
more_link_text: ''
|
||||||
|
more_link_path: ''
|
||||||
|
strip_tags: false
|
||||||
|
trim: false
|
||||||
|
preserve_tags: ''
|
||||||
|
html: false
|
||||||
|
element_type: ''
|
||||||
|
element_class: ''
|
||||||
|
element_label_type: ''
|
||||||
|
element_label_class: ''
|
||||||
|
element_label_colon: true
|
||||||
|
element_wrapper_type: ''
|
||||||
|
element_wrapper_class: ''
|
||||||
|
element_default_classes: true
|
||||||
|
empty: ''
|
||||||
|
hide_empty: false
|
||||||
|
empty_zero: false
|
||||||
|
hide_alter_empty: true
|
||||||
|
click_sort_column: value
|
||||||
|
type: boolean
|
||||||
|
settings:
|
||||||
|
format: default
|
||||||
|
format_custom_true: ''
|
||||||
|
format_custom_false: ''
|
||||||
|
group_column: value
|
||||||
|
group_columns: { }
|
||||||
|
group_rows: true
|
||||||
|
delta_limit: 0
|
||||||
|
delta_offset: 0
|
||||||
|
delta_reversed: false
|
||||||
|
delta_first_last: false
|
||||||
|
multi_type: separator
|
||||||
|
separator: ', '
|
||||||
|
field_api_classes: false
|
||||||
entity_type: oc_organisation
|
entity_type: oc_organisation
|
||||||
entity_field: status
|
entity_field: status
|
||||||
id: status
|
plugin_id: field
|
||||||
expose:
|
filters:
|
||||||
operator: ''
|
|
||||||
operator_limit_selection: false
|
|
||||||
operator_list: { }
|
|
||||||
group: 1
|
|
||||||
type:
|
type:
|
||||||
id: type
|
id: type
|
||||||
table: oc_organisation_field_data
|
table: oc_organisation_field_data
|
||||||
@@ -546,6 +672,141 @@ display:
|
|||||||
- 'config:field.storage.oc_organisation.field_client_subtype'
|
- 'config:field.storage.oc_organisation.field_client_subtype'
|
||||||
- 'config:field.storage.oc_organisation.field_client_type'
|
- 'config:field.storage.oc_organisation.field_client_type'
|
||||||
- 'config:field.storage.oc_organisation.field_tags'
|
- 'config:field.storage.oc_organisation.field_tags'
|
||||||
|
attachment_1:
|
||||||
|
display_plugin: attachment
|
||||||
|
id: attachment_1
|
||||||
|
display_title: 'Follow-ups due'
|
||||||
|
position: 1
|
||||||
|
display_options:
|
||||||
|
display_extenders: { }
|
||||||
|
display_description: ''
|
||||||
|
footer:
|
||||||
|
area:
|
||||||
|
id: area
|
||||||
|
table: views
|
||||||
|
field: area
|
||||||
|
relationship: none
|
||||||
|
group_type: group
|
||||||
|
admin_label: ''
|
||||||
|
empty: true
|
||||||
|
tokenize: false
|
||||||
|
content:
|
||||||
|
value: '<h2>Other clients</h2>'
|
||||||
|
format: full_html
|
||||||
|
plugin_id: text
|
||||||
|
defaults:
|
||||||
|
footer: false
|
||||||
|
empty: false
|
||||||
|
filters: false
|
||||||
|
filter_groups: false
|
||||||
|
title: false
|
||||||
|
header: false
|
||||||
|
css_class: false
|
||||||
|
empty:
|
||||||
|
area_text_custom:
|
||||||
|
id: area_text_custom
|
||||||
|
table: views
|
||||||
|
field: area_text_custom
|
||||||
|
relationship: none
|
||||||
|
group_type: group
|
||||||
|
admin_label: ''
|
||||||
|
empty: true
|
||||||
|
tokenize: false
|
||||||
|
content: 'No clients have follow-ups due'
|
||||||
|
plugin_id: text_custom
|
||||||
|
filters:
|
||||||
|
type:
|
||||||
|
id: type
|
||||||
|
table: oc_organisation_field_data
|
||||||
|
field: type
|
||||||
|
value:
|
||||||
|
client: client
|
||||||
|
entity_type: oc_organisation
|
||||||
|
entity_field: type
|
||||||
|
plugin_id: bundle
|
||||||
|
expose:
|
||||||
|
operator_limit_selection: false
|
||||||
|
operator_list: { }
|
||||||
|
field_client_substatus_target_id:
|
||||||
|
id: field_client_substatus_target_id
|
||||||
|
table: oc_organisation__field_client_substatus
|
||||||
|
field: field_client_substatus_target_id
|
||||||
|
relationship: none
|
||||||
|
group_type: group
|
||||||
|
admin_label: ''
|
||||||
|
operator: or
|
||||||
|
value:
|
||||||
|
25: 25
|
||||||
|
26: 26
|
||||||
|
group: 1
|
||||||
|
exposed: false
|
||||||
|
expose:
|
||||||
|
operator_id: ''
|
||||||
|
label: ''
|
||||||
|
description: ''
|
||||||
|
use_operator: false
|
||||||
|
operator: ''
|
||||||
|
operator_limit_selection: false
|
||||||
|
operator_list: { }
|
||||||
|
identifier: ''
|
||||||
|
required: false
|
||||||
|
remember: false
|
||||||
|
multiple: false
|
||||||
|
remember_roles:
|
||||||
|
authenticated: authenticated
|
||||||
|
reduce: false
|
||||||
|
is_grouped: false
|
||||||
|
group_info:
|
||||||
|
label: ''
|
||||||
|
description: ''
|
||||||
|
identifier: ''
|
||||||
|
optional: true
|
||||||
|
widget: select
|
||||||
|
multiple: false
|
||||||
|
remember: false
|
||||||
|
default_group: All
|
||||||
|
default_group_multiple: { }
|
||||||
|
group_items: { }
|
||||||
|
reduce_duplicates: false
|
||||||
|
type: select
|
||||||
|
limit: true
|
||||||
|
vid: clie
|
||||||
|
hierarchy: false
|
||||||
|
error_message: true
|
||||||
|
plugin_id: taxonomy_index_tid
|
||||||
|
filter_groups:
|
||||||
|
operator: AND
|
||||||
|
groups:
|
||||||
|
1: AND
|
||||||
|
title: 'Follow-ups due'
|
||||||
|
header:
|
||||||
|
area_text_custom:
|
||||||
|
id: area_text_custom
|
||||||
|
table: views
|
||||||
|
field: area_text_custom
|
||||||
|
relationship: none
|
||||||
|
group_type: group
|
||||||
|
admin_label: ''
|
||||||
|
empty: true
|
||||||
|
tokenize: false
|
||||||
|
content: '<h2>Clients with follow-ups due</h2>'
|
||||||
|
plugin_id: text_custom
|
||||||
|
displays:
|
||||||
|
page_1: page_1
|
||||||
|
css_class: follow-ups-due
|
||||||
|
cache_metadata:
|
||||||
|
max-age: -1
|
||||||
|
contexts:
|
||||||
|
- 'languages:language_content'
|
||||||
|
- 'languages:language_interface'
|
||||||
|
- user
|
||||||
|
- user.roles
|
||||||
|
tags:
|
||||||
|
- 'config:field.storage.oc_organisation.field_client_status'
|
||||||
|
- 'config:field.storage.oc_organisation.field_client_substatus'
|
||||||
|
- 'config:field.storage.oc_organisation.field_client_subtype'
|
||||||
|
- 'config:field.storage.oc_organisation.field_client_type'
|
||||||
|
- 'config:field.storage.oc_organisation.field_tags'
|
||||||
block_1:
|
block_1:
|
||||||
display_plugin: block
|
display_plugin: block
|
||||||
id: block_1
|
id: block_1
|
||||||
@@ -633,6 +894,357 @@ display:
|
|||||||
- 'config:field.storage.oc_organisation.field_client_subtype'
|
- 'config:field.storage.oc_organisation.field_client_subtype'
|
||||||
- 'config:field.storage.oc_organisation.field_client_type'
|
- 'config:field.storage.oc_organisation.field_client_type'
|
||||||
- 'config:field.storage.oc_organisation.field_tags'
|
- 'config:field.storage.oc_organisation.field_tags'
|
||||||
|
entity_reference_1:
|
||||||
|
display_plugin: entity_reference
|
||||||
|
id: entity_reference_1
|
||||||
|
display_title: 'Entity Reference'
|
||||||
|
position: 6
|
||||||
|
display_options:
|
||||||
|
display_extenders: { }
|
||||||
|
filters:
|
||||||
|
type:
|
||||||
|
id: type
|
||||||
|
table: oc_organisation_field_data
|
||||||
|
field: type
|
||||||
|
value:
|
||||||
|
client: client
|
||||||
|
entity_type: oc_organisation
|
||||||
|
entity_field: type
|
||||||
|
plugin_id: bundle
|
||||||
|
expose:
|
||||||
|
operator_limit_selection: false
|
||||||
|
operator_list: { }
|
||||||
|
status:
|
||||||
|
id: status
|
||||||
|
table: oc_organisation_field_data
|
||||||
|
field: status
|
||||||
|
relationship: none
|
||||||
|
group_type: group
|
||||||
|
admin_label: ''
|
||||||
|
operator: '='
|
||||||
|
value: '1'
|
||||||
|
group: 1
|
||||||
|
exposed: false
|
||||||
|
expose:
|
||||||
|
operator_id: ''
|
||||||
|
label: ''
|
||||||
|
description: ''
|
||||||
|
use_operator: false
|
||||||
|
operator: ''
|
||||||
|
operator_limit_selection: false
|
||||||
|
operator_list: { }
|
||||||
|
identifier: ''
|
||||||
|
required: false
|
||||||
|
remember: false
|
||||||
|
multiple: false
|
||||||
|
remember_roles:
|
||||||
|
authenticated: authenticated
|
||||||
|
is_grouped: false
|
||||||
|
group_info:
|
||||||
|
label: ''
|
||||||
|
description: ''
|
||||||
|
identifier: ''
|
||||||
|
optional: true
|
||||||
|
widget: select
|
||||||
|
multiple: false
|
||||||
|
remember: false
|
||||||
|
default_group: All
|
||||||
|
default_group_multiple: { }
|
||||||
|
group_items: { }
|
||||||
|
entity_type: oc_organisation
|
||||||
|
entity_field: status
|
||||||
|
plugin_id: boolean
|
||||||
|
defaults:
|
||||||
|
filters: false
|
||||||
|
filter_groups: false
|
||||||
|
fields: false
|
||||||
|
filter_groups:
|
||||||
|
operator: AND
|
||||||
|
groups:
|
||||||
|
1: AND
|
||||||
|
row:
|
||||||
|
type: entity_reference
|
||||||
|
options:
|
||||||
|
default_field_elements: true
|
||||||
|
inline:
|
||||||
|
name: name
|
||||||
|
separator: '-'
|
||||||
|
hide_empty: false
|
||||||
|
style:
|
||||||
|
type: entity_reference
|
||||||
|
options:
|
||||||
|
search_fields:
|
||||||
|
name: name
|
||||||
|
field_client_type: '0'
|
||||||
|
field_client_subtype: '0'
|
||||||
|
field_client_status: '0'
|
||||||
|
field_client_substatus: '0'
|
||||||
|
field_tags: '0'
|
||||||
|
status: '0'
|
||||||
|
fields:
|
||||||
|
name:
|
||||||
|
id: name
|
||||||
|
table: oc_organisation_field_data
|
||||||
|
field: name
|
||||||
|
relationship: none
|
||||||
|
group_type: group
|
||||||
|
admin_label: ''
|
||||||
|
label: ''
|
||||||
|
exclude: false
|
||||||
|
alter:
|
||||||
|
alter_text: false
|
||||||
|
text: ''
|
||||||
|
make_link: false
|
||||||
|
path: ''
|
||||||
|
absolute: false
|
||||||
|
external: false
|
||||||
|
replace_spaces: false
|
||||||
|
path_case: none
|
||||||
|
trim_whitespace: false
|
||||||
|
alt: ''
|
||||||
|
rel: ''
|
||||||
|
link_class: ''
|
||||||
|
prefix: ''
|
||||||
|
suffix: ''
|
||||||
|
target: ''
|
||||||
|
nl2br: false
|
||||||
|
max_length: 0
|
||||||
|
word_boundary: true
|
||||||
|
ellipsis: true
|
||||||
|
more_link: false
|
||||||
|
more_link_text: ''
|
||||||
|
more_link_path: ''
|
||||||
|
strip_tags: false
|
||||||
|
trim: false
|
||||||
|
preserve_tags: ''
|
||||||
|
html: false
|
||||||
|
element_type: ''
|
||||||
|
element_class: ''
|
||||||
|
element_label_type: ''
|
||||||
|
element_label_class: ''
|
||||||
|
element_label_colon: false
|
||||||
|
element_wrapper_type: ''
|
||||||
|
element_wrapper_class: ''
|
||||||
|
element_default_classes: true
|
||||||
|
empty: ''
|
||||||
|
hide_empty: false
|
||||||
|
empty_zero: false
|
||||||
|
hide_alter_empty: true
|
||||||
|
click_sort_column: value
|
||||||
|
type: string
|
||||||
|
settings:
|
||||||
|
link_to_entity: true
|
||||||
|
group_column: value
|
||||||
|
group_columns: { }
|
||||||
|
group_rows: true
|
||||||
|
delta_limit: 0
|
||||||
|
delta_offset: 0
|
||||||
|
delta_reversed: false
|
||||||
|
delta_first_last: false
|
||||||
|
multi_type: separator
|
||||||
|
separator: ', '
|
||||||
|
field_api_classes: false
|
||||||
|
entity_type: null
|
||||||
|
entity_field: name
|
||||||
|
plugin_id: field
|
||||||
|
cache_metadata:
|
||||||
|
max-age: -1
|
||||||
|
contexts:
|
||||||
|
- 'languages:language_content'
|
||||||
|
- 'languages:language_interface'
|
||||||
|
- user.roles
|
||||||
|
tags: { }
|
||||||
|
entity_reference_2:
|
||||||
|
display_plugin: entity_reference
|
||||||
|
id: entity_reference_2
|
||||||
|
display_title: 'Entity Reference'
|
||||||
|
position: 6
|
||||||
|
display_options:
|
||||||
|
display_extenders: { }
|
||||||
|
filters:
|
||||||
|
type:
|
||||||
|
id: type
|
||||||
|
table: oc_organisation_field_data
|
||||||
|
field: type
|
||||||
|
relationship: none
|
||||||
|
group_type: group
|
||||||
|
admin_label: ''
|
||||||
|
operator: in
|
||||||
|
value:
|
||||||
|
client: client
|
||||||
|
umbrella_client: umbrella_client
|
||||||
|
group: 1
|
||||||
|
exposed: false
|
||||||
|
expose:
|
||||||
|
operator_id: ''
|
||||||
|
label: ''
|
||||||
|
description: ''
|
||||||
|
use_operator: false
|
||||||
|
operator: ''
|
||||||
|
operator_limit_selection: false
|
||||||
|
operator_list: { }
|
||||||
|
identifier: ''
|
||||||
|
required: false
|
||||||
|
remember: false
|
||||||
|
multiple: false
|
||||||
|
remember_roles:
|
||||||
|
authenticated: authenticated
|
||||||
|
reduce: false
|
||||||
|
is_grouped: false
|
||||||
|
group_info:
|
||||||
|
label: ''
|
||||||
|
description: ''
|
||||||
|
identifier: ''
|
||||||
|
optional: true
|
||||||
|
widget: select
|
||||||
|
multiple: false
|
||||||
|
remember: false
|
||||||
|
default_group: All
|
||||||
|
default_group_multiple: { }
|
||||||
|
group_items: { }
|
||||||
|
entity_type: oc_organisation
|
||||||
|
entity_field: type
|
||||||
|
plugin_id: bundle
|
||||||
|
status:
|
||||||
|
id: status
|
||||||
|
table: oc_organisation_field_data
|
||||||
|
field: status
|
||||||
|
relationship: none
|
||||||
|
group_type: group
|
||||||
|
admin_label: ''
|
||||||
|
operator: '='
|
||||||
|
value: '1'
|
||||||
|
group: 1
|
||||||
|
exposed: false
|
||||||
|
expose:
|
||||||
|
operator_id: ''
|
||||||
|
label: ''
|
||||||
|
description: ''
|
||||||
|
use_operator: false
|
||||||
|
operator: ''
|
||||||
|
operator_limit_selection: false
|
||||||
|
operator_list: { }
|
||||||
|
identifier: ''
|
||||||
|
required: false
|
||||||
|
remember: false
|
||||||
|
multiple: false
|
||||||
|
remember_roles:
|
||||||
|
authenticated: authenticated
|
||||||
|
is_grouped: false
|
||||||
|
group_info:
|
||||||
|
label: ''
|
||||||
|
description: ''
|
||||||
|
identifier: ''
|
||||||
|
optional: true
|
||||||
|
widget: select
|
||||||
|
multiple: false
|
||||||
|
remember: false
|
||||||
|
default_group: All
|
||||||
|
default_group_multiple: { }
|
||||||
|
group_items: { }
|
||||||
|
entity_type: oc_organisation
|
||||||
|
entity_field: status
|
||||||
|
plugin_id: boolean
|
||||||
|
defaults:
|
||||||
|
filters: false
|
||||||
|
filter_groups: false
|
||||||
|
fields: false
|
||||||
|
filter_groups:
|
||||||
|
operator: AND
|
||||||
|
groups:
|
||||||
|
1: AND
|
||||||
|
row:
|
||||||
|
type: entity_reference
|
||||||
|
options:
|
||||||
|
default_field_elements: true
|
||||||
|
inline:
|
||||||
|
name: name
|
||||||
|
separator: '-'
|
||||||
|
hide_empty: false
|
||||||
|
style:
|
||||||
|
type: entity_reference
|
||||||
|
options:
|
||||||
|
search_fields:
|
||||||
|
name: name
|
||||||
|
field_client_type: '0'
|
||||||
|
field_client_subtype: '0'
|
||||||
|
field_client_status: '0'
|
||||||
|
field_client_substatus: '0'
|
||||||
|
field_tags: '0'
|
||||||
|
status: '0'
|
||||||
|
fields:
|
||||||
|
name:
|
||||||
|
id: name
|
||||||
|
table: oc_organisation_field_data
|
||||||
|
field: name
|
||||||
|
relationship: none
|
||||||
|
group_type: group
|
||||||
|
admin_label: ''
|
||||||
|
label: ''
|
||||||
|
exclude: false
|
||||||
|
alter:
|
||||||
|
alter_text: false
|
||||||
|
text: ''
|
||||||
|
make_link: false
|
||||||
|
path: ''
|
||||||
|
absolute: false
|
||||||
|
external: false
|
||||||
|
replace_spaces: false
|
||||||
|
path_case: none
|
||||||
|
trim_whitespace: false
|
||||||
|
alt: ''
|
||||||
|
rel: ''
|
||||||
|
link_class: ''
|
||||||
|
prefix: ''
|
||||||
|
suffix: ''
|
||||||
|
target: ''
|
||||||
|
nl2br: false
|
||||||
|
max_length: 0
|
||||||
|
word_boundary: true
|
||||||
|
ellipsis: true
|
||||||
|
more_link: false
|
||||||
|
more_link_text: ''
|
||||||
|
more_link_path: ''
|
||||||
|
strip_tags: false
|
||||||
|
trim: false
|
||||||
|
preserve_tags: ''
|
||||||
|
html: false
|
||||||
|
element_type: ''
|
||||||
|
element_class: ''
|
||||||
|
element_label_type: ''
|
||||||
|
element_label_class: ''
|
||||||
|
element_label_colon: false
|
||||||
|
element_wrapper_type: ''
|
||||||
|
element_wrapper_class: ''
|
||||||
|
element_default_classes: true
|
||||||
|
empty: ''
|
||||||
|
hide_empty: false
|
||||||
|
empty_zero: false
|
||||||
|
hide_alter_empty: true
|
||||||
|
click_sort_column: value
|
||||||
|
type: string
|
||||||
|
settings:
|
||||||
|
link_to_entity: true
|
||||||
|
group_column: value
|
||||||
|
group_columns: { }
|
||||||
|
group_rows: true
|
||||||
|
delta_limit: 0
|
||||||
|
delta_offset: 0
|
||||||
|
delta_reversed: false
|
||||||
|
delta_first_last: false
|
||||||
|
multi_type: separator
|
||||||
|
separator: ', '
|
||||||
|
field_api_classes: false
|
||||||
|
entity_type: null
|
||||||
|
entity_field: name
|
||||||
|
plugin_id: field
|
||||||
|
cache_metadata:
|
||||||
|
max-age: -1
|
||||||
|
contexts:
|
||||||
|
- 'languages:language_content'
|
||||||
|
- 'languages:language_interface'
|
||||||
|
- user.roles
|
||||||
|
tags: { }
|
||||||
page_1:
|
page_1:
|
||||||
display_plugin: page
|
display_plugin: page
|
||||||
id: page_1
|
id: page_1
|
||||||
@@ -660,20 +1272,20 @@ display:
|
|||||||
title: false
|
title: false
|
||||||
header: false
|
header: false
|
||||||
empty: { }
|
empty: { }
|
||||||
|
title: 'All clients'
|
||||||
|
header:
|
||||||
|
display_link:
|
||||||
|
id: display_link
|
||||||
|
table: views
|
||||||
|
field: display_link
|
||||||
|
relationship: none
|
||||||
|
group_type: group
|
||||||
|
admin_label: ''
|
||||||
|
empty: true
|
||||||
|
display_id: page_3
|
||||||
|
label: 'This display does not include closed clients. Click here to see them'
|
||||||
|
plugin_id: display_link
|
||||||
filters:
|
filters:
|
||||||
status:
|
|
||||||
value: '1'
|
|
||||||
table: oc_organisation_field_data
|
|
||||||
field: status
|
|
||||||
plugin_id: boolean
|
|
||||||
entity_type: oc_organisation
|
|
||||||
entity_field: status
|
|
||||||
id: status
|
|
||||||
expose:
|
|
||||||
operator: ''
|
|
||||||
operator_limit_selection: false
|
|
||||||
operator_list: { }
|
|
||||||
group: 1
|
|
||||||
type:
|
type:
|
||||||
id: type
|
id: type
|
||||||
table: oc_organisation_field_data
|
table: oc_organisation_field_data
|
||||||
@@ -686,16 +1298,18 @@ display:
|
|||||||
expose:
|
expose:
|
||||||
operator_limit_selection: false
|
operator_limit_selection: false
|
||||||
operator_list: { }
|
operator_list: { }
|
||||||
field_client_status_target_id:
|
field_client_substatus_target_id:
|
||||||
id: field_client_status_target_id
|
id: field_client_substatus_target_id
|
||||||
table: oc_organisation__field_client_status
|
table: oc_organisation__field_client_substatus
|
||||||
field: field_client_status_target_id
|
field: field_client_substatus_target_id
|
||||||
relationship: none
|
relationship: none
|
||||||
group_type: group
|
group_type: group
|
||||||
admin_label: ''
|
admin_label: ''
|
||||||
operator: not
|
operator: not
|
||||||
value:
|
value:
|
||||||
41: 41
|
25: 25
|
||||||
|
26: 26
|
||||||
|
42: 42
|
||||||
group: 1
|
group: 1
|
||||||
exposed: false
|
exposed: false
|
||||||
expose:
|
expose:
|
||||||
@@ -728,7 +1342,7 @@ display:
|
|||||||
reduce_duplicates: false
|
reduce_duplicates: false
|
||||||
type: select
|
type: select
|
||||||
limit: true
|
limit: true
|
||||||
vid: client_status
|
vid: clie
|
||||||
hierarchy: false
|
hierarchy: false
|
||||||
error_message: true
|
error_message: true
|
||||||
plugin_id: taxonomy_index_tid
|
plugin_id: taxonomy_index_tid
|
||||||
@@ -736,19 +1350,6 @@ display:
|
|||||||
operator: AND
|
operator: AND
|
||||||
groups:
|
groups:
|
||||||
1: AND
|
1: AND
|
||||||
title: 'All clients'
|
|
||||||
header:
|
|
||||||
display_link:
|
|
||||||
id: display_link
|
|
||||||
table: views
|
|
||||||
field: display_link
|
|
||||||
relationship: none
|
|
||||||
group_type: group
|
|
||||||
admin_label: ''
|
|
||||||
empty: true
|
|
||||||
display_id: page_3
|
|
||||||
label: 'This display does not include closed clients. Click here to see them'
|
|
||||||
plugin_id: display_link
|
|
||||||
cache_metadata:
|
cache_metadata:
|
||||||
max-age: -1
|
max-age: -1
|
||||||
contexts:
|
contexts:
|
||||||
@@ -861,19 +1462,6 @@ display:
|
|||||||
empty: false
|
empty: false
|
||||||
footer: false
|
footer: false
|
||||||
filters:
|
filters:
|
||||||
status:
|
|
||||||
value: '1'
|
|
||||||
table: oc_organisation_field_data
|
|
||||||
field: status
|
|
||||||
plugin_id: boolean
|
|
||||||
entity_type: oc_organisation
|
|
||||||
entity_field: status
|
|
||||||
id: status
|
|
||||||
expose:
|
|
||||||
operator: ''
|
|
||||||
operator_limit_selection: false
|
|
||||||
operator_list: { }
|
|
||||||
group: 1
|
|
||||||
type:
|
type:
|
||||||
id: type
|
id: type
|
||||||
table: oc_organisation_field_data
|
table: oc_organisation_field_data
|
||||||
|
|||||||
@@ -71,6 +71,35 @@ display:
|
|||||||
offset_label: Offset
|
offset_label: Offset
|
||||||
style:
|
style:
|
||||||
type: table
|
type: table
|
||||||
|
options:
|
||||||
|
grouping: { }
|
||||||
|
row_class: '{{ status }}'
|
||||||
|
default_row_class: true
|
||||||
|
override: true
|
||||||
|
sticky: false
|
||||||
|
caption: ''
|
||||||
|
summary: ''
|
||||||
|
description: ''
|
||||||
|
columns:
|
||||||
|
name: name
|
||||||
|
status: status
|
||||||
|
info:
|
||||||
|
name:
|
||||||
|
sortable: false
|
||||||
|
default_sort_order: asc
|
||||||
|
align: ''
|
||||||
|
separator: ''
|
||||||
|
empty_column: false
|
||||||
|
responsive: ''
|
||||||
|
status:
|
||||||
|
sortable: false
|
||||||
|
default_sort_order: asc
|
||||||
|
align: ''
|
||||||
|
separator: ''
|
||||||
|
empty_column: false
|
||||||
|
responsive: ''
|
||||||
|
default: '-1'
|
||||||
|
empty_table: false
|
||||||
row:
|
row:
|
||||||
type: fields
|
type: fields
|
||||||
fields:
|
fields:
|
||||||
@@ -139,6 +168,73 @@ display:
|
|||||||
entity_type: null
|
entity_type: null
|
||||||
entity_field: name
|
entity_field: name
|
||||||
plugin_id: field
|
plugin_id: field
|
||||||
|
status:
|
||||||
|
id: status
|
||||||
|
table: oc_actor_field_data
|
||||||
|
field: status
|
||||||
|
relationship: none
|
||||||
|
group_type: group
|
||||||
|
admin_label: ''
|
||||||
|
label: 'Publishing status'
|
||||||
|
exclude: true
|
||||||
|
alter:
|
||||||
|
alter_text: false
|
||||||
|
text: ''
|
||||||
|
make_link: false
|
||||||
|
path: ''
|
||||||
|
absolute: false
|
||||||
|
external: false
|
||||||
|
replace_spaces: false
|
||||||
|
path_case: none
|
||||||
|
trim_whitespace: false
|
||||||
|
alt: ''
|
||||||
|
rel: ''
|
||||||
|
link_class: ''
|
||||||
|
prefix: ''
|
||||||
|
suffix: ''
|
||||||
|
target: ''
|
||||||
|
nl2br: false
|
||||||
|
max_length: 0
|
||||||
|
word_boundary: true
|
||||||
|
ellipsis: true
|
||||||
|
more_link: false
|
||||||
|
more_link_text: ''
|
||||||
|
more_link_path: ''
|
||||||
|
strip_tags: false
|
||||||
|
trim: false
|
||||||
|
preserve_tags: ''
|
||||||
|
html: false
|
||||||
|
element_type: ''
|
||||||
|
element_class: ''
|
||||||
|
element_label_type: ''
|
||||||
|
element_label_class: ''
|
||||||
|
element_label_colon: true
|
||||||
|
element_wrapper_type: ''
|
||||||
|
element_wrapper_class: ''
|
||||||
|
element_default_classes: true
|
||||||
|
empty: ''
|
||||||
|
hide_empty: false
|
||||||
|
empty_zero: false
|
||||||
|
hide_alter_empty: true
|
||||||
|
click_sort_column: value
|
||||||
|
type: boolean
|
||||||
|
settings:
|
||||||
|
format: default
|
||||||
|
format_custom_true: ''
|
||||||
|
format_custom_false: ''
|
||||||
|
group_column: value
|
||||||
|
group_columns: { }
|
||||||
|
group_rows: true
|
||||||
|
delta_limit: 0
|
||||||
|
delta_offset: 0
|
||||||
|
delta_reversed: false
|
||||||
|
delta_first_last: false
|
||||||
|
multi_type: separator
|
||||||
|
separator: ', '
|
||||||
|
field_api_classes: false
|
||||||
|
entity_type: oc_actor
|
||||||
|
entity_field: status
|
||||||
|
plugin_id: field
|
||||||
filters:
|
filters:
|
||||||
type:
|
type:
|
||||||
id: type
|
id: type
|
||||||
@@ -168,6 +264,86 @@ display:
|
|||||||
- url.query_args
|
- url.query_args
|
||||||
- user.roles
|
- user.roles
|
||||||
tags: { }
|
tags: { }
|
||||||
|
entity_reference_1:
|
||||||
|
display_plugin: entity_reference
|
||||||
|
id: entity_reference_1
|
||||||
|
display_title: 'Entity Reference'
|
||||||
|
position: 2
|
||||||
|
display_options:
|
||||||
|
display_extenders: { }
|
||||||
|
filters:
|
||||||
|
type:
|
||||||
|
id: type
|
||||||
|
table: oc_actor_field_data
|
||||||
|
field: type
|
||||||
|
value:
|
||||||
|
trainer: trainer
|
||||||
|
entity_type: oc_actor
|
||||||
|
entity_field: type
|
||||||
|
plugin_id: bundle
|
||||||
|
expose:
|
||||||
|
operator_limit_selection: false
|
||||||
|
operator_list: { }
|
||||||
|
status:
|
||||||
|
id: status
|
||||||
|
table: oc_actor_field_data
|
||||||
|
field: status
|
||||||
|
relationship: none
|
||||||
|
group_type: group
|
||||||
|
admin_label: ''
|
||||||
|
operator: '='
|
||||||
|
value: '1'
|
||||||
|
group: 1
|
||||||
|
exposed: false
|
||||||
|
expose:
|
||||||
|
operator_id: ''
|
||||||
|
label: ''
|
||||||
|
description: ''
|
||||||
|
use_operator: false
|
||||||
|
operator: ''
|
||||||
|
operator_limit_selection: false
|
||||||
|
operator_list: { }
|
||||||
|
identifier: ''
|
||||||
|
required: false
|
||||||
|
remember: false
|
||||||
|
multiple: false
|
||||||
|
remember_roles:
|
||||||
|
authenticated: authenticated
|
||||||
|
is_grouped: false
|
||||||
|
group_info:
|
||||||
|
label: ''
|
||||||
|
description: ''
|
||||||
|
identifier: ''
|
||||||
|
optional: true
|
||||||
|
widget: select
|
||||||
|
multiple: false
|
||||||
|
remember: false
|
||||||
|
default_group: All
|
||||||
|
default_group_multiple: { }
|
||||||
|
group_items: { }
|
||||||
|
entity_type: oc_actor
|
||||||
|
entity_field: status
|
||||||
|
plugin_id: boolean
|
||||||
|
defaults:
|
||||||
|
filters: false
|
||||||
|
filter_groups: false
|
||||||
|
filter_groups:
|
||||||
|
operator: AND
|
||||||
|
groups:
|
||||||
|
1: AND
|
||||||
|
style:
|
||||||
|
type: entity_reference
|
||||||
|
options:
|
||||||
|
search_fields:
|
||||||
|
name: name
|
||||||
|
status: '0'
|
||||||
|
cache_metadata:
|
||||||
|
max-age: -1
|
||||||
|
contexts:
|
||||||
|
- 'languages:language_content'
|
||||||
|
- 'languages:language_interface'
|
||||||
|
- user.roles
|
||||||
|
tags: { }
|
||||||
page_1:
|
page_1:
|
||||||
display_plugin: page
|
display_plugin: page
|
||||||
id: page_1
|
id: page_1
|
||||||
|
|||||||
@@ -76,7 +76,7 @@ display:
|
|||||||
type: table
|
type: table
|
||||||
options:
|
options:
|
||||||
grouping: { }
|
grouping: { }
|
||||||
row_class: ''
|
row_class: '{{ status }}'
|
||||||
default_row_class: true
|
default_row_class: true
|
||||||
override: true
|
override: true
|
||||||
sticky: false
|
sticky: false
|
||||||
@@ -85,6 +85,9 @@ display:
|
|||||||
description: ''
|
description: ''
|
||||||
columns:
|
columns:
|
||||||
name: name
|
name: name
|
||||||
|
field_type_of_umbrella_client: field_type_of_umbrella_client
|
||||||
|
field_tags: field_tags
|
||||||
|
status: status
|
||||||
info:
|
info:
|
||||||
name:
|
name:
|
||||||
sortable: false
|
sortable: false
|
||||||
@@ -93,6 +96,25 @@ display:
|
|||||||
separator: ''
|
separator: ''
|
||||||
empty_column: false
|
empty_column: false
|
||||||
responsive: ''
|
responsive: ''
|
||||||
|
field_type_of_umbrella_client:
|
||||||
|
sortable: false
|
||||||
|
default_sort_order: asc
|
||||||
|
align: ''
|
||||||
|
separator: ''
|
||||||
|
empty_column: false
|
||||||
|
responsive: ''
|
||||||
|
field_tags:
|
||||||
|
align: ''
|
||||||
|
separator: ''
|
||||||
|
empty_column: false
|
||||||
|
responsive: ''
|
||||||
|
status:
|
||||||
|
sortable: false
|
||||||
|
default_sort_order: asc
|
||||||
|
align: ''
|
||||||
|
separator: ''
|
||||||
|
empty_column: false
|
||||||
|
responsive: ''
|
||||||
default: '-1'
|
default: '-1'
|
||||||
empty_table: false
|
empty_table: false
|
||||||
row:
|
row:
|
||||||
@@ -293,20 +315,74 @@ display:
|
|||||||
separator: ', '
|
separator: ', '
|
||||||
field_api_classes: false
|
field_api_classes: false
|
||||||
plugin_id: field
|
plugin_id: field
|
||||||
filters:
|
|
||||||
status:
|
status:
|
||||||
value: '1'
|
id: status
|
||||||
table: oc_organisation_field_data
|
table: oc_organisation_field_data
|
||||||
field: status
|
field: status
|
||||||
plugin_id: boolean
|
relationship: none
|
||||||
|
group_type: group
|
||||||
|
admin_label: ''
|
||||||
|
label: Published
|
||||||
|
exclude: true
|
||||||
|
alter:
|
||||||
|
alter_text: false
|
||||||
|
text: ''
|
||||||
|
make_link: false
|
||||||
|
path: ''
|
||||||
|
absolute: false
|
||||||
|
external: false
|
||||||
|
replace_spaces: false
|
||||||
|
path_case: none
|
||||||
|
trim_whitespace: false
|
||||||
|
alt: ''
|
||||||
|
rel: ''
|
||||||
|
link_class: ''
|
||||||
|
prefix: ''
|
||||||
|
suffix: ''
|
||||||
|
target: ''
|
||||||
|
nl2br: false
|
||||||
|
max_length: 0
|
||||||
|
word_boundary: true
|
||||||
|
ellipsis: true
|
||||||
|
more_link: false
|
||||||
|
more_link_text: ''
|
||||||
|
more_link_path: ''
|
||||||
|
strip_tags: false
|
||||||
|
trim: false
|
||||||
|
preserve_tags: ''
|
||||||
|
html: false
|
||||||
|
element_type: ''
|
||||||
|
element_class: ''
|
||||||
|
element_label_type: ''
|
||||||
|
element_label_class: ''
|
||||||
|
element_label_colon: true
|
||||||
|
element_wrapper_type: ''
|
||||||
|
element_wrapper_class: ''
|
||||||
|
element_default_classes: true
|
||||||
|
empty: ''
|
||||||
|
hide_empty: false
|
||||||
|
empty_zero: false
|
||||||
|
hide_alter_empty: true
|
||||||
|
click_sort_column: value
|
||||||
|
type: boolean
|
||||||
|
settings:
|
||||||
|
format: default
|
||||||
|
format_custom_true: ''
|
||||||
|
format_custom_false: ''
|
||||||
|
group_column: value
|
||||||
|
group_columns: { }
|
||||||
|
group_rows: true
|
||||||
|
delta_limit: 0
|
||||||
|
delta_offset: 0
|
||||||
|
delta_reversed: false
|
||||||
|
delta_first_last: false
|
||||||
|
multi_type: separator
|
||||||
|
separator: ', '
|
||||||
|
field_api_classes: false
|
||||||
entity_type: oc_organisation
|
entity_type: oc_organisation
|
||||||
entity_field: status
|
entity_field: status
|
||||||
id: status
|
plugin_id: field
|
||||||
expose:
|
filters:
|
||||||
operator: ''
|
|
||||||
operator_limit_selection: false
|
|
||||||
operator_list: { }
|
|
||||||
group: 1
|
|
||||||
type:
|
type:
|
||||||
id: type
|
id: type
|
||||||
table: oc_organisation_field_data
|
table: oc_organisation_field_data
|
||||||
@@ -351,6 +427,152 @@ display:
|
|||||||
tags:
|
tags:
|
||||||
- 'config:field.storage.oc_organisation.field_tags'
|
- 'config:field.storage.oc_organisation.field_tags'
|
||||||
- 'config:field.storage.oc_organisation.field_type_of_umbrella_client'
|
- 'config:field.storage.oc_organisation.field_type_of_umbrella_client'
|
||||||
|
entity_reference_1:
|
||||||
|
display_plugin: entity_reference
|
||||||
|
id: entity_reference_1
|
||||||
|
display_title: 'Entity Reference'
|
||||||
|
position: 2
|
||||||
|
display_options:
|
||||||
|
display_extenders: { }
|
||||||
|
fields:
|
||||||
|
name:
|
||||||
|
id: name
|
||||||
|
table: oc_organisation_field_data
|
||||||
|
field: name
|
||||||
|
relationship: none
|
||||||
|
group_type: group
|
||||||
|
admin_label: ''
|
||||||
|
label: ''
|
||||||
|
exclude: false
|
||||||
|
alter:
|
||||||
|
alter_text: false
|
||||||
|
text: ''
|
||||||
|
make_link: false
|
||||||
|
path: ''
|
||||||
|
absolute: false
|
||||||
|
external: false
|
||||||
|
replace_spaces: false
|
||||||
|
path_case: none
|
||||||
|
trim_whitespace: false
|
||||||
|
alt: ''
|
||||||
|
rel: ''
|
||||||
|
link_class: ''
|
||||||
|
prefix: ''
|
||||||
|
suffix: ''
|
||||||
|
target: ''
|
||||||
|
nl2br: false
|
||||||
|
max_length: 0
|
||||||
|
word_boundary: true
|
||||||
|
ellipsis: true
|
||||||
|
more_link: false
|
||||||
|
more_link_text: ''
|
||||||
|
more_link_path: ''
|
||||||
|
strip_tags: false
|
||||||
|
trim: false
|
||||||
|
preserve_tags: ''
|
||||||
|
html: false
|
||||||
|
element_type: ''
|
||||||
|
element_class: ''
|
||||||
|
element_label_type: ''
|
||||||
|
element_label_class: ''
|
||||||
|
element_label_colon: false
|
||||||
|
element_wrapper_type: ''
|
||||||
|
element_wrapper_class: ''
|
||||||
|
element_default_classes: true
|
||||||
|
empty: ''
|
||||||
|
hide_empty: false
|
||||||
|
empty_zero: false
|
||||||
|
hide_alter_empty: true
|
||||||
|
click_sort_column: value
|
||||||
|
type: string
|
||||||
|
settings:
|
||||||
|
link_to_entity: true
|
||||||
|
group_column: value
|
||||||
|
group_columns: { }
|
||||||
|
group_rows: true
|
||||||
|
delta_limit: 0
|
||||||
|
delta_offset: 0
|
||||||
|
delta_reversed: false
|
||||||
|
delta_first_last: false
|
||||||
|
multi_type: separator
|
||||||
|
separator: ', '
|
||||||
|
field_api_classes: false
|
||||||
|
entity_type: null
|
||||||
|
entity_field: name
|
||||||
|
plugin_id: field
|
||||||
|
defaults:
|
||||||
|
fields: false
|
||||||
|
filters: false
|
||||||
|
filter_groups: false
|
||||||
|
style:
|
||||||
|
type: entity_reference
|
||||||
|
options:
|
||||||
|
search_fields:
|
||||||
|
name: name
|
||||||
|
filters:
|
||||||
|
type:
|
||||||
|
id: type
|
||||||
|
table: oc_organisation_field_data
|
||||||
|
field: type
|
||||||
|
value:
|
||||||
|
umbrella_client: umbrella_client
|
||||||
|
entity_type: oc_organisation
|
||||||
|
entity_field: type
|
||||||
|
plugin_id: bundle
|
||||||
|
expose:
|
||||||
|
operator_limit_selection: false
|
||||||
|
operator_list: { }
|
||||||
|
status:
|
||||||
|
id: status
|
||||||
|
table: oc_organisation_field_data
|
||||||
|
field: status
|
||||||
|
relationship: none
|
||||||
|
group_type: group
|
||||||
|
admin_label: ''
|
||||||
|
operator: '='
|
||||||
|
value: '1'
|
||||||
|
group: 1
|
||||||
|
exposed: false
|
||||||
|
expose:
|
||||||
|
operator_id: ''
|
||||||
|
label: ''
|
||||||
|
description: ''
|
||||||
|
use_operator: false
|
||||||
|
operator: ''
|
||||||
|
operator_limit_selection: false
|
||||||
|
operator_list: { }
|
||||||
|
identifier: ''
|
||||||
|
required: false
|
||||||
|
remember: false
|
||||||
|
multiple: false
|
||||||
|
remember_roles:
|
||||||
|
authenticated: authenticated
|
||||||
|
is_grouped: false
|
||||||
|
group_info:
|
||||||
|
label: ''
|
||||||
|
description: ''
|
||||||
|
identifier: ''
|
||||||
|
optional: true
|
||||||
|
widget: select
|
||||||
|
multiple: false
|
||||||
|
remember: false
|
||||||
|
default_group: All
|
||||||
|
default_group_multiple: { }
|
||||||
|
group_items: { }
|
||||||
|
entity_type: oc_organisation
|
||||||
|
entity_field: status
|
||||||
|
plugin_id: boolean
|
||||||
|
filter_groups:
|
||||||
|
operator: AND
|
||||||
|
groups:
|
||||||
|
1: AND
|
||||||
|
cache_metadata:
|
||||||
|
max-age: -1
|
||||||
|
contexts:
|
||||||
|
- 'languages:language_content'
|
||||||
|
- 'languages:language_interface'
|
||||||
|
- user.roles
|
||||||
|
tags: { }
|
||||||
page_1:
|
page_1:
|
||||||
display_plugin: page
|
display_plugin: page
|
||||||
id: page_1
|
id: page_1
|
||||||
|
|||||||
@@ -75,7 +75,7 @@ display:
|
|||||||
type: table
|
type: table
|
||||||
options:
|
options:
|
||||||
grouping: { }
|
grouping: { }
|
||||||
row_class: ''
|
row_class: '{{ status }}'
|
||||||
default_row_class: true
|
default_row_class: true
|
||||||
override: true
|
override: true
|
||||||
sticky: false
|
sticky: false
|
||||||
@@ -83,17 +83,33 @@ display:
|
|||||||
summary: 'Trainer Debrief'
|
summary: 'Trainer Debrief'
|
||||||
description: ''
|
description: ''
|
||||||
columns:
|
columns:
|
||||||
name: name
|
|
||||||
activity_date_time: activity_date_time
|
activity_date_time: activity_date_time
|
||||||
|
field_trainer: field_trainer
|
||||||
|
view_oc_activity: view_oc_activity
|
||||||
|
status: status
|
||||||
info:
|
info:
|
||||||
name:
|
activity_date_time:
|
||||||
sortable: false
|
sortable: false
|
||||||
default_sort_order: asc
|
default_sort_order: asc
|
||||||
align: ''
|
align: ''
|
||||||
separator: ''
|
separator: ''
|
||||||
empty_column: false
|
empty_column: false
|
||||||
responsive: ''
|
responsive: ''
|
||||||
activity_date_time:
|
field_trainer:
|
||||||
|
sortable: false
|
||||||
|
default_sort_order: asc
|
||||||
|
align: ''
|
||||||
|
separator: ''
|
||||||
|
empty_column: false
|
||||||
|
responsive: ''
|
||||||
|
view_oc_activity:
|
||||||
|
sortable: false
|
||||||
|
default_sort_order: asc
|
||||||
|
align: ''
|
||||||
|
separator: ''
|
||||||
|
empty_column: false
|
||||||
|
responsive: ''
|
||||||
|
status:
|
||||||
sortable: false
|
sortable: false
|
||||||
default_sort_order: asc
|
default_sort_order: asc
|
||||||
align: ''
|
align: ''
|
||||||
@@ -247,6 +263,73 @@ display:
|
|||||||
plugin_id: entity_link
|
plugin_id: entity_link
|
||||||
output_url_as_text: false
|
output_url_as_text: false
|
||||||
absolute: false
|
absolute: false
|
||||||
|
status:
|
||||||
|
id: status
|
||||||
|
table: oc_activity_field_data
|
||||||
|
field: status
|
||||||
|
relationship: none
|
||||||
|
group_type: group
|
||||||
|
admin_label: ''
|
||||||
|
label: 'Publishing status'
|
||||||
|
exclude: true
|
||||||
|
alter:
|
||||||
|
alter_text: false
|
||||||
|
text: ''
|
||||||
|
make_link: false
|
||||||
|
path: ''
|
||||||
|
absolute: false
|
||||||
|
external: false
|
||||||
|
replace_spaces: false
|
||||||
|
path_case: none
|
||||||
|
trim_whitespace: false
|
||||||
|
alt: ''
|
||||||
|
rel: ''
|
||||||
|
link_class: ''
|
||||||
|
prefix: ''
|
||||||
|
suffix: ''
|
||||||
|
target: ''
|
||||||
|
nl2br: false
|
||||||
|
max_length: 0
|
||||||
|
word_boundary: true
|
||||||
|
ellipsis: true
|
||||||
|
more_link: false
|
||||||
|
more_link_text: ''
|
||||||
|
more_link_path: ''
|
||||||
|
strip_tags: false
|
||||||
|
trim: false
|
||||||
|
preserve_tags: ''
|
||||||
|
html: false
|
||||||
|
element_type: ''
|
||||||
|
element_class: ''
|
||||||
|
element_label_type: ''
|
||||||
|
element_label_class: ''
|
||||||
|
element_label_colon: true
|
||||||
|
element_wrapper_type: ''
|
||||||
|
element_wrapper_class: ''
|
||||||
|
element_default_classes: true
|
||||||
|
empty: ''
|
||||||
|
hide_empty: false
|
||||||
|
empty_zero: false
|
||||||
|
hide_alter_empty: true
|
||||||
|
click_sort_column: value
|
||||||
|
type: boolean
|
||||||
|
settings:
|
||||||
|
format: default
|
||||||
|
format_custom_true: ''
|
||||||
|
format_custom_false: ''
|
||||||
|
group_column: value
|
||||||
|
group_columns: { }
|
||||||
|
group_rows: true
|
||||||
|
delta_limit: 0
|
||||||
|
delta_offset: 0
|
||||||
|
delta_reversed: false
|
||||||
|
delta_first_last: false
|
||||||
|
multi_type: separator
|
||||||
|
separator: ', '
|
||||||
|
field_api_classes: false
|
||||||
|
entity_type: oc_activity
|
||||||
|
entity_field: status
|
||||||
|
plugin_id: field
|
||||||
filters:
|
filters:
|
||||||
type:
|
type:
|
||||||
id: type
|
id: type
|
||||||
@@ -316,7 +399,7 @@ display:
|
|||||||
tokenize: false
|
tokenize: false
|
||||||
content:
|
content:
|
||||||
value: 'Trainer debriefs will appear here once they are added.'
|
value: 'Trainer debriefs will appear here once they are added.'
|
||||||
format: basic_html
|
format: full_html
|
||||||
plugin_id: text
|
plugin_id: text
|
||||||
relationships:
|
relationships:
|
||||||
oc_case:
|
oc_case:
|
||||||
|
|||||||
@@ -254,7 +254,7 @@ display:
|
|||||||
tokenize: false
|
tokenize: false
|
||||||
content:
|
content:
|
||||||
value: 'There is no Equal Opps record by that name. Please check the spelling'
|
value: 'There is no Equal Opps record by that name. Please check the spelling'
|
||||||
format: basic_html
|
format: full_html
|
||||||
plugin_id: text
|
plugin_id: text
|
||||||
relationships:
|
relationships:
|
||||||
oc_actor:
|
oc_actor:
|
||||||
|
|||||||
@@ -74,7 +74,7 @@ display:
|
|||||||
type: table
|
type: table
|
||||||
options:
|
options:
|
||||||
grouping: { }
|
grouping: { }
|
||||||
row_class: ''
|
row_class: '{{ status }}'
|
||||||
default_row_class: true
|
default_row_class: true
|
||||||
override: true
|
override: true
|
||||||
sticky: false
|
sticky: false
|
||||||
@@ -84,6 +84,7 @@ display:
|
|||||||
columns:
|
columns:
|
||||||
name: name
|
name: name
|
||||||
activity_date_time: activity_date_time
|
activity_date_time: activity_date_time
|
||||||
|
status: status
|
||||||
info:
|
info:
|
||||||
name:
|
name:
|
||||||
sortable: false
|
sortable: false
|
||||||
@@ -99,6 +100,13 @@ display:
|
|||||||
separator: ''
|
separator: ''
|
||||||
empty_column: false
|
empty_column: false
|
||||||
responsive: ''
|
responsive: ''
|
||||||
|
status:
|
||||||
|
sortable: false
|
||||||
|
default_sort_order: asc
|
||||||
|
align: ''
|
||||||
|
separator: ''
|
||||||
|
empty_column: false
|
||||||
|
responsive: ''
|
||||||
default: '-1'
|
default: '-1'
|
||||||
empty_table: false
|
empty_table: false
|
||||||
row:
|
row:
|
||||||
@@ -240,6 +248,73 @@ display:
|
|||||||
entity_type: oc_activity
|
entity_type: oc_activity
|
||||||
entity_field: activity_date_time
|
entity_field: activity_date_time
|
||||||
plugin_id: field
|
plugin_id: field
|
||||||
|
status:
|
||||||
|
id: status
|
||||||
|
table: oc_activity_field_data
|
||||||
|
field: status
|
||||||
|
relationship: none
|
||||||
|
group_type: group
|
||||||
|
admin_label: ''
|
||||||
|
label: 'Publishing status'
|
||||||
|
exclude: true
|
||||||
|
alter:
|
||||||
|
alter_text: false
|
||||||
|
text: ''
|
||||||
|
make_link: false
|
||||||
|
path: ''
|
||||||
|
absolute: false
|
||||||
|
external: false
|
||||||
|
replace_spaces: false
|
||||||
|
path_case: none
|
||||||
|
trim_whitespace: false
|
||||||
|
alt: ''
|
||||||
|
rel: ''
|
||||||
|
link_class: ''
|
||||||
|
prefix: ''
|
||||||
|
suffix: ''
|
||||||
|
target: ''
|
||||||
|
nl2br: false
|
||||||
|
max_length: 0
|
||||||
|
word_boundary: true
|
||||||
|
ellipsis: true
|
||||||
|
more_link: false
|
||||||
|
more_link_text: ''
|
||||||
|
more_link_path: ''
|
||||||
|
strip_tags: false
|
||||||
|
trim: false
|
||||||
|
preserve_tags: ''
|
||||||
|
html: false
|
||||||
|
element_type: ''
|
||||||
|
element_class: ''
|
||||||
|
element_label_type: ''
|
||||||
|
element_label_class: ''
|
||||||
|
element_label_colon: true
|
||||||
|
element_wrapper_type: ''
|
||||||
|
element_wrapper_class: ''
|
||||||
|
element_default_classes: true
|
||||||
|
empty: ''
|
||||||
|
hide_empty: false
|
||||||
|
empty_zero: false
|
||||||
|
hide_alter_empty: true
|
||||||
|
click_sort_column: value
|
||||||
|
type: boolean
|
||||||
|
settings:
|
||||||
|
format: default
|
||||||
|
format_custom_true: ''
|
||||||
|
format_custom_false: ''
|
||||||
|
group_column: value
|
||||||
|
group_columns: { }
|
||||||
|
group_rows: true
|
||||||
|
delta_limit: 0
|
||||||
|
delta_offset: 0
|
||||||
|
delta_reversed: false
|
||||||
|
delta_first_last: false
|
||||||
|
multi_type: separator
|
||||||
|
separator: ', '
|
||||||
|
field_api_classes: false
|
||||||
|
entity_type: oc_activity
|
||||||
|
entity_field: status
|
||||||
|
plugin_id: field
|
||||||
filters:
|
filters:
|
||||||
type:
|
type:
|
||||||
id: type
|
id: type
|
||||||
@@ -279,7 +354,7 @@ display:
|
|||||||
tokenize: false
|
tokenize: false
|
||||||
content:
|
content:
|
||||||
value: 'Evaluations will appear here once they are added.'
|
value: 'Evaluations will appear here once they are added.'
|
||||||
format: basic_html
|
format: full_html
|
||||||
plugin_id: text
|
plugin_id: text
|
||||||
relationships:
|
relationships:
|
||||||
oc_case:
|
oc_case:
|
||||||
|
|||||||
@@ -0,0 +1,741 @@
|
|||||||
|
uuid: 6b047e2d-1057-4786-9ad8-179a87ed80be
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- system.menu.admin
|
||||||
|
module:
|
||||||
|
- feeds
|
||||||
|
- user
|
||||||
|
_core:
|
||||||
|
default_config_hash: qEFCGJZmfPO8q5G05QiqwLQcMxrQ7PaLQMmF3nt3iMY
|
||||||
|
id: feeds_feed
|
||||||
|
label: Feeds
|
||||||
|
module: views
|
||||||
|
description: ''
|
||||||
|
tag: ''
|
||||||
|
base_table: feeds_feed
|
||||||
|
base_field: fid
|
||||||
|
display:
|
||||||
|
default:
|
||||||
|
display_plugin: default
|
||||||
|
id: default
|
||||||
|
display_title: Master
|
||||||
|
position: 0
|
||||||
|
display_options:
|
||||||
|
access:
|
||||||
|
type: perm
|
||||||
|
options:
|
||||||
|
perm: 'access feed overview'
|
||||||
|
cache:
|
||||||
|
type: none
|
||||||
|
options: { }
|
||||||
|
query:
|
||||||
|
type: views_query
|
||||||
|
options:
|
||||||
|
disable_sql_rewrite: false
|
||||||
|
distinct: false
|
||||||
|
replica: false
|
||||||
|
query_comment: ''
|
||||||
|
query_tags: { }
|
||||||
|
exposed_form:
|
||||||
|
type: basic
|
||||||
|
options:
|
||||||
|
submit_button: Apply
|
||||||
|
reset_button: false
|
||||||
|
reset_button_label: Reset
|
||||||
|
exposed_sorts_label: 'Sort by'
|
||||||
|
expose_sort_order: true
|
||||||
|
sort_asc_label: Asc
|
||||||
|
sort_desc_label: Desc
|
||||||
|
pager:
|
||||||
|
type: full
|
||||||
|
options:
|
||||||
|
items_per_page: 50
|
||||||
|
offset: 0
|
||||||
|
id: 0
|
||||||
|
total_pages: null
|
||||||
|
tags:
|
||||||
|
previous: '‹ previous'
|
||||||
|
next: 'next ›'
|
||||||
|
first: '« first'
|
||||||
|
last: 'last »'
|
||||||
|
expose:
|
||||||
|
items_per_page: false
|
||||||
|
items_per_page_label: 'Items per page'
|
||||||
|
items_per_page_options: '5, 10, 25, 50'
|
||||||
|
items_per_page_options_all: false
|
||||||
|
items_per_page_options_all_label: '- All -'
|
||||||
|
offset: false
|
||||||
|
offset_label: Offset
|
||||||
|
quantity: 9
|
||||||
|
style:
|
||||||
|
type: table
|
||||||
|
options:
|
||||||
|
grouping: { }
|
||||||
|
row_class: ''
|
||||||
|
default_row_class: true
|
||||||
|
override: true
|
||||||
|
sticky: false
|
||||||
|
caption: ''
|
||||||
|
summary: ''
|
||||||
|
description: ''
|
||||||
|
columns:
|
||||||
|
feeds_feed_bulk_form: feeds_feed_bulk_form
|
||||||
|
title: title
|
||||||
|
type: type
|
||||||
|
name: name
|
||||||
|
changed: changed
|
||||||
|
imported: imported
|
||||||
|
operations: operations
|
||||||
|
info:
|
||||||
|
feeds_feed_bulk_form:
|
||||||
|
align: ''
|
||||||
|
separator: ''
|
||||||
|
empty_column: false
|
||||||
|
responsive: ''
|
||||||
|
title:
|
||||||
|
sortable: true
|
||||||
|
default_sort_order: asc
|
||||||
|
align: ''
|
||||||
|
separator: ''
|
||||||
|
empty_column: false
|
||||||
|
responsive: ''
|
||||||
|
type:
|
||||||
|
sortable: true
|
||||||
|
default_sort_order: asc
|
||||||
|
align: ''
|
||||||
|
separator: ''
|
||||||
|
empty_column: false
|
||||||
|
responsive: ''
|
||||||
|
name:
|
||||||
|
sortable: true
|
||||||
|
default_sort_order: asc
|
||||||
|
align: ''
|
||||||
|
separator: ''
|
||||||
|
empty_column: false
|
||||||
|
responsive: ''
|
||||||
|
changed:
|
||||||
|
sortable: true
|
||||||
|
default_sort_order: asc
|
||||||
|
align: ''
|
||||||
|
separator: ''
|
||||||
|
empty_column: false
|
||||||
|
responsive: ''
|
||||||
|
imported:
|
||||||
|
sortable: true
|
||||||
|
default_sort_order: asc
|
||||||
|
align: ''
|
||||||
|
separator: ''
|
||||||
|
empty_column: false
|
||||||
|
responsive: ''
|
||||||
|
operations:
|
||||||
|
align: ''
|
||||||
|
separator: ''
|
||||||
|
empty_column: false
|
||||||
|
responsive: ''
|
||||||
|
default: '-1'
|
||||||
|
empty_table: true
|
||||||
|
row:
|
||||||
|
type: fields
|
||||||
|
fields:
|
||||||
|
feeds_feed_bulk_form:
|
||||||
|
id: feeds_feed_bulk_form
|
||||||
|
table: feeds_feed
|
||||||
|
field: feeds_feed_bulk_form
|
||||||
|
relationship: none
|
||||||
|
group_type: group
|
||||||
|
admin_label: ''
|
||||||
|
label: 'Bulk update'
|
||||||
|
exclude: false
|
||||||
|
alter:
|
||||||
|
alter_text: false
|
||||||
|
text: ''
|
||||||
|
make_link: false
|
||||||
|
path: ''
|
||||||
|
absolute: false
|
||||||
|
external: false
|
||||||
|
replace_spaces: false
|
||||||
|
path_case: none
|
||||||
|
trim_whitespace: false
|
||||||
|
alt: ''
|
||||||
|
rel: ''
|
||||||
|
link_class: ''
|
||||||
|
prefix: ''
|
||||||
|
suffix: ''
|
||||||
|
target: ''
|
||||||
|
nl2br: false
|
||||||
|
max_length: 0
|
||||||
|
word_boundary: true
|
||||||
|
ellipsis: true
|
||||||
|
more_link: false
|
||||||
|
more_link_text: ''
|
||||||
|
more_link_path: ''
|
||||||
|
strip_tags: false
|
||||||
|
trim: false
|
||||||
|
preserve_tags: ''
|
||||||
|
html: false
|
||||||
|
element_type: ''
|
||||||
|
element_class: ''
|
||||||
|
element_label_type: ''
|
||||||
|
element_label_class: ''
|
||||||
|
element_label_colon: true
|
||||||
|
element_wrapper_type: ''
|
||||||
|
element_wrapper_class: ''
|
||||||
|
element_default_classes: true
|
||||||
|
empty: ''
|
||||||
|
hide_empty: false
|
||||||
|
empty_zero: false
|
||||||
|
hide_alter_empty: true
|
||||||
|
action_title: 'With selection'
|
||||||
|
include_exclude: exclude
|
||||||
|
selected_actions: { }
|
||||||
|
entity_type: feeds_feed
|
||||||
|
plugin_id: bulk_form
|
||||||
|
title:
|
||||||
|
id: title
|
||||||
|
table: feeds_feed
|
||||||
|
field: title
|
||||||
|
relationship: none
|
||||||
|
group_type: group
|
||||||
|
admin_label: ''
|
||||||
|
label: Title
|
||||||
|
exclude: false
|
||||||
|
alter:
|
||||||
|
alter_text: false
|
||||||
|
text: ''
|
||||||
|
make_link: false
|
||||||
|
path: ''
|
||||||
|
absolute: false
|
||||||
|
external: false
|
||||||
|
replace_spaces: false
|
||||||
|
path_case: none
|
||||||
|
trim_whitespace: false
|
||||||
|
alt: ''
|
||||||
|
rel: ''
|
||||||
|
link_class: ''
|
||||||
|
prefix: ''
|
||||||
|
suffix: ''
|
||||||
|
target: ''
|
||||||
|
nl2br: false
|
||||||
|
max_length: 0
|
||||||
|
word_boundary: true
|
||||||
|
ellipsis: true
|
||||||
|
more_link: false
|
||||||
|
more_link_text: ''
|
||||||
|
more_link_path: ''
|
||||||
|
strip_tags: false
|
||||||
|
trim: false
|
||||||
|
preserve_tags: ''
|
||||||
|
html: false
|
||||||
|
element_type: ''
|
||||||
|
element_class: ''
|
||||||
|
element_label_type: ''
|
||||||
|
element_label_class: ''
|
||||||
|
element_label_colon: true
|
||||||
|
element_wrapper_type: ''
|
||||||
|
element_wrapper_class: ''
|
||||||
|
element_default_classes: true
|
||||||
|
empty: ''
|
||||||
|
hide_empty: false
|
||||||
|
empty_zero: false
|
||||||
|
hide_alter_empty: true
|
||||||
|
click_sort_column: value
|
||||||
|
type: string
|
||||||
|
settings:
|
||||||
|
link_to_entity: true
|
||||||
|
group_column: value
|
||||||
|
group_columns: { }
|
||||||
|
group_rows: true
|
||||||
|
delta_limit: 0
|
||||||
|
delta_offset: 0
|
||||||
|
delta_reversed: false
|
||||||
|
delta_first_last: false
|
||||||
|
multi_type: separator
|
||||||
|
separator: ', '
|
||||||
|
field_api_classes: false
|
||||||
|
entity_type: null
|
||||||
|
entity_field: title
|
||||||
|
plugin_id: field
|
||||||
|
type:
|
||||||
|
id: type
|
||||||
|
table: feeds_feed
|
||||||
|
field: type
|
||||||
|
relationship: none
|
||||||
|
group_type: group
|
||||||
|
admin_label: ''
|
||||||
|
label: Type
|
||||||
|
exclude: false
|
||||||
|
alter:
|
||||||
|
alter_text: false
|
||||||
|
text: ''
|
||||||
|
make_link: false
|
||||||
|
path: ''
|
||||||
|
absolute: false
|
||||||
|
external: false
|
||||||
|
replace_spaces: false
|
||||||
|
path_case: none
|
||||||
|
trim_whitespace: false
|
||||||
|
alt: ''
|
||||||
|
rel: ''
|
||||||
|
link_class: ''
|
||||||
|
prefix: ''
|
||||||
|
suffix: ''
|
||||||
|
target: ''
|
||||||
|
nl2br: false
|
||||||
|
max_length: 0
|
||||||
|
word_boundary: true
|
||||||
|
ellipsis: true
|
||||||
|
more_link: false
|
||||||
|
more_link_text: ''
|
||||||
|
more_link_path: ''
|
||||||
|
strip_tags: false
|
||||||
|
trim: false
|
||||||
|
preserve_tags: ''
|
||||||
|
html: false
|
||||||
|
element_type: ''
|
||||||
|
element_class: ''
|
||||||
|
element_label_type: ''
|
||||||
|
element_label_class: ''
|
||||||
|
element_label_colon: true
|
||||||
|
element_wrapper_type: ''
|
||||||
|
element_wrapper_class: ''
|
||||||
|
element_default_classes: true
|
||||||
|
empty: ''
|
||||||
|
hide_empty: false
|
||||||
|
empty_zero: false
|
||||||
|
hide_alter_empty: true
|
||||||
|
click_sort_column: target_id
|
||||||
|
type: entity_reference_label
|
||||||
|
settings:
|
||||||
|
link: true
|
||||||
|
group_column: target_id
|
||||||
|
group_columns: { }
|
||||||
|
group_rows: true
|
||||||
|
delta_limit: 0
|
||||||
|
delta_offset: 0
|
||||||
|
delta_reversed: false
|
||||||
|
delta_first_last: false
|
||||||
|
multi_type: separator
|
||||||
|
separator: ', '
|
||||||
|
field_api_classes: false
|
||||||
|
entity_type: feeds_feed
|
||||||
|
entity_field: type
|
||||||
|
plugin_id: field
|
||||||
|
name:
|
||||||
|
id: name
|
||||||
|
table: users_field_data
|
||||||
|
field: name
|
||||||
|
relationship: uid
|
||||||
|
group_type: group
|
||||||
|
admin_label: ''
|
||||||
|
label: Author
|
||||||
|
exclude: false
|
||||||
|
alter:
|
||||||
|
alter_text: false
|
||||||
|
text: ''
|
||||||
|
make_link: false
|
||||||
|
path: ''
|
||||||
|
absolute: false
|
||||||
|
external: false
|
||||||
|
replace_spaces: false
|
||||||
|
path_case: none
|
||||||
|
trim_whitespace: false
|
||||||
|
alt: ''
|
||||||
|
rel: ''
|
||||||
|
link_class: ''
|
||||||
|
prefix: ''
|
||||||
|
suffix: ''
|
||||||
|
target: ''
|
||||||
|
nl2br: false
|
||||||
|
max_length: 0
|
||||||
|
word_boundary: true
|
||||||
|
ellipsis: true
|
||||||
|
more_link: false
|
||||||
|
more_link_text: ''
|
||||||
|
more_link_path: ''
|
||||||
|
strip_tags: false
|
||||||
|
trim: false
|
||||||
|
preserve_tags: ''
|
||||||
|
html: false
|
||||||
|
element_type: ''
|
||||||
|
element_class: ''
|
||||||
|
element_label_type: ''
|
||||||
|
element_label_class: ''
|
||||||
|
element_label_colon: true
|
||||||
|
element_wrapper_type: ''
|
||||||
|
element_wrapper_class: ''
|
||||||
|
element_default_classes: true
|
||||||
|
empty: ''
|
||||||
|
hide_empty: false
|
||||||
|
empty_zero: false
|
||||||
|
hide_alter_empty: true
|
||||||
|
click_sort_column: value
|
||||||
|
type: user_name
|
||||||
|
settings:
|
||||||
|
link_to_entity: true
|
||||||
|
group_column: value
|
||||||
|
group_columns: { }
|
||||||
|
group_rows: true
|
||||||
|
delta_limit: 0
|
||||||
|
delta_offset: 0
|
||||||
|
delta_reversed: false
|
||||||
|
delta_first_last: false
|
||||||
|
multi_type: separator
|
||||||
|
separator: ', '
|
||||||
|
field_api_classes: false
|
||||||
|
entity_type: user
|
||||||
|
entity_field: name
|
||||||
|
plugin_id: field
|
||||||
|
changed:
|
||||||
|
id: changed
|
||||||
|
table: feeds_feed
|
||||||
|
field: changed
|
||||||
|
relationship: none
|
||||||
|
group_type: group
|
||||||
|
admin_label: ''
|
||||||
|
label: Updated
|
||||||
|
exclude: false
|
||||||
|
alter:
|
||||||
|
alter_text: false
|
||||||
|
text: ''
|
||||||
|
make_link: false
|
||||||
|
path: ''
|
||||||
|
absolute: false
|
||||||
|
external: false
|
||||||
|
replace_spaces: false
|
||||||
|
path_case: none
|
||||||
|
trim_whitespace: false
|
||||||
|
alt: ''
|
||||||
|
rel: ''
|
||||||
|
link_class: ''
|
||||||
|
prefix: ''
|
||||||
|
suffix: ''
|
||||||
|
target: ''
|
||||||
|
nl2br: false
|
||||||
|
max_length: 0
|
||||||
|
word_boundary: true
|
||||||
|
ellipsis: true
|
||||||
|
more_link: false
|
||||||
|
more_link_text: ''
|
||||||
|
more_link_path: ''
|
||||||
|
strip_tags: false
|
||||||
|
trim: false
|
||||||
|
preserve_tags: ''
|
||||||
|
html: false
|
||||||
|
element_type: ''
|
||||||
|
element_class: ''
|
||||||
|
element_label_type: ''
|
||||||
|
element_label_class: ''
|
||||||
|
element_label_colon: true
|
||||||
|
element_wrapper_type: ''
|
||||||
|
element_wrapper_class: ''
|
||||||
|
element_default_classes: true
|
||||||
|
empty: ''
|
||||||
|
hide_empty: false
|
||||||
|
empty_zero: false
|
||||||
|
hide_alter_empty: true
|
||||||
|
click_sort_column: value
|
||||||
|
type: timestamp
|
||||||
|
settings:
|
||||||
|
date_format: short
|
||||||
|
custom_date_format: ''
|
||||||
|
timezone: ''
|
||||||
|
group_column: value
|
||||||
|
group_columns: { }
|
||||||
|
group_rows: true
|
||||||
|
delta_limit: 0
|
||||||
|
delta_offset: 0
|
||||||
|
delta_reversed: false
|
||||||
|
delta_first_last: false
|
||||||
|
multi_type: separator
|
||||||
|
separator: ', '
|
||||||
|
field_api_classes: false
|
||||||
|
entity_type: feeds_feed
|
||||||
|
entity_field: changed
|
||||||
|
plugin_id: field
|
||||||
|
imported:
|
||||||
|
id: imported
|
||||||
|
table: feeds_feed
|
||||||
|
field: imported
|
||||||
|
relationship: none
|
||||||
|
group_type: group
|
||||||
|
admin_label: ''
|
||||||
|
label: Imported
|
||||||
|
exclude: false
|
||||||
|
alter:
|
||||||
|
alter_text: false
|
||||||
|
text: ''
|
||||||
|
make_link: false
|
||||||
|
path: ''
|
||||||
|
absolute: false
|
||||||
|
external: false
|
||||||
|
replace_spaces: false
|
||||||
|
path_case: none
|
||||||
|
trim_whitespace: false
|
||||||
|
alt: ''
|
||||||
|
rel: ''
|
||||||
|
link_class: ''
|
||||||
|
prefix: ''
|
||||||
|
suffix: ''
|
||||||
|
target: ''
|
||||||
|
nl2br: false
|
||||||
|
max_length: 0
|
||||||
|
word_boundary: true
|
||||||
|
ellipsis: true
|
||||||
|
more_link: false
|
||||||
|
more_link_text: ''
|
||||||
|
more_link_path: ''
|
||||||
|
strip_tags: false
|
||||||
|
trim: false
|
||||||
|
preserve_tags: ''
|
||||||
|
html: false
|
||||||
|
element_type: ''
|
||||||
|
element_class: ''
|
||||||
|
element_label_type: ''
|
||||||
|
element_label_class: ''
|
||||||
|
element_label_colon: true
|
||||||
|
element_wrapper_type: ''
|
||||||
|
element_wrapper_class: ''
|
||||||
|
element_default_classes: true
|
||||||
|
empty: ''
|
||||||
|
hide_empty: false
|
||||||
|
empty_zero: false
|
||||||
|
hide_alter_empty: true
|
||||||
|
click_sort_column: value
|
||||||
|
type: timestamp
|
||||||
|
settings:
|
||||||
|
date_format: short
|
||||||
|
custom_date_format: ''
|
||||||
|
timezone: ''
|
||||||
|
group_column: value
|
||||||
|
group_columns: { }
|
||||||
|
group_rows: true
|
||||||
|
delta_limit: 0
|
||||||
|
delta_offset: 0
|
||||||
|
delta_reversed: false
|
||||||
|
delta_first_last: false
|
||||||
|
multi_type: separator
|
||||||
|
separator: ', '
|
||||||
|
field_api_classes: false
|
||||||
|
entity_type: feeds_feed
|
||||||
|
entity_field: imported
|
||||||
|
plugin_id: field
|
||||||
|
operations:
|
||||||
|
id: operations
|
||||||
|
table: feeds_feed
|
||||||
|
field: operations
|
||||||
|
relationship: none
|
||||||
|
group_type: group
|
||||||
|
admin_label: ''
|
||||||
|
label: Operations
|
||||||
|
exclude: false
|
||||||
|
alter:
|
||||||
|
alter_text: false
|
||||||
|
text: ''
|
||||||
|
make_link: false
|
||||||
|
path: ''
|
||||||
|
absolute: false
|
||||||
|
external: false
|
||||||
|
replace_spaces: false
|
||||||
|
path_case: none
|
||||||
|
trim_whitespace: false
|
||||||
|
alt: ''
|
||||||
|
rel: ''
|
||||||
|
link_class: ''
|
||||||
|
prefix: ''
|
||||||
|
suffix: ''
|
||||||
|
target: ''
|
||||||
|
nl2br: false
|
||||||
|
max_length: 0
|
||||||
|
word_boundary: true
|
||||||
|
ellipsis: true
|
||||||
|
more_link: false
|
||||||
|
more_link_text: ''
|
||||||
|
more_link_path: ''
|
||||||
|
strip_tags: false
|
||||||
|
trim: false
|
||||||
|
preserve_tags: ''
|
||||||
|
html: false
|
||||||
|
element_type: ''
|
||||||
|
element_class: ''
|
||||||
|
element_label_type: ''
|
||||||
|
element_label_class: ''
|
||||||
|
element_label_colon: true
|
||||||
|
element_wrapper_type: ''
|
||||||
|
element_wrapper_class: ''
|
||||||
|
element_default_classes: true
|
||||||
|
empty: ''
|
||||||
|
hide_empty: false
|
||||||
|
empty_zero: false
|
||||||
|
hide_alter_empty: true
|
||||||
|
destination: true
|
||||||
|
entity_type: feeds_feed
|
||||||
|
plugin_id: entity_operations
|
||||||
|
filters:
|
||||||
|
title:
|
||||||
|
id: title
|
||||||
|
table: feeds_feed
|
||||||
|
field: title
|
||||||
|
relationship: none
|
||||||
|
group_type: group
|
||||||
|
admin_label: ''
|
||||||
|
operator: contains
|
||||||
|
value: ''
|
||||||
|
group: 1
|
||||||
|
exposed: true
|
||||||
|
expose:
|
||||||
|
operator_id: title_op
|
||||||
|
label: Title
|
||||||
|
description: ''
|
||||||
|
use_operator: false
|
||||||
|
operator: title_op
|
||||||
|
identifier: title
|
||||||
|
required: false
|
||||||
|
remember: false
|
||||||
|
multiple: false
|
||||||
|
remember_roles:
|
||||||
|
authenticated: authenticated
|
||||||
|
anonymous: '0'
|
||||||
|
operator_limit_selection: false
|
||||||
|
operator_list: { }
|
||||||
|
is_grouped: false
|
||||||
|
group_info:
|
||||||
|
label: ''
|
||||||
|
description: ''
|
||||||
|
identifier: ''
|
||||||
|
optional: true
|
||||||
|
widget: select
|
||||||
|
multiple: false
|
||||||
|
remember: false
|
||||||
|
default_group: All
|
||||||
|
default_group_multiple: { }
|
||||||
|
group_items: { }
|
||||||
|
entity_type: feeds_feed
|
||||||
|
entity_field: title
|
||||||
|
plugin_id: string
|
||||||
|
type:
|
||||||
|
id: type
|
||||||
|
table: feeds_feed
|
||||||
|
field: type
|
||||||
|
relationship: none
|
||||||
|
group_type: group
|
||||||
|
admin_label: ''
|
||||||
|
operator: in
|
||||||
|
value: { }
|
||||||
|
group: 1
|
||||||
|
exposed: true
|
||||||
|
expose:
|
||||||
|
operator_id: type_op
|
||||||
|
label: Type
|
||||||
|
description: ''
|
||||||
|
use_operator: false
|
||||||
|
operator: type_op
|
||||||
|
identifier: type
|
||||||
|
required: false
|
||||||
|
remember: false
|
||||||
|
multiple: false
|
||||||
|
remember_roles:
|
||||||
|
authenticated: authenticated
|
||||||
|
anonymous: '0'
|
||||||
|
reduce: false
|
||||||
|
operator_limit_selection: false
|
||||||
|
operator_list: { }
|
||||||
|
is_grouped: false
|
||||||
|
group_info:
|
||||||
|
label: ''
|
||||||
|
description: ''
|
||||||
|
identifier: ''
|
||||||
|
optional: true
|
||||||
|
widget: select
|
||||||
|
multiple: false
|
||||||
|
remember: false
|
||||||
|
default_group: All
|
||||||
|
default_group_multiple: { }
|
||||||
|
group_items: { }
|
||||||
|
entity_type: feeds_feed
|
||||||
|
entity_field: type
|
||||||
|
plugin_id: bundle
|
||||||
|
sorts:
|
||||||
|
changed:
|
||||||
|
id: changed
|
||||||
|
table: feeds_feed
|
||||||
|
field: changed
|
||||||
|
relationship: none
|
||||||
|
group_type: group
|
||||||
|
admin_label: ''
|
||||||
|
order: DESC
|
||||||
|
exposed: false
|
||||||
|
expose:
|
||||||
|
label: ''
|
||||||
|
granularity: second
|
||||||
|
entity_type: feeds_feed
|
||||||
|
entity_field: changed
|
||||||
|
plugin_id: date
|
||||||
|
title: Feeds
|
||||||
|
header: { }
|
||||||
|
footer: { }
|
||||||
|
empty:
|
||||||
|
result:
|
||||||
|
id: result
|
||||||
|
table: views
|
||||||
|
field: result
|
||||||
|
relationship: none
|
||||||
|
group_type: group
|
||||||
|
admin_label: ''
|
||||||
|
empty: true
|
||||||
|
content: 'There are no feeds yet.'
|
||||||
|
plugin_id: result
|
||||||
|
relationships:
|
||||||
|
uid:
|
||||||
|
id: uid
|
||||||
|
table: feeds_feed
|
||||||
|
field: uid
|
||||||
|
relationship: none
|
||||||
|
group_type: group
|
||||||
|
admin_label: Author
|
||||||
|
required: false
|
||||||
|
entity_type: feeds_feed
|
||||||
|
entity_field: uid
|
||||||
|
plugin_id: standard
|
||||||
|
arguments: { }
|
||||||
|
display_extenders: { }
|
||||||
|
filter_groups:
|
||||||
|
operator: AND
|
||||||
|
groups:
|
||||||
|
1: AND
|
||||||
|
cache_metadata:
|
||||||
|
max-age: 0
|
||||||
|
contexts:
|
||||||
|
- 'languages:language_content'
|
||||||
|
- 'languages:language_interface'
|
||||||
|
- url
|
||||||
|
- url.query_args
|
||||||
|
- user.permissions
|
||||||
|
tags: { }
|
||||||
|
page_1:
|
||||||
|
display_plugin: page
|
||||||
|
id: page_1
|
||||||
|
display_title: Page
|
||||||
|
position: 1
|
||||||
|
display_options:
|
||||||
|
display_extenders: { }
|
||||||
|
path: admin/content/feed
|
||||||
|
menu:
|
||||||
|
type: normal
|
||||||
|
title: Feeds
|
||||||
|
description: ''
|
||||||
|
expanded: false
|
||||||
|
parent: system.admin_content
|
||||||
|
weight: 0
|
||||||
|
context: '0'
|
||||||
|
menu_name: admin
|
||||||
|
cache_metadata:
|
||||||
|
max-age: 0
|
||||||
|
contexts:
|
||||||
|
- 'languages:language_content'
|
||||||
|
- 'languages:language_interface'
|
||||||
|
- url
|
||||||
|
- url.query_args
|
||||||
|
- user.permissions
|
||||||
|
tags: { }
|
||||||
@@ -69,6 +69,35 @@ display:
|
|||||||
next: ››
|
next: ››
|
||||||
style:
|
style:
|
||||||
type: table
|
type: table
|
||||||
|
options:
|
||||||
|
grouping: { }
|
||||||
|
row_class: '{{ status }}'
|
||||||
|
default_row_class: true
|
||||||
|
override: true
|
||||||
|
sticky: false
|
||||||
|
caption: ''
|
||||||
|
summary: ''
|
||||||
|
description: ''
|
||||||
|
columns:
|
||||||
|
name: name
|
||||||
|
status: status
|
||||||
|
info:
|
||||||
|
name:
|
||||||
|
sortable: false
|
||||||
|
default_sort_order: asc
|
||||||
|
align: ''
|
||||||
|
separator: ''
|
||||||
|
empty_column: false
|
||||||
|
responsive: ''
|
||||||
|
status:
|
||||||
|
sortable: false
|
||||||
|
default_sort_order: asc
|
||||||
|
align: ''
|
||||||
|
separator: ''
|
||||||
|
empty_column: false
|
||||||
|
responsive: ''
|
||||||
|
default: '-1'
|
||||||
|
empty_table: false
|
||||||
row:
|
row:
|
||||||
type: fields
|
type: fields
|
||||||
fields:
|
fields:
|
||||||
@@ -137,20 +166,74 @@ display:
|
|||||||
entity_type: null
|
entity_type: null
|
||||||
entity_field: name
|
entity_field: name
|
||||||
plugin_id: field
|
plugin_id: field
|
||||||
filters:
|
|
||||||
status:
|
status:
|
||||||
value: '1'
|
id: status
|
||||||
table: oc_organisation_field_data
|
table: oc_organisation_field_data
|
||||||
field: status
|
field: status
|
||||||
plugin_id: boolean
|
relationship: none
|
||||||
|
group_type: group
|
||||||
|
admin_label: ''
|
||||||
|
label: Published
|
||||||
|
exclude: true
|
||||||
|
alter:
|
||||||
|
alter_text: false
|
||||||
|
text: ''
|
||||||
|
make_link: false
|
||||||
|
path: ''
|
||||||
|
absolute: false
|
||||||
|
external: false
|
||||||
|
replace_spaces: false
|
||||||
|
path_case: none
|
||||||
|
trim_whitespace: false
|
||||||
|
alt: ''
|
||||||
|
rel: ''
|
||||||
|
link_class: ''
|
||||||
|
prefix: ''
|
||||||
|
suffix: ''
|
||||||
|
target: ''
|
||||||
|
nl2br: false
|
||||||
|
max_length: 0
|
||||||
|
word_boundary: true
|
||||||
|
ellipsis: true
|
||||||
|
more_link: false
|
||||||
|
more_link_text: ''
|
||||||
|
more_link_path: ''
|
||||||
|
strip_tags: false
|
||||||
|
trim: false
|
||||||
|
preserve_tags: ''
|
||||||
|
html: false
|
||||||
|
element_type: ''
|
||||||
|
element_class: ''
|
||||||
|
element_label_type: ''
|
||||||
|
element_label_class: ''
|
||||||
|
element_label_colon: true
|
||||||
|
element_wrapper_type: ''
|
||||||
|
element_wrapper_class: ''
|
||||||
|
element_default_classes: true
|
||||||
|
empty: ''
|
||||||
|
hide_empty: false
|
||||||
|
empty_zero: false
|
||||||
|
hide_alter_empty: true
|
||||||
|
click_sort_column: value
|
||||||
|
type: boolean
|
||||||
|
settings:
|
||||||
|
format: default
|
||||||
|
format_custom_true: ''
|
||||||
|
format_custom_false: ''
|
||||||
|
group_column: value
|
||||||
|
group_columns: { }
|
||||||
|
group_rows: true
|
||||||
|
delta_limit: 0
|
||||||
|
delta_offset: 0
|
||||||
|
delta_reversed: false
|
||||||
|
delta_first_last: false
|
||||||
|
multi_type: separator
|
||||||
|
separator: ', '
|
||||||
|
field_api_classes: false
|
||||||
entity_type: oc_organisation
|
entity_type: oc_organisation
|
||||||
entity_field: status
|
entity_field: status
|
||||||
id: status
|
plugin_id: field
|
||||||
expose:
|
filters:
|
||||||
operator: ''
|
|
||||||
operator_limit_selection: false
|
|
||||||
operator_list: { }
|
|
||||||
group: 1
|
|
||||||
type:
|
type:
|
||||||
id: type
|
id: type
|
||||||
table: oc_organisation_field_data
|
table: oc_organisation_field_data
|
||||||
|
|||||||
@@ -4,6 +4,7 @@ status: true
|
|||||||
dependencies:
|
dependencies:
|
||||||
config:
|
config:
|
||||||
- field.storage.oc_case.field_contract_signed_date
|
- field.storage.oc_case.field_contract_signed_date
|
||||||
|
- field.storage.oc_case.field_total_fee
|
||||||
- opencase_cases.oc_case_type.project
|
- opencase_cases.oc_case_type.project
|
||||||
- system.menu.opencase
|
- system.menu.opencase
|
||||||
- user.role.authenticated
|
- user.role.authenticated
|
||||||
@@ -256,7 +257,73 @@ display:
|
|||||||
type: datetime_default
|
type: datetime_default
|
||||||
settings:
|
settings:
|
||||||
timezone_override: ''
|
timezone_override: ''
|
||||||
format_type: medium
|
format_type: short
|
||||||
|
group_column: value
|
||||||
|
group_columns: { }
|
||||||
|
group_rows: true
|
||||||
|
delta_limit: 0
|
||||||
|
delta_offset: 0
|
||||||
|
delta_reversed: false
|
||||||
|
delta_first_last: false
|
||||||
|
multi_type: separator
|
||||||
|
separator: ', '
|
||||||
|
field_api_classes: false
|
||||||
|
plugin_id: field
|
||||||
|
field_total_fee:
|
||||||
|
id: field_total_fee
|
||||||
|
table: oc_case__field_total_fee
|
||||||
|
field: field_total_fee
|
||||||
|
relationship: none
|
||||||
|
group_type: group
|
||||||
|
admin_label: ''
|
||||||
|
label: 'Total fee'
|
||||||
|
exclude: false
|
||||||
|
alter:
|
||||||
|
alter_text: false
|
||||||
|
text: ''
|
||||||
|
make_link: false
|
||||||
|
path: ''
|
||||||
|
absolute: false
|
||||||
|
external: false
|
||||||
|
replace_spaces: false
|
||||||
|
path_case: none
|
||||||
|
trim_whitespace: false
|
||||||
|
alt: ''
|
||||||
|
rel: ''
|
||||||
|
link_class: ''
|
||||||
|
prefix: ''
|
||||||
|
suffix: ''
|
||||||
|
target: ''
|
||||||
|
nl2br: false
|
||||||
|
max_length: 0
|
||||||
|
word_boundary: true
|
||||||
|
ellipsis: true
|
||||||
|
more_link: false
|
||||||
|
more_link_text: ''
|
||||||
|
more_link_path: ''
|
||||||
|
strip_tags: false
|
||||||
|
trim: false
|
||||||
|
preserve_tags: ''
|
||||||
|
html: false
|
||||||
|
element_type: ''
|
||||||
|
element_class: ''
|
||||||
|
element_label_type: ''
|
||||||
|
element_label_class: ''
|
||||||
|
element_label_colon: true
|
||||||
|
element_wrapper_type: ''
|
||||||
|
element_wrapper_class: ''
|
||||||
|
element_default_classes: true
|
||||||
|
empty: ''
|
||||||
|
hide_empty: false
|
||||||
|
empty_zero: false
|
||||||
|
hide_alter_empty: true
|
||||||
|
click_sort_column: value
|
||||||
|
type: number_decimal
|
||||||
|
settings:
|
||||||
|
thousand_separator: ''
|
||||||
|
prefix_suffix: true
|
||||||
|
decimal_separator: .
|
||||||
|
scale: 2
|
||||||
group_column: value
|
group_column: value
|
||||||
group_columns: { }
|
group_columns: { }
|
||||||
group_rows: true
|
group_rows: true
|
||||||
@@ -298,6 +365,7 @@ display:
|
|||||||
- user.roles
|
- user.roles
|
||||||
tags:
|
tags:
|
||||||
- 'config:field.storage.oc_case.field_contract_signed_date'
|
- 'config:field.storage.oc_case.field_contract_signed_date'
|
||||||
|
- 'config:field.storage.oc_case.field_total_fee'
|
||||||
block_1:
|
block_1:
|
||||||
display_plugin: block
|
display_plugin: block
|
||||||
id: block_1
|
id: block_1
|
||||||
@@ -478,7 +546,73 @@ display:
|
|||||||
type: datetime_default
|
type: datetime_default
|
||||||
settings:
|
settings:
|
||||||
timezone_override: ''
|
timezone_override: ''
|
||||||
format_type: medium
|
format_type: short
|
||||||
|
group_column: value
|
||||||
|
group_columns: { }
|
||||||
|
group_rows: true
|
||||||
|
delta_limit: 0
|
||||||
|
delta_offset: 0
|
||||||
|
delta_reversed: false
|
||||||
|
delta_first_last: false
|
||||||
|
multi_type: separator
|
||||||
|
separator: ', '
|
||||||
|
field_api_classes: false
|
||||||
|
plugin_id: field
|
||||||
|
field_total_fee:
|
||||||
|
id: field_total_fee
|
||||||
|
table: oc_case__field_total_fee
|
||||||
|
field: field_total_fee
|
||||||
|
relationship: none
|
||||||
|
group_type: group
|
||||||
|
admin_label: ''
|
||||||
|
label: 'Total fee'
|
||||||
|
exclude: false
|
||||||
|
alter:
|
||||||
|
alter_text: false
|
||||||
|
text: ''
|
||||||
|
make_link: false
|
||||||
|
path: ''
|
||||||
|
absolute: false
|
||||||
|
external: false
|
||||||
|
replace_spaces: false
|
||||||
|
path_case: none
|
||||||
|
trim_whitespace: false
|
||||||
|
alt: ''
|
||||||
|
rel: ''
|
||||||
|
link_class: ''
|
||||||
|
prefix: ''
|
||||||
|
suffix: ''
|
||||||
|
target: ''
|
||||||
|
nl2br: false
|
||||||
|
max_length: 0
|
||||||
|
word_boundary: true
|
||||||
|
ellipsis: true
|
||||||
|
more_link: false
|
||||||
|
more_link_text: ''
|
||||||
|
more_link_path: ''
|
||||||
|
strip_tags: false
|
||||||
|
trim: false
|
||||||
|
preserve_tags: ''
|
||||||
|
html: false
|
||||||
|
element_type: ''
|
||||||
|
element_class: ''
|
||||||
|
element_label_type: ''
|
||||||
|
element_label_class: ''
|
||||||
|
element_label_colon: true
|
||||||
|
element_wrapper_type: ''
|
||||||
|
element_wrapper_class: ''
|
||||||
|
element_default_classes: true
|
||||||
|
empty: ''
|
||||||
|
hide_empty: false
|
||||||
|
empty_zero: false
|
||||||
|
hide_alter_empty: true
|
||||||
|
click_sort_column: value
|
||||||
|
type: number_decimal
|
||||||
|
settings:
|
||||||
|
thousand_separator: ''
|
||||||
|
prefix_suffix: true
|
||||||
|
decimal_separator: .
|
||||||
|
scale: 2
|
||||||
group_column: value
|
group_column: value
|
||||||
group_columns: { }
|
group_columns: { }
|
||||||
group_rows: true
|
group_rows: true
|
||||||
@@ -500,6 +634,153 @@ display:
|
|||||||
- user.roles
|
- user.roles
|
||||||
tags:
|
tags:
|
||||||
- 'config:field.storage.oc_case.field_contract_signed_date'
|
- 'config:field.storage.oc_case.field_contract_signed_date'
|
||||||
|
- 'config:field.storage.oc_case.field_total_fee'
|
||||||
|
entity_reference_1:
|
||||||
|
display_plugin: entity_reference
|
||||||
|
id: entity_reference_1
|
||||||
|
display_title: 'Entity Reference'
|
||||||
|
position: 3
|
||||||
|
display_options:
|
||||||
|
display_extenders: { }
|
||||||
|
fields:
|
||||||
|
name:
|
||||||
|
id: name
|
||||||
|
table: oc_case_field_data
|
||||||
|
field: name
|
||||||
|
relationship: none
|
||||||
|
group_type: group
|
||||||
|
admin_label: ''
|
||||||
|
label: ''
|
||||||
|
exclude: false
|
||||||
|
alter:
|
||||||
|
alter_text: false
|
||||||
|
text: ''
|
||||||
|
make_link: false
|
||||||
|
path: ''
|
||||||
|
absolute: false
|
||||||
|
external: false
|
||||||
|
replace_spaces: false
|
||||||
|
path_case: none
|
||||||
|
trim_whitespace: false
|
||||||
|
alt: ''
|
||||||
|
rel: ''
|
||||||
|
link_class: ''
|
||||||
|
prefix: ''
|
||||||
|
suffix: ''
|
||||||
|
target: ''
|
||||||
|
nl2br: false
|
||||||
|
max_length: 0
|
||||||
|
word_boundary: true
|
||||||
|
ellipsis: true
|
||||||
|
more_link: false
|
||||||
|
more_link_text: ''
|
||||||
|
more_link_path: ''
|
||||||
|
strip_tags: false
|
||||||
|
trim: false
|
||||||
|
preserve_tags: ''
|
||||||
|
html: false
|
||||||
|
element_type: ''
|
||||||
|
element_class: ''
|
||||||
|
element_label_type: ''
|
||||||
|
element_label_class: ''
|
||||||
|
element_label_colon: false
|
||||||
|
element_wrapper_type: ''
|
||||||
|
element_wrapper_class: ''
|
||||||
|
element_default_classes: true
|
||||||
|
empty: ''
|
||||||
|
hide_empty: false
|
||||||
|
empty_zero: false
|
||||||
|
hide_alter_empty: true
|
||||||
|
click_sort_column: value
|
||||||
|
type: string
|
||||||
|
settings:
|
||||||
|
link_to_entity: true
|
||||||
|
group_column: value
|
||||||
|
group_columns: { }
|
||||||
|
group_rows: true
|
||||||
|
delta_limit: 0
|
||||||
|
delta_offset: 0
|
||||||
|
delta_reversed: false
|
||||||
|
delta_first_last: false
|
||||||
|
multi_type: separator
|
||||||
|
separator: ', '
|
||||||
|
field_api_classes: false
|
||||||
|
entity_type: null
|
||||||
|
entity_field: name
|
||||||
|
plugin_id: field
|
||||||
|
defaults:
|
||||||
|
fields: false
|
||||||
|
filters: false
|
||||||
|
filter_groups: false
|
||||||
|
style:
|
||||||
|
type: entity_reference
|
||||||
|
options:
|
||||||
|
search_fields:
|
||||||
|
name: name
|
||||||
|
filters:
|
||||||
|
type:
|
||||||
|
id: type
|
||||||
|
table: oc_case_field_data
|
||||||
|
field: type
|
||||||
|
value:
|
||||||
|
project: project
|
||||||
|
entity_type: oc_case
|
||||||
|
entity_field: type
|
||||||
|
plugin_id: bundle
|
||||||
|
expose:
|
||||||
|
operator_limit_selection: false
|
||||||
|
operator_list: { }
|
||||||
|
status:
|
||||||
|
id: status
|
||||||
|
table: oc_case_field_data
|
||||||
|
field: status
|
||||||
|
relationship: none
|
||||||
|
group_type: group
|
||||||
|
admin_label: ''
|
||||||
|
operator: '='
|
||||||
|
value: '1'
|
||||||
|
group: 1
|
||||||
|
exposed: false
|
||||||
|
expose:
|
||||||
|
operator_id: ''
|
||||||
|
label: ''
|
||||||
|
description: ''
|
||||||
|
use_operator: false
|
||||||
|
operator: ''
|
||||||
|
operator_limit_selection: false
|
||||||
|
operator_list: { }
|
||||||
|
identifier: ''
|
||||||
|
required: false
|
||||||
|
remember: false
|
||||||
|
multiple: false
|
||||||
|
remember_roles:
|
||||||
|
authenticated: authenticated
|
||||||
|
is_grouped: false
|
||||||
|
group_info:
|
||||||
|
label: ''
|
||||||
|
description: ''
|
||||||
|
identifier: ''
|
||||||
|
optional: true
|
||||||
|
widget: select
|
||||||
|
multiple: false
|
||||||
|
remember: false
|
||||||
|
default_group: All
|
||||||
|
default_group_multiple: { }
|
||||||
|
group_items: { }
|
||||||
|
entity_type: oc_case
|
||||||
|
entity_field: status
|
||||||
|
plugin_id: boolean
|
||||||
|
filter_groups:
|
||||||
|
operator: AND
|
||||||
|
groups:
|
||||||
|
1: AND
|
||||||
|
cache_metadata:
|
||||||
|
max-age: -1
|
||||||
|
contexts:
|
||||||
|
- 'languages:language_content'
|
||||||
|
- 'languages:language_interface'
|
||||||
|
- user.roles
|
||||||
|
tags: { }
|
||||||
page_1:
|
page_1:
|
||||||
display_plugin: page
|
display_plugin: page
|
||||||
id: page_1
|
id: page_1
|
||||||
@@ -529,3 +810,4 @@ display:
|
|||||||
- user.roles
|
- user.roles
|
||||||
tags:
|
tags:
|
||||||
- 'config:field.storage.oc_case.field_contract_signed_date'
|
- 'config:field.storage.oc_case.field_contract_signed_date'
|
||||||
|
- 'config:field.storage.oc_case.field_total_fee'
|
||||||
|
|||||||
@@ -0,0 +1,15 @@
|
|||||||
|
# How to deploy code and config changes
|
||||||
|
|
||||||
|
## Before deploying, ensure that on your local site:
|
||||||
|
* Both modules are fully committed and pushed
|
||||||
|
* Config is exported
|
||||||
|
* You have run `composer update`
|
||||||
|
* Composer repo is fully committed and pushed, including any new config files
|
||||||
|
|
||||||
|
|
||||||
|
## Deployment
|
||||||
|
* Pull the composer repo to the staging site (this should be CI when pushing to staging branch)
|
||||||
|
* `composer install`
|
||||||
|
* `drush config:import --source ../config`
|
||||||
|
* Test - see manual_tests.md
|
||||||
|
* Deploy to live by same method (this should be CI when pushing to live branch)
|
||||||
@@ -1,33 +1,33 @@
|
|||||||
# First
|
# First
|
||||||
- Log in as a user with the role "GNO Standard User".
|
- Log in as a user with the role "GNO Standard User".
|
||||||
|
|
||||||
# Client & training & project
|
# Client & training
|
||||||
- Billing fields are not there at first but there is a button to add them and when you click it is adds them.
|
- Go to Add New -> Client.
|
||||||
- Save the client without filling in any billing fields, then edit it - the fields should be gone and the button shoud be there
|
- Check that billing address fields are not there but there is a button to add them.
|
||||||
- Add one or more billing fields, save and edit - all the billing fields should show, and not the button.
|
- Click the button and billing fields should appear.* Do not fill in the billing fields at this stage however.
|
||||||
- You can upload files, and when you save it you can view or download them.
|
- Upload a file to the Files field.
|
||||||
- Client shows up on "all clients" list
|
- Fill in all required fields and save. You should arrive at the screen for the client you just created.
|
||||||
- Searching for the client by name brings them up
|
- Click the Edit tab. The billing fields should be gone and the button shoud be there
|
||||||
|
- Add one or more billing fields, save and then click the edit tab again- all the billing fields should show, and not the button.
|
||||||
|
- You should be able to download the file you uploaded.
|
||||||
- On the client screen there is a button to add a training
|
- On the client screen there is a button to add a training
|
||||||
- Add training with 3 trainers:
|
- Click this and and fill in the required fields
|
||||||
- one with no rate (rate input should disappear), then change it to Standard and the box should appear and be disabled and grey and say 115, then change to custom and the box shuould clear and become editable, then input 400
|
- Add 3 trainers:
|
||||||
- Add another trainer with "None" rate and one with Standard
|
- one with no rate (rate input should disappear), then change it to Standard and the box should appear and be disabled and grey and say 115, then change to custom and the box shuould clear and become editable, then input 400*
|
||||||
|
- Add another trainer with "None" rate and one with Standard
|
||||||
- Save it, the trainers and rates should show , then when you edit it again the input box should be gone for the none one and disabled for the standard
|
- Save it, the trainers and rates should show , then when you edit it again the input box should be gone for the none one and disabled for the standard
|
||||||
- The training immediately shows up in the training list for that client
|
|
||||||
- It also appears in "All trainings", at the top
|
|
||||||
- Add a project and add multiple fees
|
|
||||||
- Save it and all the fees should be displayed
|
|
||||||
- The project should appear in the project list for the client and also in All Projects
|
|
||||||
|
|
||||||
|
|
||||||
# Umbrella client
|
# Umbrella client
|
||||||
- Choose menu item "Add new umbrella client" and add one
|
|
||||||
- Client shows up on "all umbrella clients" list
|
|
||||||
- There is a button on the umbrella client screen to add a client
|
- There is a button on the umbrella client screen to add a client
|
||||||
- Adding a client creates one attached to that umbrella client and it immediately shows up in the client list for that umbrella client and also in "All clients", at the top of each
|
- After adding a client it shows up on the umbrella client's screen
|
||||||
- You can add a project to the umbrella client and it appears at the top of the list on the umbrella client screen
|
- You can add a project to the umbrella client and it appears at the top of the list on the umbrella client screen
|
||||||
- You can add a training to the umbrella client and it appears at the top of the list on the umbrella client screen
|
- You can add a training to the umbrella client and it appears at the top of the list on the umbrella client screen
|
||||||
- Add a training to the client who is attached to the umbrella client. It should show up on the umbrella client screen in the "Trainings for clients within this umrella" list.
|
- Add a training to the client who is attached to the umbrella client. It should show up on the umbrella client screen in the "Trainings for clients within this umrella" list.
|
||||||
|
---------------
|
||||||
|
STUFF BELOW HERE MIGHT BE ABLE TO BE DONE IN PYTEST
|
||||||
|
-----------------
|
||||||
|
|
||||||
|
|
||||||
|
- Adding a client creates one attached to that umbrella client and it immediately shows up in the client list for that umbrella client and also in "All clients", at the top of each
|
||||||
|
|
||||||
# Equal opps
|
# Equal opps
|
||||||
- Should not be able to see the menu items for adding or listing EOs as GNO standard user
|
- Should not be able to see the menu items for adding or listing EOs as GNO standard user
|
||||||
@@ -35,12 +35,6 @@
|
|||||||
- Create one
|
- Create one
|
||||||
- It should appear in the All Equal Opps list
|
- It should appear in the All Equal Opps list
|
||||||
|
|
||||||
# Emergency contact
|
|
||||||
#
|
|
||||||
|
|
||||||
|
|
||||||
# Adding new client using the GUI
|
|
||||||
|
|
||||||
## Tests for GUI settings
|
## Tests for GUI settings
|
||||||
* When adding a new client in the GUI, the status should default to Lead and the substatus to New Lead. (Setting: default values for those fields.)
|
* When adding a new client in the GUI, the status should default to Lead and the substatus to New Lead. (Setting: default values for those fields.)
|
||||||
* Neither the status nor the substatus dropdown should not contain a placeholder option such as "None" or "Select". (Setting: Required field)
|
* Neither the status nor the substatus dropdown should not contain a placeholder option such as "None" or "Select". (Setting: Required field)
|
||||||
@@ -66,45 +60,75 @@
|
|||||||
* The subtypes dropdown should be populated according to the existing value of the types dropdown. E.g. save a client as "licensed premises" type and reopen; the subtypes should be a list including "Pub or Bar"
|
* The subtypes dropdown should be populated according to the existing value of the types dropdown. E.g. save a client as "licensed premises" type and reopen; the subtypes should be a list including "Pub or Bar"
|
||||||
* The status dropdown should be populated according to the existing value of the substatuses dropdown. E.g. save a client as substatus "One-off Training" and reopen; the status should be set to "Confirmed" and that should be the only option in the status dropdown.
|
* The status dropdown should be populated according to the existing value of the substatuses dropdown. E.g. save a client as substatus "One-off Training" and reopen; the status should be set to "Confirmed" and that should be the only option in the status dropdown.
|
||||||
|
|
||||||
# Automatic client status
|
|
||||||
|
# Email notification
|
||||||
|
## Tests for mail hook and post-save hook in goodnightout_opencase.module
|
||||||
|
* Ensure there is a user with the role "Follow-up alerts" whose email address you have access to
|
||||||
|
* Change a client's status from something else to "3-month followup due" - said user should receive an email about it with "3-month followup due for <client name>" as the subject and a link to the client in the body
|
||||||
|
* Same for 6-month
|
||||||
|
* Should not happen when client is saved without changing substatus (even if another field is changed)
|
||||||
|
* Should not happen when status is changed to something else
|
||||||
|
|
||||||
|
# Automatic client status & accreditation date
|
||||||
## Tests for presave hook in goodnightout_opencase.module
|
## Tests for presave hook in goodnightout_opencase.module
|
||||||
|
|
||||||
* Setup a client with status "Lead" and give it multiple trainings - leave the training status as N/A.
|
* Setup a client with status "Lead" and give it multiple trainings - leave the training status as N/A.
|
||||||
* Set some but not all of the trainings to status "post training materials sent"
|
* Set some but not all of the trainings to status "post training materials sent"
|
||||||
* The status of the client should not change
|
* The status of the client should not change
|
||||||
* Set all the remaining trainings to status "post training materials sent"
|
* Set all the remaining trainings to status "post training materials sent"
|
||||||
* This should automatically set the client status to "Accredited" and their substatus to "Recently Accredited"
|
* This should automatically set the client status to "Accredited", their substatus to "Recently Accredited", and their Accreditation Date to today.
|
||||||
|
|
||||||
# Trainings linked to projects or clients
|
## Tests for cron hook in goodnightout_opencase.module
|
||||||
|
|
||||||
* Add a training from a client screen
|
* Start with a client whose substatus is "Recently Accredited"
|
||||||
* It should have the client filled in by default, and a box for the project
|
* Change the accreditation date to one that's more than 3 months in the past
|
||||||
* Fill in a project and save
|
* Run cron
|
||||||
* On the training screen there should be a link to the project
|
* The status should change to 3-month follow-up due and an email alert should be sen
|
||||||
* Click it to open the project, then add another training
|
* Change the status to "3-month follow-up sent" and change the accreditation date to one that's more than 6 months in the past
|
||||||
* The project field should default to the project and there should be a box for the client
|
* Run cron
|
||||||
* Add a client and save
|
* The status should change to 6-month follow-up due and an email alert should be sent
|
||||||
* There should be a link to the client on the project screen
|
|
||||||
* Click it and the project should be listed there
|
|
||||||
|
|
||||||
# Email notification
|
|
||||||
## Tests for mail hook and post-save hook in goodnightout_opencase.module
|
|
||||||
|
|
||||||
* Change a client's status from something else to "3-month followup due" - the site admin should receive an email about it with "3-month followup due for <client name>" as the subject and a link to the client in the body
|
|
||||||
* Same for 6-month
|
|
||||||
* Should not happen when client is saved without changing status
|
|
||||||
* Should not happen when status is changed to something else
|
|
||||||
|
|
||||||
# Number of participants
|
# Number of participants
|
||||||
|
|
||||||
* Create a debrief for a training and fill in "Number of participants".
|
* Create a debrief for a training and fill in "Number of participants".
|
||||||
* The number should appear on the training when you view it.
|
* The number should appear on the training when you view it.
|
||||||
* Edit the debreief - it should change the training too
|
* Edit the debrief to set a different number - it should overwrite the number on the training
|
||||||
* Create another - so should that
|
* Create another debrief - should also overwrite
|
||||||
|
* Delete a debrief - number on training should not change
|
||||||
|
|
||||||
# Total fees on a project
|
# Total fees on a project
|
||||||
* Create a project and add some fees
|
* Create a project and add some fees
|
||||||
* When you view the project the total fee should be displayed
|
* When you view the project the fees should be listed and also total fee should be displayed
|
||||||
* Edit it and change a fee, delete a fee, add a fee
|
* Edit it and change a fee, delete a fee, add a fee
|
||||||
* The total should update
|
* The total should update
|
||||||
* The total should appear in the list of projects
|
* The project along with its total fee should appear in the All Projects list
|
||||||
|
|
||||||
|
## Unpublishing and deleting entities
|
||||||
|
### As a GNO Standard User
|
||||||
|
* There should be no delete tab on any entities (although you can delete links between clients)
|
||||||
|
* All these entities should a checkbox for whether they are published:
|
||||||
|
* Client / Umbrella Client
|
||||||
|
* Training / Project / Partner Organistion
|
||||||
|
* Train the trainer event
|
||||||
|
* Debrief / Evaluation
|
||||||
|
* Trainer
|
||||||
|
* List of trainings on client & umbrella client screens
|
||||||
|
* List of projects on client & umbrella client screens screen
|
||||||
|
* List of clients on umbrella client screens
|
||||||
|
* List of debriefs and evaluations on trainings screen
|
||||||
|
* Unpublished entities should not show up in any autocomplete fields. i.e.:
|
||||||
|
* Unpublished trainers should not come up as an option when filling in the trainer field on a training
|
||||||
|
* Unpublished clients should not come up as an option when filling in the client field of a training or a project, or when adding a linked client to another client
|
||||||
|
* Unpublished projects should not come up as an option when filling in the project field of a training
|
||||||
|
* Unpublished umbrella clients should not come up as an option when filling in the umbrella client field of a client
|
||||||
|
|
||||||
|
### As a GNO Admin user
|
||||||
|
* When you unpublish an entity you can still see it
|
||||||
|
* Unpublished entities should appear in all the lists, but in grey (and should not show up in autocomplete fields)
|
||||||
|
* You should be able to delete all entities
|
||||||
|
* When you delete a training it should warn you it's going to delete the debriefs and evaulations as well.
|
||||||
|
|
||||||
|
# Accredited Clients Block
|
||||||
|
* Block at the top of screen should show how many Clients of each type are Accredited - that is, with status Accredited or Reaccreditation Due
|
||||||
|
* When you change a client's status to or from one of these or add or delete a client with one of these statuses
|
||||||
|
* Unpublishing a client should remove them from the total and publishing them again should reinstate it.
|
||||||
Reference in New Issue
Block a user