Fixed broken channel save when description is too long
This commit is contained in:
parent
fdeb5ef8ae
commit
677a5dcf62
2 changed files with 0 additions and 5 deletions
|
|
@ -203,8 +203,6 @@ class ChannelUpdateSerializer(serializers.Serializer):
|
|||
description_obj = common_utils.attach_content(
|
||||
obj.artist, "description", validated_data["description"]
|
||||
)
|
||||
if description_obj:
|
||||
actor_update_fields.append(("summary", description_obj.rendered))
|
||||
|
||||
if "name" in validated_data:
|
||||
actor_update_fields.append(("name", validated_data["name"]))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue