Skip to content

Fix video dimensions not propagating to activity minds#3779

Ben requested to merge fix/video-dimensions-1319 into master

Ticket(s) / Related Merge Requests

minds#3779 (closed)

Summary of Changes

Fix issue wherein video dimensions do not propagate to activities on Cloudflare webhook call.

Testing Considerations

Testing requires access to the sandbox cluster.

  • Post a video.
  • Look at network request on SEP for entities endpoint and grab the container GUID from there.
  • Check the height and width - it will be falsy - leave this page open.
  • Run the following in the pod:
source /vault/secrets/env && php cli.php Cloudflare onWebhookOverride --videoGuid=1512754083843280900 --height=500 --width=400 --state=ready
  • You should now see on refresh that the video and height are present.

Deployment Considerations

Standard deployment.

Regression Scope

Video transcode success and activity custom data dimensions.

Platform Affected (web, mobile, etc)

Web, engine.

Developer Testing Completed

Manual, unit.

Screenshots / Screen Recording

simplescreenrecorder-2023-06-06_12.13.17

Does this impact

  • Localization
  • Dark/light mode
  • Guest mode

Definition of Done Checklist

  • The Acceptance Criteria has been met
  • Code is tested: Testing includes unit/spec, E2E/automated and manual testing
  • Merge requests description has been filled out
Edited by Ben

Merge request reports