Skip to content

Commit

Permalink
OY-5045 Ataru hyväksymää preview-generation tilassa "started" olevat …
Browse files Browse the repository at this point in the history
…liitteet
  • Loading branch information
jkorri committed Jan 24, 2025
1 parent c601b03 commit d51312e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cljc/ataru/schema/form_schema.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@
:cljs #"^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}\.\d{3}Z$")
(s/optional-key :deleted) (s/maybe #?(:clj org.joda.time.DateTime
:cljs #"^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}\.\d{3}Z$"))
(s/optional-key :preview-status) (s/enum "not_supported" "not_generated" "finished" "error")
(s/optional-key :preview-status) (s/enum "not_supported" "not_generated" "finished" "error" "started")
(s/optional-key :previews) [Preview]
(s/optional-key :content-disposition) (s/maybe s/Str)})

Expand Down

0 comments on commit d51312e

Please sign in to comment.