Problem/Motivation
As in the title. This leads to unexpected results, for example empty string values leaking to configuration.
Steps to reproduce
Proposed resolution
Remaining tasks
User interface changes
Introduced terminology
API changes
Data model changes
Release notes snippet
Issue fork drupal-3467091
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
graber commentedComment #5
sorlov commentedComment #6
sorlov commentedUnsure if we need such global form API changes (as it affects many things)
Maybe better work on it from Item render element
Comment #7
sorlov commentedThis issue can be easily fixed when you use
'#input' => FALSE,for your item elementComment #8
sorlov commentedComment #9
graber commentedGood find! Let's try to add it to item element defaults, here or in #3400522: time_diff 'description' field not propagated to existing core views, view tests or core schema after being added to TimestampFormatter.
Comment #10
prashant.cCan someone please list down the "Steps to reproduce"? Thanks
Comment #11
andypostThe
#inputallowed with a big comment in #1825044: Turn contact form submissions into full-blown Contact Message entities, without storageOLD code
Comment #12
andypostProbably better to move the hack to contact module as no
inputexpected from theitemform element