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
Since we have InteractiveSessionType enum in reana-db now, we can retire INTERACTIVE_SESSION_TYPES config variable in REANA-Commons and REANA-Client by replacing it with this new enum.
One possible way would be to serve the InteractiveSessionType through REST API (/api/config) so we can achieve the client-side validation after a first request retrieving config
Since we have
InteractiveSessionType
enum in reana-db now, we can retireINTERACTIVE_SESSION_TYPES
config variable in REANA-Commons and REANA-Client by replacing it with this new enum.One possible way would be to serve the
InteractiveSessionType
through REST API (/api/config
) so we can achieve the client-side validation after a first request retrieving configOriginally posted by @diegodelemos in reanahub/reana-db#90 (comment)
The text was updated successfully, but these errors were encountered: