updated core from 8.4 to 8.5 : bug with login_destination

This commit is contained in:
Bachir Soussi Chiadmi
2018-03-13 14:01:21 +01:00
parent 0d78da249b
commit e668535a4e
3486 changed files with 89604 additions and 33283 deletions
@@ -6,5 +6,5 @@ dependencies:
id: node_publish_action
label: 'Publish content'
type: node
plugin: node_publish_action
plugin: entity:publish_action:node
configuration: { }
@@ -6,5 +6,5 @@ dependencies:
id: node_save_action
label: 'Save content'
type: node
plugin: node_save_action
plugin: entity:save_action:node
configuration: { }
@@ -6,5 +6,5 @@ dependencies:
id: node_unpublish_action
label: 'Unpublish content'
type: node
plugin: node_unpublish_action
plugin: entity:unpublish_action:node
configuration: { }
@@ -28,7 +28,7 @@ display:
empty:
area_text_custom:
admin_label: ''
content: 'No front page content has been created yet.'
content: 'No front page content has been created yet.<br/>Follow the <a target="_blank" href="https://www.drupal.org/docs/user_guide/en/index.html">User Guide</a> to start building your site.'
empty: true
field: area_text_custom
group_type: group
@@ -62,14 +62,20 @@ action.configuration.node_promote_action:
type: action_configuration_default
label: 'Promote selected content from front page configuration'
# @deprecated in Drupal 8.5.x, to be removed before Drupal 9.0.0.
# @see https://www.drupal.org/node/2919303
action.configuration.node_publish_action:
type: action_configuration_default
label: 'Publish selected content configuration'
# @deprecated in Drupal 8.5.x, to be removed before Drupal 9.0.0.
# @see https://www.drupal.org/node/2919303
action.configuration.node_unpublish_action:
type: action_configuration_default
label: 'Unpublish selected content configuration'
# @deprecated in Drupal 8.5.x, to be removed before Drupal 9.0.0.
# @see https://www.drupal.org/node/2919303
action.configuration.node_save_action:
type: action_configuration_default
label: 'Save content configuration'