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
Is your feature request related to a problem? Please describe.
The job table in an app with open portal mode enabled doesn't update b/c the update status API is protected by a login required decorator. For example, update_row:
Is your feature request related to a problem? Please describe.
The job table in an app with open portal mode enabled doesn't update b/c the update status API is protected by a login required decorator. For example, update_row:
tethys/tethys_gizmos/views/gizmos/jobs_table.py
Line 236 in c24902e
Describe the solution you'd like
Honor open-portal mode setting or provide another setting to allow retrieval of jobs status without being logged in.
The text was updated successfully, but these errors were encountered: