Patch Geofield to fix Issue #3207216: LatLon schema error: settings.output_escape missing schema

Note that this does not directly fix any issue in farmOS, but prevents
schema issues from happening when a LatLon formatter config is saved in
the future.
This commit is contained in:
Michael Stenta 2021-04-05 09:44:37 -04:00
parent 577f04fa0c
commit 666d5e8151
1 changed files with 1 additions and 0 deletions

View File

@ -58,6 +58,7 @@
"Issue #3160482: Error with UntrustedCallbackException": "https://www.drupal.org/files/issues/2021-03-02/error-with-untrustedcallbackexception-3160482-5.patch"
},
"drupal/geofield": {
"Issue #3207216: LatLon schema error: settings.output_escape missing schema": "https://www.drupal.org/files/issues/2021-04-05/3207216-5.patch",
"Issue #3207078: Add support for centroid WKT in LatLon formatter": "https://www.drupal.org/files/issues/2021-04-03/3207078-4.patch"
},
"drupal/state_machine": {