Added value to custom job fields, added is job
Fixed queue
This commit is contained in:
@@ -12,12 +12,12 @@ namespace CMS_Client.Browser_Tools.Models
|
||||
public string Description;
|
||||
public TimeSpan ExecutionTime;
|
||||
public List<int> Tools;
|
||||
public List<Custom_Param> Customs;
|
||||
public List<CustomParam> Customs;
|
||||
|
||||
public MetadataToFile()
|
||||
{
|
||||
Tools = new List<int>();
|
||||
Customs = new List<Custom_Param>();
|
||||
Customs = new List<CustomParam>();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user