- 🇦🇺Australia acbramley
I'm not even sure if this is something we could fix? If you don't click Upload, how do we save that state?
Follow-up of #2548713: Only one additional new value saved unlimited field and no non-field values are restored after preview →
Argh, I did find one regression here, actually identifed by a paragraph test that I didn't run when working on this (ParagraphsAccessTest) but took me a while to track it down.
Given the following:
* An Image field (probably file as well), does not need to be on paragraph/nested form, the one on article works to reproduce this
* JS disabled
* alt/title not requiredWhen you select a file, and then directly go to Preview, without clicking "Upload" first, and then go back to content edit then the image field is in a weird, messed up state. Somehow I think we get a mess between user input and stored widget state so that the fids input overrides the actual data.
Saving works fine without clicking upload, it's really just Preview.
I have no idea :)
Decide what to do
Patch
Review
Commit
Postponed: needs info
11.0 🔥
node system
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
I'm not even sure if this is something we could fix? If you don't click Upload, how do we save that state?