We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0ff2c7 commit 476ec39Copy full SHA for 476ec39
qiita_pet/handlers/admin_processing_job.py
@@ -63,7 +63,7 @@ def get(self):
63
# different versions of the same plugin will have different
64
# command_id, this will make sure to get them all (commands)
65
sql = """SELECT processing_job_id FROM qiita.processing_job
66
- WHERE command_id in (
+ WHERE hidden = false and command_id in (
67
SELECT command_id FROM qiita.software_command
68
WHERE
69
name in (
0 commit comments