You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The linked block should operate on the current|lab_record_import|, not |lab_record|. Otherwise, it'll load unnecessarily into memory all the lab_records entities associated with that import
The text was updated successfully, but these errors were encountered:
I've already found a fix for this. The problem is the way
ActiveAdmin
is computing the columns to be displayed onLab Record Imports
screen:https://github.com/instedd/maap-store/blob/51a1b694fd40a3540dee075c9e9e975db9517044/app/admin/lab_record_imports.rb#L4
The linked block should operate on the current
|lab_record_import|
, not|lab_record|
. Otherwise, it'll load unnecessarily into memory all thelab_records
entities associated with that importThe text was updated successfully, but these errors were encountered: