Skip to content

Commit

Permalink
CORE-1901 Fix FileFolderInput relaunch param formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
psarando committed Jun 29, 2024
1 parent 6e8798f commit 4b6c9ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/apps/service/apps/jobs/util.clj
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
(:use [slingshot.slingshot :only [try+ throw+]])
(:require [apps.clients.data-info :as data-info]
[apps.persistence.jobs :as jp]
[apps.persistence.app-metadata :as am]
[apps.util.service :as service]
[clojure.string :as string]
[clojure.tools.logging :as log]
Expand Down Expand Up @@ -51,8 +52,7 @@
"FolderInput" "collection"
"MultiFileSelector" "many"})

(def input-types
(set (keys input-multiplicities)))
(def input-types am/param-ds-input-types)

(def output-multiplicities
{"FileOutput" "single"
Expand Down

0 comments on commit 4b6c9ec

Please sign in to comment.