imabug / raddb

Radiology equipment inventory tracker
MIT License
1 stars 1 forks source link

No more links to survey reports in survey status page #455

Closed imabug closed 2 years ago

imabug commented 2 years ago

Ability to link to survey reports in the survey status table was lost with the switch to laravel livewire-tables. Need to figure out how to restore the links.

imabug commented 2 years ago

Looks like there have been a few new columns added to the spatie/laravel-medialibrary media table. Created a new migration to add those columns. Also need to fix the model_type since it refers to RadDB\TestDate and needs to refer to App\Models\TestDate now (same with any other media models in the table).

After running the migration, need to:

imabug commented 2 years ago

Got links to survey reports back in the survey schedule page