This commit is contained in:
2020-01-23 20:10:47 +00:00
parent 168d7ac939
commit f5e3000cd4
3 changed files with 3 additions and 3 deletions

View File

@@ -408,7 +408,7 @@ namespace AyaNova
// ******************** TESTING WIPE DB ***************************** // ******************** TESTING WIPE DB *****************************
// //
//Set this to true to wipe the db and reinstall a trial license and re-seed the data //Set this to true to wipe the db and reinstall a trial license and re-seed the data
var TESTING_REFRESH_DB = false;//####################################################################################### var TESTING_REFRESH_DB = true;//#######################################################################################
#if (DEBUG) #if (DEBUG)

View File

@@ -30,7 +30,7 @@ namespace AyaNova.Biz
// - e.g.: {template:[{fld:"ltkeyfieldname",hide:"true/false",required:"true/false", type:"bool"},{fld:"ltkeyfieldname",hide:"true/false",required:"true/false", type:"text"]} // - e.g.: {template:[{fld:"ltkeyfieldname",hide:"true/false",required:"true/false", type:"bool"},{fld:"ltkeyfieldname",hide:"true/false",required:"true/false", type:"text"]}
//get the FormField object //get the FormField object
AyaFormFieldDefinition FF = FormFields.Where(x => x.LtKey == FldLtKey).Single(); AyaFormFieldDefinition FF = FormFields.Where(x => x.FieldKey == FldLtKey).Single();
//don't validate custom fields, just skip them //don't validate custom fields, just skip them
// if (!string.IsNullOrWhiteSpace(FF.PropertyName))//this used to work because there would be no property name but now there is so it doesn't // if (!string.IsNullOrWhiteSpace(FF.PropertyName))//this used to work because there would be no property name but now there is so it doesn't

View File

@@ -85,7 +85,7 @@ namespace AyaNova.Util
FormKey = AyaFormFieldDefinitions.WIDGET_KEY, FormKey = AyaFormFieldDefinitions.WIDGET_KEY,
Template = @"[ Template = @"[
{ {
""fld"": ""WidgetNotes"", ""fld"": ""Notes"",
""required"": true ""required"": true
}, },
{ {