test
This commit is contained in:
@@ -547,7 +547,7 @@ class TagDistributionBatchViewSet(
|
||||
|
||||
dist_batch = self.get_object()
|
||||
dist_batch.is_closed = False
|
||||
dist_batch.save(update_fields=['is_closed'])
|
||||
dist_batch.save(update_fields=['is_closed']) #
|
||||
|
||||
return Response(status=status.HTTP_200_OK)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user