Closed (fixed)
Project:
Custom Formatters
Version:
4.0.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Dec 2020 at 12:11 UTC
Updated:
17 May 2026 at 08:00 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
gordon commentedI think it is to do with the config_export not being fully populated.
Comment #3
znak commentedComment #5
mortona2k commentedThe optional config has 3 example formatters, which were causing errors on missing properties.
With this patch, after uninstalling and reinstalling the module (to clear the config) I didn't get the errors.
Looks like this fixes it by defining the config_export for the missing properties. This should also also fix exporting custom formatter config.
Comment #6
nigelcunningham commentedThe patch did the trick for me too.
Comment #7
decipheredThanks gordon. Committed to 4.1.x