Skip to content

Commit

Permalink
Merge pull request #17186 from dannon/fix-job-destination-params
Browse files Browse the repository at this point in the history
[23.2] Fix job destination extra params
  • Loading branch information
mvdbeek authored Dec 14, 2023
2 parents 2daff04 + 6ae573d commit 1449190
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/galaxy/schema/jobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,9 @@ class JobDestinationParams(Model):
None, title="Handler", description="Name of the process that handled the job.", alias="Handler"
)

class Config:
extra = Extra.allow # JobDestinationParams can have extra fields


class JobOutput(Model):
label: Any = Field(default=Required, title="Output label", description="The output label") # check if this is true
Expand Down

0 comments on commit 1449190

Please sign in to comment.