Substra/substra-backend

Serializers for the CompositeTraintuple are not consistent (single vs compute plan)

Closed this issue · 0 comments

The field out_trunk_model_permissions:

  • is of the type PermissionsSerializer for the compute plan
  • is of the type PrivatePermissionsSerializer for the single view

This field should be consistent in both views.

At first sight it seems we forgot to update the compute plan view in this commit.