Closed (fixed)
Project:
Blazy
Version:
8.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Jan 2023 at 17:58 UTC
Updated:
5 Apr 2023 at 04:14 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
vacho commentedThis patch fix the issue
Comment #3
gausarts commentedThank 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...
Comment #4
gausarts commentedI 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.
Comment #6
gausarts commentedRegarding the failed tests, D10 requires PHP8+, not 7.
Committed with changes as mentioned at #3.
Thank you for contribution and patience.