This commit is contained in:
2018-09-19 17:39:41 +00:00
parent f78c022824
commit c1352c5cc4
2 changed files with 4 additions and 2 deletions

3
.vscode/launch.json vendored
View File

@@ -32,7 +32,8 @@
"env": {
"ASPNETCORE_ENVIRONMENT": "Development",
"AYANOVA_LOG_LEVEL": "Info",
"AYANOVA_DEFAULT_LANGUAGE": "de",
"AYANOVA_DEFAULT_LANGUAGE": "en",
//LOCALE MUST BE en for Integration TESTING
//"AYANOVA_PERMANENTLY_ERASE_DATABASE": "true",
"AYANOVA_DB_CONNECTION":"Server=localhost;Username=postgres;Password=raven;Database=AyaNova;",
"AYANOVA_USE_URLS": "http://*:7575;",

View File

@@ -21,7 +21,8 @@ namespace AyaNova.Biz
/*
ISSUES:
I'm seeing stopwords in the database searchdictionary "the" that shouldn't be there in the first place
ObjectID and type are empty in searchkeys
- Due to locale being german for manager test account creating crud widget
FIXED?: ObjectID and type are empty in searchkeys
*/