Loading lib/galaxy/managers/jobs.py +1 −1 Original line number Diff line number Diff line Loading @@ -108,7 +108,7 @@ class JobManager: self.app = app self.dataset_manager = DatasetManager(app) def index_query(self, trans: ProvidesUserContext, payload: JobIndexQueryPayload) -> sqlalchemy.engine.Result: def index_query(self, trans: ProvidesUserContext, payload: JobIndexQueryPayload) -> sqlalchemy.engine.ScalarResult: """The caller is responsible for security checks on the resulting job if history_id, invocation_id, or implicit_collection_jobs_id is set. Otherwise this will only return the user's jobs or all jobs if the requesting Loading Loading
lib/galaxy/managers/jobs.py +1 −1 Original line number Diff line number Diff line Loading @@ -108,7 +108,7 @@ class JobManager: self.app = app self.dataset_manager = DatasetManager(app) def index_query(self, trans: ProvidesUserContext, payload: JobIndexQueryPayload) -> sqlalchemy.engine.Result: def index_query(self, trans: ProvidesUserContext, payload: JobIndexQueryPayload) -> sqlalchemy.engine.ScalarResult: """The caller is responsible for security checks on the resulting job if history_id, invocation_id, or implicit_collection_jobs_id is set. Otherwise this will only return the user's jobs or all jobs if the requesting Loading