Skip to content
Snippets Groups Projects
Commit 519e72b9 authored by Adrian Lorenc's avatar Adrian Lorenc
Browse files

ISAICP-9017: Revert remarks.

parent 77510f2a
No related branches found
No related tags found
1 merge request!183Release v1.112.0
......@@ -19,7 +19,6 @@ function joinup_log_update_111200(): TranslatableMarkup {
$field = BaseFieldDefinition::create('map')
->setLabel(new TranslatableMarkup('Variables'))
->setDefaultValue(serialize([]))
->setRequired(TRUE)
->setDescription(new TranslatableMarkup('Serialized array of variables that match the message string and that is passed into the t() function.'));
$definition_update_manager->installFieldStorageDefinition('variables', 'joinup_log', 'joinup_log', $field);
......
......@@ -82,7 +82,6 @@ public static function baseFieldDefinitions(EntityTypeInterface $entity_type): a
$fields['variables'] = BaseFieldDefinition::create('map')
->setLabel(new TranslatableMarkup('Variables'))
->setDefaultValue(serialize([]))
->setRequired(TRUE)
->setDescription(new TranslatableMarkup('Serialized array of variables that match the message string and that is passed into the t() function.'));
$fields['severity'] = BaseFieldDefinition::create('list_integer')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment