I am seeing a Notice when adding new content that comes from the sio__file widget.
To reproduce, add new content for something that has the sio__file field, e.g. a new analysis. On the form we see
Notice: Trying to get property 'analysis_id' of non-object in sio__file_widget->form() (line 33 of ...sites/all/modules/tripal_file/includes/TripalFields/sio__file/sio__file_widget.inc).
I am seeing a Notice when adding new content that comes from the
sio__file
widget. To reproduce, add new content for something that has thesio__file
field, e.g. a new analysis. On the form we seeNotice: Trying to get property 'analysis_id' of non-object in sio__file_widget->form() (line 33 of ...sites/all/modules/tripal_file/includes/TripalFields/sio__file/sio__file_widget.inc).
I propose pull request to fix this