This commit is contained in:
@@ -13,8 +13,11 @@ namespace AyaNova.PickList
|
||||
{
|
||||
switch (ayaType)
|
||||
{
|
||||
//CoreBizObject add here
|
||||
case AyaType.Widget:
|
||||
return new WidgetPickList() as IAyaPickList;
|
||||
case AyaType.User:
|
||||
return new UserPickList() as IAyaPickList;
|
||||
}
|
||||
return null;
|
||||
}
|
||||
@@ -33,9 +36,7 @@ namespace AyaNova.PickList
|
||||
TranslationKeysToFetch.Add(name);
|
||||
ret.Add(new NameIdItem() { Name = name, Id = (long)t });
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
var LT = TranslationBiz.GetSubsetStaticAsync(TranslationKeysToFetch, TranslationId).Result;
|
||||
foreach (NameIdItem i in ret)
|
||||
{
|
||||
@@ -43,7 +44,5 @@ namespace AyaNova.PickList
|
||||
}
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
||||
}//eoc
|
||||
}//eons
|
||||
Reference in New Issue
Block a user