Problem/Motivation

I got these missing schemas for a field that shows by this module:

------------------------------------------------------------- ---------------- 
  Key                                                           Status          
 ------------------------------------------------------------- ---------------- 
  core.entity_view_display.node.srh_recipe.banner:content.fie   missing schema  
  ld_srh_media_gallery.settings._item                                           
  core.entity_view_display.node.srh_recipe.banner:content.fie   missing schema  
  ld_srh_media_gallery.settings._uri                                            
  core.entity_view_display.node.srh_recipe.default:content.fi   missing schema  
  eld_srh_media_gallery.settings._item                                          
  core.entity_view_display.node.srh_recipe.default:content.fi   missing schema  
  eld_srh_media_gallery.settings._uri                                           
  core.entity_view_display.node.srh_recipe.full:content.field   missing schema  
  _srh_media_gallery.settings._item                                             
  core.entity_view_display.node.srh_recipe.full:content.field   missing schema  
  _srh_media_gallery.settings._uri                                              
  core.entity_view_display.node.srh_recipe.tags:third_party_s   missing schema  
  ettings.layout_builder.sections.0.components.88ecbacb-882c-                   
  4bec-9b52-dd46d45db038.configuration.formatter.settings._it                   
  em                                                                            
  core.entity_view_display.node.srh_recipe.tags:third_party_s   missing schema  
  ettings.layout_builder.sections.0.components.88ecbacb-882c-                   
  4bec-9b52-dd46d45db038.configuration.formatter.settings._ur                   
  i                                                                             
  core.entity_view_display.node.srh_recipe.tags:content.field   missing schema  
  _srh_media_gallery.settings._item                                             
  core.entity_view_display.node.srh_recipe.tags:content.field   missing schema  
  _srh_media_gallery.settings._uri                                              

CommentFileSizeAuthor
#2 3332385-2.patch431 bytesvacho

Comments

vacho created an issue. See original summary.

vacho’s picture

StatusFileSize
new431 bytes

This patch fix the issue

gausarts’s picture

Status: Active » Needs review
Issue tags: -Configuration schema

Thank you.

Looks like a leak somewhere. We should not have them enter config schema. They are not options, just tentative variables.

Mind updating your patch and moving them into this function for easy removal and tracking:
https://git.drupalcode.org/project/blazy/-/blob/8.x-2.x/src/BlazyDefault...

gausarts’s picture

I just found out I had them myself, but solutions appeared to be simple:
save the affected form, normally at Manage display pages, and it should be fine.

No need to re-save Blazy formatters, just the main one.

This at least proved a leak indeed somewhere from previous versions, but likely solved now.

To avoid re-saving the form, we need an updated patch with the suggestion at #3 for easy removal.

Feel free to update it, or for immediate solution, please re-save the form.

  • gausarts committed 208c84c7 on 8.x-2.x authored by vacho
    Issue #3332385 by vacho: Missing schemas for _item and _uri
    
gausarts’s picture

Status: Needs review » Fixed

Regarding the failed tests, D10 requires PHP8+, not 7.

Committed with changes as mentioned at #3.
Thank you for contribution and patience.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.