Final (?) de-widgetification
This commit is contained in:
@@ -33,9 +33,7 @@ namespace AyaNova.Biz
|
||||
case AyaType.DataListSavedFilter:
|
||||
return new DataListSavedFilterBiz(ct, userId, translationId, roles);
|
||||
case AyaType.FormCustom:
|
||||
return new FormCustomBiz(ct, userId, translationId, roles);
|
||||
case AyaType.Widget:
|
||||
return new WidgetBiz(ct, userId, translationId, roles);
|
||||
return new FormCustomBiz(ct, userId, translationId, roles);
|
||||
case AyaType.FileAttachment:
|
||||
return new AttachmentBiz(ct, userId, roles);
|
||||
case AyaType.Customer:
|
||||
|
||||
Reference in New Issue
Block a user