Skip to content
Snippets Groups Projects

Resolve "Add non-uhepp comments/description for each plot"

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -93,4 +93,4 @@ class PlotSerializer(serializers.HyperlinkedModelSerializer):
class Meta:
model = Plot
fields = ["uuid", "collection", "url", "uhepp"]
fields = ["uuid", "collection", "url", "uhepp", "comment"]
Loading