minor: when creating a job scoped document template default to all job types

This commit is contained in:
Gary Sharp
2022-12-15 15:00:31 +11:00
parent 2bd9238090
commit 584bc07824
3 changed files with 17 additions and 28 deletions
@@ -14,7 +14,7 @@ namespace Disco.Models.UI.Config.DocumentTemplate
List<string> Scopes { get; }
List<Repository.JobType> GetJobTypes { get; }
List<Repository.JobSubType> GetJobSubTypes { get; }
List<Repository.JobType> GetJobTypes();
List<Repository.JobSubType> GetJobSubTypes();
}
}