From 75b09abd07ccb8928762f0d6ed93be6251e14b4b Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Wed, 19 Sep 2018 17:16:34 +0000 Subject: [PATCH] --- server/AyaNova/Controllers/LocaleController.cs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/server/AyaNova/Controllers/LocaleController.cs b/server/AyaNova/Controllers/LocaleController.cs index abf1af45..a351b334 100644 --- a/server/AyaNova/Controllers/LocaleController.cs +++ b/server/AyaNova/Controllers/LocaleController.cs @@ -418,6 +418,11 @@ namespace AyaNova.Api.Controllers [System.ComponentModel.DataAnnotations.Required] public List Keys { get; set; } + public LocaleSubsetParam() + { + Keys = new List(); + } + } #if (DEBUG)