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
It's clear that the HpcModule class could use a little refactor so we can pull all the modules a little easier.
Seems like the all API should set the cluster attr_reader.
It's used in the controller where we get all modules across clusters, but once I refactor that piece I can turn it into an `attr_reader` with no issue.
(Actually we might not need to read/access that at all. I was just making things difficult)
It's clear that the
HpcModule
class could use a little refactor so we can pull all the modules a little easier.Seems like the
all
API should set thecluster
attr_reader.(Actually we might not need to read/access that at all. I was just making things difficult)
ondemand/apps/dashboard/app/controllers/module_browser_controller.rb
Lines 7 to 10 in 51b66b9
Originally posted by @ahmed-mgd in #4348 (comment)
The text was updated successfully, but these errors were encountered: