seek icon indicating copy to clipboard operation
seek copied to clipboard

Error merging in dynamic table helper

Open kdp-cloud opened this issue 11 months ago • 0 comments

When a user has no view access to a sample, the helper tries to merge the row data with nil, which throws an error!

An ActionView::Template::Error occurred in studies#show:

  no implicit conversion of nil into Hash
  app/helpers/dynamic_table_helper.rb:52:in `merge!'

kdp-cloud avatar Mar 25 '24 09:03 kdp-cloud