From 2fb10a009990cf3022422a7bf23f7c7d07d237dc Mon Sep 17 00:00:00 2001
From: Frank Sauerburger <frank@sauerburger.com>
Date: Mon, 31 May 2021 21:08:49 +0200
Subject: [PATCH] Expose comment in api

---
 uhepp_org/uhepp_api/serializers.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/uhepp_org/uhepp_api/serializers.py b/uhepp_org/uhepp_api/serializers.py
index 4f9c164..b8e66a7 100644
--- a/uhepp_org/uhepp_api/serializers.py
+++ b/uhepp_org/uhepp_api/serializers.py
@@ -93,4 +93,4 @@ class PlotSerializer(serializers.HyperlinkedModelSerializer):
 
     class Meta:
         model = Plot
-        fields = ["uuid", "collection", "url", "uhepp"]
+        fields = ["uuid", "collection", "url", "uhepp", "comment"]
-- 
GitLab