This commit is contained in:
@@ -37,10 +37,7 @@ namespace AyaNova.Biz
|
||||
TABLE = "aformcustom";
|
||||
COLUMN = "formkey";
|
||||
break;
|
||||
case AyaType.DataListTemplate:
|
||||
TABLE = "adatalisttemplate";
|
||||
COLUMN = "datalistkey";
|
||||
break;
|
||||
|
||||
default:
|
||||
throw new System.NotSupportedException($"AyaNova.BLL.BizObjectNameFetcher::Name type {aytype.ToString()} is not supported");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user