Skip to content

[codex] Fix activity video route parameter handling - #265

Merged
YoonKeumJae merged 1 commit into
oneot:developfrom
YoonKeumJae:codex/fix-admin-site-bug
Jun 22, 2026
Merged

[codex] Fix activity video route parameter handling#265
YoonKeumJae merged 1 commit into
oneot:developfrom
YoonKeumJae:codex/fix-admin-site-bug

Conversation

@YoonKeumJae

Copy link
Copy Markdown
Collaborator

Summary

  • Accept the lowercased Azure Functions route parameter for activity video detail and delete handlers.
  • Add regression coverage for lowercased route params and optional activity video metadata preservation.

Root cause

Azure Functions exposes the route parameter as activityvideoid, while the controller only read activityVideoId. Detail, update, and delete calls could use an undefined id after create or delete from the Admin UI.

Validation

  • npm test --prefix Elevate.Server

@YoonKeumJae
YoonKeumJae merged commit 02d7ee2 into oneot:develop Jun 22, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant