From 54a68e11367ece233ebc4d3dbd292da793dbf7d3 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Wed, 26 Jun 2019 00:17:06 +0000 Subject: [PATCH] --- devdocs/todo.txt | 4 +++- server/AyaNova/util/Seeder.cs | 3 +++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/devdocs/todo.txt b/devdocs/todo.txt index 1b822226..48bb7bf9 100644 --- a/devdocs/todo.txt +++ b/devdocs/todo.txt @@ -16,7 +16,9 @@ REALLY MAKING MORE PROGRESS WHEN CLIENT DEV DRIVES BACKEND DEV, STICK TO THAT!! DO CLIENT STUFF NOW COME BACK TO THIS STUFF LATER -###*** BEFORE NEXT UPDATE TO DEVOPS SERVER::::::: +NOW: Figure out formcustom template, is it supposed to be an array or an object. I might have fucked it up in the seeder code and made it an object when it's jsut an array normally + +*** BEFORE NEXT UPDATE TO DEVOPS SERVER::::::: TODO: 2019-06-07 10:47:57.8894|WARN|Microsoft.AspNetCore.Cors.Infrastructure.CorsService|The CORS protocol does not allow specifying a wildcard (any) origin and credentials at the same time. Configure the policy by listing individual origins if credentials needs to be supported. 2 diff --git a/server/AyaNova/util/Seeder.cs b/server/AyaNova/util/Seeder.cs index 7c4424c8..ab336d23 100644 --- a/server/AyaNova/util/Seeder.cs +++ b/server/AyaNova/util/Seeder.cs @@ -79,6 +79,9 @@ namespace AyaNova.Util //WIDGET sample form customization { + ?? Should the template be an object or an array at the top + //In other words is it correct below or in the TEST Project FormCustom code where it's directly an array + //verify what is coming out of the test project in json first before this var ct = ServiceProviderProvider.DBContext; var fc = new FormCustom() {