This commit is contained in:
2019-06-26 00:17:06 +00:00
parent aa042e3fb1
commit 54a68e1136
2 changed files with 6 additions and 1 deletions

View File

@@ -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 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. 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 2

View File

@@ -79,6 +79,9 @@ namespace AyaNova.Util
//WIDGET sample form customization //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 ct = ServiceProviderProvider.DBContext;
var fc = new FormCustom() var fc = new FormCustom()
{ {