Fixed bug updating status breaks concurrency token for header so can't update it

This commit is contained in:
2022-03-09 18:04:21 +00:00
parent a33f36e5b3
commit 8b5a8e323a
5 changed files with 13 additions and 8 deletions

View File

@@ -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; }