Skip to content
Snippets Groups Projects
Commit f4084107 authored by catch's avatar catch
Browse files

Issue #2867113 by Berdir, Wim Leers: Fatal error in...

Issue #2867113 by Berdir, Wim Leers: Fatal error in serialization_update_8302() when updating to 8.3.0-rc2
parent de3fde9a
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,7 @@ function serialization_update_8302() {
$config_factory = \Drupal::configFactory();
$config_factory->getEditable('serialization.settings')
->set('bc_primitives_as_strings', FALSE)
->save(FALSE);
->save(TRUE);
return t('The REST API will no longer output all values as strings. Integers/booleans will be used where appropriate. If your site depends on these value being strings, <a href="https://www.drupal.org/node/2837696">read the change record to learn how to enable the BC mode.</a>');
}
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