Commit a71eebfe authored by Libia Medina's avatar Libia Medina
Browse files

se crea el tag para prod

No related merge requests found
Pipeline #4894 passed with stage
in 7 minutes and 39 seconds
Showing with 8 additions and 7 deletions
......@@ -321,7 +321,7 @@ function isa_update_9286(&$sandbox) {
'isa_core', 'isa_field_storage', 'mef_dos_enlaces'
]);
\Drupal::service('module_installer')->install([
'mef_paragraph_tema_interes', 'mef_temas_de_interés'
'mef_paragraph_tema_interes', 'mef_temas_de_interes'
]);
}
......@@ -496,10 +496,10 @@ function isa_update_9312(&$sandbox) {
]);
}
function isa_update_9313(&$sandbox) {
_isa_import_config([
'isa_search'
]);
function isa_update_9313(&$sandbox) {
_isa_import_config([
'isa_search'
]);
}
function isa_update_9314(&$sandbox) {
......@@ -1003,12 +1003,13 @@ function isa_update_9383(&$sandbox) {
* Se reinstala y actualiza
* mef_newsletter
*/
function isa_update_9385(&$sandbox) {
function isa_update_9386(&$sandbox) {
// Lista de configuraciones a eliminar.
$config_simplenews = [
'core.entity_form_display.simplenews_subscriber.simplenews_subscriber.default',
'core.entity_view_display.simplenews_subscriber.simplenews_subscriber.default',
'core.entity_view_display.node.pagina_de_suscripcion.default',
'core.entity_form_display.node.pagina_de_suscripcion.default',
'field.field.node.pagina_de_suscripcion.body',
'field.field.simplenews_subscriber.simplenews_subscriber.field_nombre',
'field.storage.simplenews_subscriber.field_nombre',
......@@ -1038,4 +1039,4 @@ function isa_update_9385(&$sandbox) {
\Drupal::service('module_installer')->install([
'mef_newsletter'
]);
}
\ No newline at end of file
}
\ No newline at end of file
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment