Skip to content

Commit 476ec39

Browse files
committed
hidden = false
1 parent b0ff2c7 commit 476ec39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qiita_pet/handlers/admin_processing_job.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def get(self):
6363
# different versions of the same plugin will have different
6464
# command_id, this will make sure to get them all (commands)
6565
sql = """SELECT processing_job_id FROM qiita.processing_job
66-
WHERE command_id in (
66+
WHERE hidden = false and command_id in (
6767
SELECT command_id FROM qiita.software_command
6868
WHERE
6969
name in (

0 commit comments

Comments
 (0)