mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-10-08 21:06:24 +08:00
Fix tables in shared task resutls page [SCI-11615]
This commit is contained in:
parent
bbb2836060
commit
867ff58799
1 changed files with 1 additions and 0 deletions
|
@ -56,6 +56,7 @@ class MyModuleShareableLinksController < ApplicationController
|
||||||
|
|
||||||
@gallery = @results.left_joins(:assets).pluck('assets.id').compact
|
@gallery = @results.left_joins(:assets).pluck('assets.id').compact
|
||||||
|
|
||||||
|
@disable_smart_annotation_links = true
|
||||||
render 'shareable_links/my_module_results_show', layout: 'shareable_links'
|
render 'shareable_links/my_module_results_show', layout: 'shareable_links'
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue