From 53a857ebcf6592e325085ad0191a27c3dd2182d5 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Wed, 8 Apr 2020 14:22:06 +0000 Subject: [PATCH] --- server/AyaNova/biz/AyaType.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/AyaNova/biz/AyaType.cs b/server/AyaNova/biz/AyaType.cs index f78977fb..4d2c8d01 100644 --- a/server/AyaNova/biz/AyaType.cs +++ b/server/AyaNova/biz/AyaType.cs @@ -14,9 +14,9 @@ namespace AyaNova.Biz //Pretty much everything that represents some kind of real world object is wikiable or attachable as long as it has an ID and a type //exceptions would be utility type objects like datalistview, formcustom etc that are not - //NOTE: NEW CORE OBJECTS - All areas of server code that require adding any new core objects have been tagged with the following comment: + //NOTE: NEW CORE OBJECTS - All areas of server AND CLIENT code that require adding any new core objects have been tagged with the following comment: //CoreBizObject add here - //Search for that and you will see all areas that need coding for the new object + //Search for that IN SERVER AND CLIENT CODE and you will see all areas that need coding for the new object NoType = 0, Global = 1,