This commit is contained in:
@@ -4,6 +4,7 @@ namespace AyaNova.Models
|
||||
{
|
||||
|
||||
/*
|
||||
## NOTE: there is only one formcustom per ayatype, the formkey is the ayatype enum name
|
||||
|
||||
- Like DataFilter, holds a JSON fragment in one field and the form key in another field
|
||||
- JSON FRAGMENT holds items that differ from stock, Hide not valid for non hideable core fields
|
||||
@@ -16,7 +17,7 @@ namespace AyaNova.Models
|
||||
*/
|
||||
public class FormCustom
|
||||
{
|
||||
public long Id { get; set; }
|
||||
public long Id { get; set; }//Only one formcustom per object type
|
||||
public uint Concurrency { get; set; }
|
||||
|
||||
[Required, MaxLength(255)]
|
||||
|
||||
Reference in New Issue
Block a user