Skip to content
Snippets Groups Projects
Commit 9b32b486 authored by David Pascoe-Deslauriers's avatar David Pascoe-Deslauriers
Browse files

Issue #3262580: Uninstall error

parent 72df4a70
Branches
Tags
No related merge requests found
Showing
with 60 additions and 6 deletions
......@@ -10,6 +10,9 @@ dependencies:
- node.type.web_service_example
module:
- path
enforced:
module:
- wsdata_example
id: node.web_service_example.default
targetEntityType: node
bundle: web_service_example
......
......@@ -10,6 +10,9 @@ dependencies:
- node.type.web_service_example
module:
- user
enforced:
module:
- wsdata_example
id: node.web_service_example.default
targetEntityType: node
bundle: web_service_example
......
......@@ -7,6 +7,9 @@ dependencies:
- node.type.web_service_example
module:
- user
enforced:
module:
- wsdata_example
id: node.web_service_example.teaser
targetEntityType: node
bundle: web_service_example
......
......@@ -5,6 +5,9 @@ dependencies:
config:
- field.storage.node.field_post_body
- node.type.web_service_example
enforced:
module:
- wsdata_example
id: node.web_service_example.field_post_body
field_name: field_post_body
entity_type: node
......
......@@ -5,6 +5,9 @@ dependencies:
config:
- field.storage.node.field_post_id
- node.type.web_service_example
enforced:
module:
- wsdata_example
id: node.web_service_example.field_post_id
field_name: field_post_id
entity_type: node
......
......@@ -5,6 +5,9 @@ dependencies:
config:
- field.storage.node.field_post_title
- node.type.web_service_example
enforced:
module:
- wsdata_example
id: node.web_service_example.field_post_title
field_name: field_post_title
entity_type: node
......
......@@ -5,6 +5,9 @@ dependencies:
config:
- field.storage.node.field_post_user
- node.type.web_service_example
enforced:
module:
- wsdata_example
id: node.web_service_example.field_post_user
field_name: field_post_user
entity_type: node
......
......@@ -4,6 +4,9 @@ status: true
dependencies:
module:
- node
enforced:
module:
- wsdata_example
id: node.field_post_body
field_name: field_post_body
entity_type: node
......
......@@ -4,6 +4,9 @@ status: true
dependencies:
module:
- node
enforced:
module:
- wsdata_example
id: node.field_post_id
field_name: field_post_id
entity_type: node
......
......@@ -4,6 +4,9 @@ status: true
dependencies:
module:
- node
enforced:
module:
- wsdata_example
id: node.field_post_title
field_name: field_post_title
entity_type: node
......
......@@ -4,6 +4,9 @@ status: true
dependencies:
module:
- node
enforced:
module:
- wsdata_example
id: node.field_post_user
field_name: field_post_user
entity_type: node
......
......@@ -4,6 +4,9 @@ status: true
dependencies:
module:
- menu_ui
enforced:
module:
- wsdata_example
third_party_settings:
menu_ui:
available_menus: { }
......
uuid: 6b9228a3-6a48-411c-a32d-ae942b52f685
langcode: en
status: true
dependencies: { }
dependencies:
enforced:
module:
- wsdata_example
id: fetch_all_post
label: 'Fetch All Post'
wsserver: example_server
......
uuid: 612802f0-ecdd-4f97-ac07-e1b56e70c3e7
langcode: en
status: true
dependencies: { }
dependencies:
enforced:
module:
- wsdata_example
id: fetch_individual_post
label: 'Fetch Individual Post'
wsserver: example_server
......
uuid: 537940d1-3e30-4bb4-a389-debebd51c234
langcode: en
status: true
dependencies: { }
dependencies:
enforced:
module:
- wsdata_example
id: example_server
label: 'Example Server'
endpoint: 'http://jsonplaceholder.typicode.com'
......
uuid: 42cafad3-5ec8-47c0-9d5d-8c1032ef03c2
langcode: en
status: true
dependencies: { }
dependencies:
enforced:
module:
- wsdata_example
id: field_post_body
wscall: fetch_individual_post
replacements:
......
uuid: 11c530cd-6763-45d8-bc1f-f697277c2c52
langcode: en
status: true
dependencies: { }
dependencies:
enforced:
module:
- wsdata_example
id: field_post_title
wscall: fetch_individual_post
replacements:
......
uuid: 5b056076-75b5-4ed4-9ba3-4bd4cabbf1bd
langcode: en
status: true
dependencies: { }
dependencies:
enforced:
module:
- wsdata_example
id: field_post_user
wscall: fetch_individual_post
replacements:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment