changed default medium date format, and updated opencase
This commit is contained in:
parent
9c773cd81f
commit
3e324dbe7f
@ -42,6 +42,7 @@
|
||||
"drupal/facets": "^2.0",
|
||||
"drupal/feeds": "^3.0@alpha",
|
||||
"drupal/field_permissions": "^1.1",
|
||||
"drupal/hide_revision_field": "^2.2",
|
||||
"drupal/password_strength": "^2.0@beta",
|
||||
"drupal/restui": "^1.20",
|
||||
"drupal/route_condition": "^2.0",
|
||||
|
50
composer.lock
generated
50
composer.lock
generated
@ -4,7 +4,7 @@
|
||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"content-hash": "763f86c57bad62b0767502334ded29a7",
|
||||
"content-hash": "cae722cdc05e4e2525a003694a33aa1d",
|
||||
"packages": [
|
||||
{
|
||||
"name": "asm89/stack-cors",
|
||||
@ -94,7 +94,7 @@
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "ssh://git@git.autonomic.zone:2222/autonomic-cooperative/opencase.git",
|
||||
"reference": "614293c11478bb2fe950cdbf9c1c637b7dabd6cc"
|
||||
"reference": "34b7a1c7c9a56926bd47e0b024b443033e397d1c"
|
||||
},
|
||||
"require": {
|
||||
"composer/installers": "*",
|
||||
@ -111,7 +111,7 @@
|
||||
"email": "helo@autonomic.zone"
|
||||
}
|
||||
],
|
||||
"time": "2022-04-03T16:52:12+00:00"
|
||||
"time": "2022-04-03T18:27:43+00:00"
|
||||
},
|
||||
{
|
||||
"name": "bjeavons/zxcvbn-php",
|
||||
@ -3220,6 +3220,50 @@
|
||||
"issues": "https://www.drupal.org/project/issues/field_permissions"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "drupal/hide_revision_field",
|
||||
"version": "2.2.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://git.drupalcode.org/project/hide_revision_field.git",
|
||||
"reference": "8.x-2.2"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://ftp.drupal.org/files/projects/hide_revision_field-8.x-2.2.zip",
|
||||
"reference": "8.x-2.2",
|
||||
"shasum": "fd26577c66b6105e2a7cb1df16b2270cf21dfc04"
|
||||
},
|
||||
"require": {
|
||||
"drupal/core": "^8 || ^9"
|
||||
},
|
||||
"type": "drupal-module",
|
||||
"extra": {
|
||||
"drupal": {
|
||||
"version": "8.x-2.2",
|
||||
"datestamp": "1606459114",
|
||||
"security-coverage": {
|
||||
"status": "covered",
|
||||
"message": "Covered by Drupal's security advisory policy"
|
||||
}
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packages.drupal.org/8/downloads",
|
||||
"license": [
|
||||
"GPL-2.0-or-later"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "NickDickinsonWilde",
|
||||
"homepage": "https://www.drupal.org/user/3094661"
|
||||
}
|
||||
],
|
||||
"description": "Controls visibility of the revision field on content add/edit forms.",
|
||||
"homepage": "https://www.drupal.org/project/hide_revision_field",
|
||||
"support": {
|
||||
"source": "https://git.drupalcode.org/project/hide_revision_field"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "drupal/jquery_ui",
|
||||
"version": "1.4.0",
|
||||
|
@ -7,4 +7,4 @@ _core:
|
||||
id: medium
|
||||
label: 'Default medium date'
|
||||
locked: false
|
||||
pattern: 'D, m/d/Y - H:i'
|
||||
pattern: 'D, d/m/Y - H:i'
|
||||
|
47
config/core.entity_form_display.oc_activity.emi.default.yml
Normal file
47
config/core.entity_form_display.oc_activity.emi.default.yml
Normal file
@ -0,0 +1,47 @@
|
||||
uuid: 83c69b0b-e1c3-413d-82df-6cc1d0f8e66c
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- opencase_entities.oc_activity_type.emi
|
||||
module:
|
||||
- hide_revision_field
|
||||
id: oc_activity.emi.default
|
||||
targetEntityType: oc_activity
|
||||
bundle: emi
|
||||
mode: default
|
||||
content:
|
||||
name:
|
||||
type: string_textfield
|
||||
weight: -3
|
||||
region: content
|
||||
settings:
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
revision_log:
|
||||
type: hide_revision_field_log_widget
|
||||
weight: 80
|
||||
region: content
|
||||
settings:
|
||||
rows: 5
|
||||
placeholder: ''
|
||||
show: false
|
||||
default: ''
|
||||
permission_based: false
|
||||
allow_user_settings: false
|
||||
third_party_settings: { }
|
||||
time_taken:
|
||||
type: number
|
||||
weight: -3
|
||||
region: content
|
||||
settings:
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
hidden:
|
||||
activity_date_time: true
|
||||
client: true
|
||||
description: true
|
||||
oc_provider: true
|
||||
oc_target: true
|
||||
status: true
|
@ -17,6 +17,7 @@ dependencies:
|
||||
- opencase_entities.oc_activity_type.evaluation
|
||||
module:
|
||||
- datetime
|
||||
- hide_revision_field
|
||||
_core:
|
||||
default_config_hash: WSYAeo27GpLUUXh-PgaeoOX7BSBtIlkzHsgKXjgDbt4
|
||||
id: oc_activity.evaluation.default
|
||||
@ -104,6 +105,18 @@ content:
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
revision_log:
|
||||
type: hide_revision_field_log_widget
|
||||
weight: 80
|
||||
region: content
|
||||
settings:
|
||||
rows: 5
|
||||
placeholder: ''
|
||||
show: false
|
||||
default: ''
|
||||
permission_based: false
|
||||
allow_user_settings: false
|
||||
third_party_settings: { }
|
||||
status:
|
||||
type: boolean_checkbox
|
||||
weight: 14
|
||||
@ -112,10 +125,14 @@ content:
|
||||
display_label: true
|
||||
third_party_settings: { }
|
||||
time_taken:
|
||||
type: number
|
||||
weight: 2
|
||||
region: content
|
||||
settings:
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
type: number
|
||||
hidden: { }
|
||||
hidden:
|
||||
client: true
|
||||
description: true
|
||||
oc_provider: true
|
||||
oc_target: true
|
||||
|
@ -4,6 +4,8 @@ status: true
|
||||
dependencies:
|
||||
config:
|
||||
- opencase_entities.oc_activity_type.phone_call
|
||||
module:
|
||||
- hide_revision_field
|
||||
id: oc_activity.phone_call.default
|
||||
targetEntityType: oc_activity
|
||||
bundle: phone_call
|
||||
@ -27,6 +29,18 @@ content:
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
revision_log:
|
||||
type: hide_revision_field_log_widget
|
||||
weight: 80
|
||||
region: content
|
||||
settings:
|
||||
rows: 5
|
||||
placeholder: ''
|
||||
show: false
|
||||
default: ''
|
||||
permission_based: false
|
||||
allow_user_settings: false
|
||||
third_party_settings: { }
|
||||
time_taken:
|
||||
type: number
|
||||
weight: 1
|
||||
@ -36,4 +50,7 @@ content:
|
||||
third_party_settings: { }
|
||||
hidden:
|
||||
activity_date_time: true
|
||||
description: true
|
||||
oc_provider: true
|
||||
oc_target: true
|
||||
status: true
|
||||
|
@ -15,6 +15,7 @@ dependencies:
|
||||
- image.style.thumbnail
|
||||
- opencase_entities.oc_activity_type.trainer_debrief
|
||||
module:
|
||||
- hide_revision_field
|
||||
- image
|
||||
id: oc_activity.trainer_debrief.default
|
||||
targetEntityType: oc_activity
|
||||
@ -102,6 +103,18 @@ content:
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
revision_log:
|
||||
type: hide_revision_field_log_widget
|
||||
weight: 80
|
||||
region: content
|
||||
settings:
|
||||
rows: 5
|
||||
placeholder: ''
|
||||
show: false
|
||||
default: ''
|
||||
permission_based: false
|
||||
allow_user_settings: false
|
||||
third_party_settings: { }
|
||||
status:
|
||||
type: boolean_checkbox
|
||||
weight: 10
|
||||
@ -112,5 +125,7 @@ content:
|
||||
hidden:
|
||||
activity_date_time: true
|
||||
client: true
|
||||
description: true
|
||||
name: true
|
||||
oc_target: true
|
||||
time_taken: true
|
||||
|
@ -15,6 +15,7 @@ dependencies:
|
||||
- image.style.thumbnail
|
||||
- opencase_entities.oc_actor_type.trainer
|
||||
module:
|
||||
- hide_revision_field
|
||||
- image
|
||||
- paragraphs
|
||||
_core:
|
||||
@ -143,6 +144,18 @@ content:
|
||||
rows: 5
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
revision_log:
|
||||
type: hide_revision_field_log_widget
|
||||
weight: 80
|
||||
region: content
|
||||
settings:
|
||||
rows: 5
|
||||
placeholder: ''
|
||||
show: false
|
||||
default: ''
|
||||
permission_based: false
|
||||
allow_user_settings: false
|
||||
third_party_settings: { }
|
||||
status:
|
||||
type: boolean_checkbox
|
||||
weight: 13
|
||||
|
@ -11,6 +11,7 @@ dependencies:
|
||||
module:
|
||||
- datetime
|
||||
- file
|
||||
- hide_revision_field
|
||||
id: oc_case.project.default
|
||||
targetEntityType: oc_case
|
||||
bundle: project
|
||||
@ -27,17 +28,29 @@ content:
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
field_contract_signed_date:
|
||||
type: datetime_default
|
||||
weight: 2
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
type: datetime_default
|
||||
region: content
|
||||
files:
|
||||
type: file_generic
|
||||
weight: 1
|
||||
region: content
|
||||
settings:
|
||||
progress_indicator: throbber
|
||||
third_party_settings: { }
|
||||
revision_log:
|
||||
type: hide_revision_field_log_widget
|
||||
weight: 80
|
||||
region: content
|
||||
settings:
|
||||
rows: 5
|
||||
placeholder: ''
|
||||
show: false
|
||||
default: ''
|
||||
permission_based: false
|
||||
allow_user_settings: false
|
||||
third_party_settings: { }
|
||||
status:
|
||||
type: boolean_checkbox
|
||||
@ -51,4 +64,5 @@ hidden:
|
||||
field_fee: true
|
||||
field_total_fee: true
|
||||
notes: true
|
||||
oc_target: true
|
||||
user_id: true
|
||||
|
@ -16,6 +16,7 @@ dependencies:
|
||||
module:
|
||||
- datetime
|
||||
- file
|
||||
- hide_revision_field
|
||||
_core:
|
||||
default_config_hash: dxPm53tH_SWeTJgZIfdHIIiEb4vSzqADMzUemllj8rk
|
||||
id: oc_case.training.default
|
||||
@ -89,6 +90,18 @@ content:
|
||||
rows: 5
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
revision_log:
|
||||
type: hide_revision_field_log_widget
|
||||
weight: 80
|
||||
region: content
|
||||
settings:
|
||||
rows: 5
|
||||
placeholder: ''
|
||||
show: false
|
||||
default: ''
|
||||
permission_based: false
|
||||
allow_user_settings: false
|
||||
third_party_settings: { }
|
||||
status:
|
||||
type: boolean_checkbox
|
||||
weight: 8
|
||||
@ -100,4 +113,5 @@ hidden:
|
||||
feeds_item: true
|
||||
field_number_of_participants: true
|
||||
field_trainer: true
|
||||
oc_target: true
|
||||
user_id: true
|
||||
|
@ -5,6 +5,8 @@ dependencies:
|
||||
config:
|
||||
- field.field.oc_case_fee.project_fee.feeds_item
|
||||
- opencase_cases.oc_case_fee_type.project_fee
|
||||
module:
|
||||
- hide_revision_field
|
||||
id: oc_case_fee.project_fee.default
|
||||
targetEntityType: oc_case_fee
|
||||
bundle: project_fee
|
||||
@ -27,8 +29,21 @@ content:
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
revision_log:
|
||||
type: hide_revision_field_log_widget
|
||||
weight: 80
|
||||
region: content
|
||||
settings:
|
||||
rows: 5
|
||||
placeholder: ''
|
||||
show: false
|
||||
default: ''
|
||||
permission_based: false
|
||||
allow_user_settings: false
|
||||
third_party_settings: { }
|
||||
hidden:
|
||||
feeds_item: true
|
||||
name: true
|
||||
oc_case: true
|
||||
status: true
|
||||
user_id: true
|
||||
|
@ -7,6 +7,8 @@ dependencies:
|
||||
- field.field.oc_case_provision.trainer.field_rate
|
||||
- field.field.oc_case_provision.trainer.field_rate_type
|
||||
- opencase_cases.oc_case_provision_type.trainer
|
||||
module:
|
||||
- hide_revision_field
|
||||
id: oc_case_provision.trainer.default
|
||||
targetEntityType: oc_case_provision
|
||||
bundle: trainer
|
||||
@ -51,6 +53,18 @@ content:
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
revision_log:
|
||||
type: hide_revision_field_log_widget
|
||||
weight: 80
|
||||
region: content
|
||||
settings:
|
||||
rows: 5
|
||||
placeholder: ''
|
||||
show: false
|
||||
default: ''
|
||||
permission_based: false
|
||||
allow_user_settings: false
|
||||
third_party_settings: { }
|
||||
hidden:
|
||||
feeds_item: true
|
||||
name: true
|
||||
|
@ -21,6 +21,7 @@ dependencies:
|
||||
module:
|
||||
- datetime
|
||||
- file
|
||||
- hide_revision_field
|
||||
_core:
|
||||
default_config_hash: OUNi7pV7COebgUedxmuEz4ZF1VF4QDet2AcZ_2j3jQs
|
||||
id: oc_organisation.client.default
|
||||
@ -29,90 +30,90 @@ bundle: client
|
||||
mode: default
|
||||
content:
|
||||
field_accreditation_date:
|
||||
weight: 5
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
type: datetime_default
|
||||
weight: 5
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
field_client_status:
|
||||
type: options_select
|
||||
weight: 4
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
type: options_select
|
||||
region: content
|
||||
field_client_substatus:
|
||||
type: options_select
|
||||
weight: 3
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
type: options_select
|
||||
region: content
|
||||
field_client_subtype:
|
||||
type: options_select
|
||||
weight: 2
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
type: options_select
|
||||
region: content
|
||||
field_client_type:
|
||||
weight: 1
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
type: options_select
|
||||
weight: 1
|
||||
region: content
|
||||
field_how_did_you_hear_about_us:
|
||||
weight: 12
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
field_how_did_you_hear_about_us:
|
||||
type: options_buttons
|
||||
weight: 12
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
field_location_festival_event:
|
||||
weight: 9
|
||||
settings:
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
type: string_textfield
|
||||
weight: 9
|
||||
region: content
|
||||
settings:
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
field_number_of_events_per_year:
|
||||
type: number
|
||||
weight: 10
|
||||
region: content
|
||||
settings:
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
type: number
|
||||
region: content
|
||||
field_number_of_staff:
|
||||
type: number
|
||||
weight: 8
|
||||
region: content
|
||||
settings:
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
type: number
|
||||
region: content
|
||||
field_premises_capacity:
|
||||
weight: 7
|
||||
settings:
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
type: number
|
||||
weight: 7
|
||||
region: content
|
||||
settings:
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
field_tags:
|
||||
type: entity_reference_autocomplete
|
||||
weight: 11
|
||||
region: content
|
||||
settings:
|
||||
match_operator: CONTAINS
|
||||
match_limit: 10
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
type: entity_reference_autocomplete
|
||||
region: content
|
||||
field_umbrella_client:
|
||||
type: entity_reference_autocomplete
|
||||
weight: 6
|
||||
region: content
|
||||
settings:
|
||||
match_operator: CONTAINS
|
||||
match_limit: 10
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
type: entity_reference_autocomplete
|
||||
region: content
|
||||
name:
|
||||
type: string_textfield
|
||||
weight: 0
|
||||
@ -121,6 +122,18 @@ content:
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
revision_log:
|
||||
type: hide_revision_field_log_widget
|
||||
weight: 80
|
||||
region: content
|
||||
settings:
|
||||
rows: 5
|
||||
placeholder: ''
|
||||
show: false
|
||||
default: ''
|
||||
permission_based: false
|
||||
allow_user_settings: false
|
||||
third_party_settings: { }
|
||||
status:
|
||||
type: boolean_checkbox
|
||||
weight: 13
|
||||
|
@ -6,6 +6,7 @@ dependencies:
|
||||
- opencase_entities.oc_organisation_type.partner_organisation
|
||||
module:
|
||||
- file
|
||||
- hide_revision_field
|
||||
id: oc_organisation.partner_organisation.default
|
||||
targetEntityType: oc_organisation
|
||||
bundle: partner_organisation
|
||||
@ -19,6 +20,18 @@ content:
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
revision_log:
|
||||
type: hide_revision_field_log_widget
|
||||
weight: 80
|
||||
region: content
|
||||
settings:
|
||||
rows: 5
|
||||
placeholder: ''
|
||||
show: false
|
||||
default: ''
|
||||
permission_based: false
|
||||
allow_user_settings: false
|
||||
third_party_settings: { }
|
||||
status:
|
||||
type: boolean_checkbox
|
||||
weight: 1
|
||||
|
@ -9,6 +9,7 @@ dependencies:
|
||||
- opencase_entities.oc_organisation_type.umbrella_client
|
||||
module:
|
||||
- file
|
||||
- hide_revision_field
|
||||
_core:
|
||||
default_config_hash: OC8jnc4KZMX-3IOvNhREzEIJ2cAagpxmwKeeUoAbYIc
|
||||
id: oc_organisation.umbrella_client.default
|
||||
@ -17,21 +18,21 @@ bundle: umbrella_client
|
||||
mode: default
|
||||
content:
|
||||
field_tags:
|
||||
type: entity_reference_autocomplete
|
||||
weight: 2
|
||||
region: content
|
||||
settings:
|
||||
match_operator: CONTAINS
|
||||
match_limit: 10
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
type: entity_reference_autocomplete
|
||||
region: content
|
||||
field_type_of_umbrella_client:
|
||||
type: options_select
|
||||
weight: 1
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
type: options_select
|
||||
region: content
|
||||
name:
|
||||
type: string_textfield
|
||||
weight: 0
|
||||
@ -40,6 +41,18 @@ content:
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
revision_log:
|
||||
type: hide_revision_field_log_widget
|
||||
weight: 80
|
||||
region: content
|
||||
settings:
|
||||
rows: 5
|
||||
placeholder: ''
|
||||
show: false
|
||||
default: ''
|
||||
permission_based: false
|
||||
allow_user_settings: false
|
||||
third_party_settings: { }
|
||||
status:
|
||||
type: boolean_checkbox
|
||||
weight: 3
|
||||
|
@ -80,6 +80,7 @@ module:
|
||||
views_autosubmit: 0
|
||||
views_summarize: 0
|
||||
views_ui: 0
|
||||
hide_revision_field: 1
|
||||
password_policy: 10
|
||||
views: 10
|
||||
paragraphs: 11
|
||||
|
Reference in New Issue
Block a user