tripal / tripal_file

Manages site-wide files and associates them with content in a Tripal site.
1 stars 2 forks source link

Notice from sio__file_widget when adding new tripal content #23

Closed dsenalik closed 2 years ago

dsenalik commented 2 years ago

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 propose pull request to fix this

dsenalik commented 2 years ago

Oops this was already fixed with 1f84ea9 on Jan 8