We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3892a4 commit 69be393Copy full SHA for 69be393
Console/BExIS.Web.Shell/Areas/DDM/BExIS.Modules.Ddm.UI/Models/CitationModels.cs
@@ -43,7 +43,8 @@ public class CitationDataModel
43
[XmlElement("version")]
44
public string Version { get; set; }
45
46
- [XmlElement("projects")]
+ [XmlArray("projects")]
47
+ [XmlArrayItem("project")]
48
public List<string> Projects { get; set; }
49
50
[XmlElement("year")]
@@ -70,8 +71,6 @@ public class CitationDataModel
70
71
//public string EntityType { get; set; }
72
73
[XmlElement("entryType")]
- [Required(ErrorMessage = "Entry Type is required")]
74
- [MinLength(1, ErrorMessage = "Entry Type cannot be empty")]
75
public string EntryType { get; set; }
76
77
[XmlElement("entityName")]
0 commit comments