feature: #158 adds job preference option to include all attachments on lodgment
This commit is contained in:
@@ -41,6 +41,12 @@ namespace Disco.Data.Configuration.Modules
|
||||
}
|
||||
}
|
||||
|
||||
public bool LodgmentIncludeAllAttachmentsByDefault
|
||||
{
|
||||
get { return Get(false); }
|
||||
set { Set(value); }
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Theme used in noticeboards by default.
|
||||
/// <see cref="Disco.Services.Extensions.UIHelpers.NoticeboardThemes"/>
|
||||
|
||||
Reference in New Issue
Block a user