This commit is contained in:
@@ -20,6 +20,7 @@ namespace AyaNova.Biz
|
||||
{
|
||||
get
|
||||
{
|
||||
//CoreBizObject add here
|
||||
List<string> l = new List<string>{
|
||||
AyaType.Widget.ToString(),AyaType.User.ToString()
|
||||
};
|
||||
@@ -40,7 +41,7 @@ namespace AyaNova.Biz
|
||||
***************************** Otherwise the hidden field can't be set and the object can't be saved EVER
|
||||
*/
|
||||
List<AyaFormFieldDefinition> l = new List<AyaFormFieldDefinition>();
|
||||
|
||||
//CoreBizObject add here
|
||||
if (key == AyaType.Widget.ToString())
|
||||
{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user