Fixed bug updating status breaks concurrency token for header so can't update it
This commit is contained in:
@@ -38,11 +38,9 @@ namespace AyaNova.Models
|
||||
[NotMapped, JsonIgnore]
|
||||
public string Name { get; set; }
|
||||
|
||||
//UTILITY FIELDS
|
||||
[NotMapped]
|
||||
public uint NewQuoteConcurrency { get; set; }
|
||||
|
||||
//related
|
||||
// [JsonIgnore]//internal only here at server not used by client
|
||||
// public QuoteStatus QuoteStatus { get; set; }
|
||||
|
||||
[NotMapped, JsonIgnore]
|
||||
public AyaType AyaType { get => AyaType.QuoteStatus; }
|
||||
|
||||
Reference in New Issue
Block a user