fix: error when saving changes to a v2 library block (#35217)

This commit is contained in:
Braden MacDonald
2024-08-05 12:00:14 -07:00
committed by GitHub
parent e35f183d6c
commit 8aac664e67

View File

@@ -257,7 +257,7 @@ class BlockFieldsView(APIView):
# Signal that we've modified this block
context_impl = get_learning_context_impl(usage_key)
context_impl.send_updated_event(usage_key)
context_impl.send_block_updated_event(usage_key)
return Response({
"id": str(block.location),