aces / Loris

LORIS is a web-accessible database solution for longitudinal multi-site studies.
GNU General Public License v3.0
142 stars 172 forks source link

Visit Label Feedback button should be disabled when no imaging data exists for a session #4332

Open johnsaigle opened 5 years ago

johnsaigle commented 5 years ago

For a session without imaging data the "Visit Label Feedback" button appears in the control panel even though there is no feedback. Clicking this button causes a blank feedback_mri_popup to appear. In the back-end this triggers a TypeError.

PHP Fatal error:  Uncaught TypeError: Argument 1 passed to FeedbackMRI::__construct() must be of the type string, null given

The button should not be displayed when no imaging data is present.

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

shonibare commented 10 months ago

PR - #8951