publish tag name
authorRadek Czajka <rczajka@rczajka.pl>
Mon, 19 Jun 2023 13:55:05 +0000 (15:55 +0200)
committerRadek Czajka <rczajka@rczajka.pl>
Mon, 19 Jun 2023 13:55:05 +0000 (15:55 +0200)
src/catalogue/api/views.py

index 0f95f0a..a4653d1 100644 (file)
@@ -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",