Skip to content

Commit 5a2c6db

Browse files
authored
Fix form translations weird behavior ; fix seeder; fix api form templates migrations; fix form templates row actions (#875)
1 parent 093966f commit 5a2c6db

35 files changed

+7248
-177
lines changed

api/src/Feature.FormTemplates/List/Endpoint.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ @status IS NULL
4848
FT."FormType",
4949
FT."NumberOfQuestions",
5050
FT."Icon",
51+
FT."LanguagesTranslationStatus",
5152
COALESCE(FT."LastModifiedOn", FT."CreatedOn") AS "LastModifiedOn",
5253
COALESCE(UPDATER."DisplayName", CREATOR."DisplayName") AS "LastModifiedBy"
5354
FROM "FormTemplates" FT

api/src/Vote.Monitor.Api/appsettings.Development.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
}
1717
},
1818
"Core": {
19-
"EnableHangfire": true,
19+
"EnableHangfire": false,
2020
"HangfireConnectionConfig": {
2121
"Server": "localhost",
2222
"Port": "5432",

0 commit comments

Comments
 (0)