- ๐ฆ๐บAustralia VladimirAus Brisbane, Australia
Tested and works as expected! Thank you! ๐ฅณ
In file_entity_inline_field_widget_process()
, there's a condition that checks the $element['fid']['#value']
to determine whether or not a file has been uploaded. However, that value might not have been set depending on which order the process functions are being executed in. It's safer to rely on $element['#value']['fid']
instead, as it's always set if there's a file uploaded.
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Tested and works as expected! Thank you! ๐ฅณ