Merge pull request #310 from tokejepsen/2.x/bugfix/harmony_workfile_representations

Only zip files are supported.
This commit is contained in:
Milan Kolar 2020-07-08 08:54:53 +02:00 committed by GitHub
commit a482cc76fd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -40,5 +40,5 @@ class ImportWorkfileLoader(ImportTemplateLoader):
"""Import workfiles."""
families = ["workfile"]
representations = ["*"]
representations = ["zip"]
label = "Import Workfile"