This commit is contained in:
3
.vscode/launch.json
vendored
3
.vscode/launch.json
vendored
@@ -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;",
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user