@@ -5,12 +5,15 @@ namespace Disco.Models.UI.Config.JobPreferences
|
||||
{
|
||||
public interface ConfigJobPreferencesIndexModel : BaseUIModel
|
||||
{
|
||||
string InitialCommentsTemplate { get; set; }
|
||||
int LongRunningJobDaysThreshold { get; set; }
|
||||
int StaleJobMinutesThreshold { get; set; }
|
||||
bool LodgmentIncludeAllAttachmentsByDefault { get; set; }
|
||||
LocationModes LocationMode { get; set; }
|
||||
List<string> LocationList { get; set; }
|
||||
|
||||
string OnCreateExpression { get; set; }
|
||||
string OnDeviceReadyForReturnExpression { get; set; }
|
||||
string OnCloseExpression { get; set; }
|
||||
|
||||
List<KeyValuePair<int, string>> LongRunningJobDaysThresholdOptions();
|
||||
|
||||
@@ -11,6 +11,7 @@ namespace Disco.Models.UI.Job
|
||||
List<string> SubTypes { get; set; }
|
||||
|
||||
string Comments { get; set; }
|
||||
bool RegenerateCommentsOnTypeChange { get; set; }
|
||||
|
||||
bool? DeviceHeld { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user