This commit is contained in:
@@ -826,7 +826,7 @@ namespace AyaNova.DataList
|
||||
case UiFieldDataType.InternalId:
|
||||
case UiFieldDataType.Integer: //whole numbers, not only integer
|
||||
{
|
||||
//case 1795 - it's numeric, convert to translation independant format
|
||||
//case 1795 - it's numeric, convert to translation independent format
|
||||
//RAVEN NOTE: no numbers are coming from the client in any culture format other than xx,xxx.00 but this is just insurance for api users
|
||||
NumberFormatInfo nfi = System.Globalization.CultureInfo.CurrentCulture.NumberFormat;
|
||||
switch (DataType)
|
||||
|
||||
@@ -8,7 +8,7 @@ namespace AyaNova.PickList
|
||||
/*
|
||||
/// <param name="params">The AyaType object type to select from</param>
|
||||
/// <param name="query">The query to filter the returned list by. Query text as provided will be case sensitively matched to all templated fields.
|
||||
/// Independantely of this, if an addition space separated string that begins with two consecutive periods is encountered that will be considered a separate match to the TAGS collection of each object
|
||||
/// independentely of this, if an addition space separated string that begins with two consecutive periods is encountered that will be considered a separate match to the TAGS collection of each object
|
||||
/// So a tag query might be entered as "..zon some" which would match all tags LIKE 'zon' and template fields LIKE 'some'</param>
|
||||
/// <param name="inactive">Include inactive objects in the returned list </param>
|
||||
/// <param name="preIds">Return only specific items (for pre-selected items on forms) </param>
|
||||
|
||||
Reference in New Issue
Block a user