This commit is contained in:
@@ -16,7 +16,6 @@ SERVER
|
|||||||
|
|
||||||
- DO ALL THE THINGS!!!! - all the way down to DOCS MANUAL below which isn't urgent and go back to client stuff
|
- DO ALL THE THINGS!!!! - all the way down to DOCS MANUAL below which isn't urgent and go back to client stuff
|
||||||
|
|
||||||
- USER object add the custom fields code as in Widget
|
|
||||||
|
|
||||||
- JWT issues??
|
- JWT issues??
|
||||||
- potentially lots of issues, look into it as using them kind of mindlessly right now.
|
- potentially lots of issues, look into it as using them kind of mindlessly right now.
|
||||||
|
|||||||
@@ -64,8 +64,8 @@ namespace AyaNova.Biz
|
|||||||
l.Add(new FormField("Name", true, false));//is not shared localized text key and not hideable as it is in the validation rules for widget
|
l.Add(new FormField("Name", true, false));//is not shared localized text key and not hideable as it is in the validation rules for widget
|
||||||
l.Add(new FormField("EmployeeNumber"));
|
l.Add(new FormField("EmployeeNumber"));
|
||||||
l.Add(new FormField("Roles", false, false));
|
l.Add(new FormField("Roles", false, false));
|
||||||
l.Add(new FormField("UserNotes","UserNotes"));
|
l.Add(new FormField("UserNotes", "UserNotes"));
|
||||||
l.Add(new FormField("UserType",false,false));
|
l.Add(new FormField("UserType", false, false));
|
||||||
l.Add(new FormField("Active", true, false));
|
l.Add(new FormField("Active", true, false));
|
||||||
l.Add(new FormField("Tags", true, false));
|
l.Add(new FormField("Tags", true, false));
|
||||||
l.Add(new FormField("UserCustom1", false, true, true));
|
l.Add(new FormField("UserCustom1", false, true, true));
|
||||||
|
|||||||
Reference in New Issue
Block a user