Feature: Document Template Packages
Document Templates can be grouped into a package and generated on-demand in the same was as individual document templates. Packages can be generated in bulk.
This commit is contained in:
@@ -14,7 +14,9 @@ namespace Disco.Web.Areas.Config.Models.DocumentTemplate
|
||||
|
||||
public int StoredInstanceCount { get; set; }
|
||||
|
||||
public List<bool> TemplatePagesHaveAttachmentId { get; set; }
|
||||
public List<Expression> TemplateExpressions { get; set; }
|
||||
public int TemplatePageCount { get { return TemplatePagesHaveAttachmentId?.Count() ?? 0; } }
|
||||
|
||||
public List<JobType> JobTypes { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user