From ab6d1311a5ddff7151ff0c574a202a7bcd0dfcc0 Mon Sep 17 00:00:00 2001 From: Radek Czajka Date: Mon, 19 Jun 2023 15:55:05 +0200 Subject: [PATCH] publish tag name --- src/catalogue/api/views.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/catalogue/api/views.py b/src/catalogue/api/views.py index 0f95f0ace..a4653d12f 100644 --- a/src/catalogue/api/views.py +++ b/src/catalogue/api/views.py @@ -331,6 +331,7 @@ class TagView(RetrieveAPIView): def post(self, request, **kwargs): data = json.loads(request.POST.get('data')) fields = { + "name_pl": "name_pl", "description_pl": "description_pl", "plural": "plural", "is_epoch_specific": "genre_epoch_specific", -- 2.20.1