Page MenuHomePhabricator

Sign language video recording is set on audio recording by default
Closed, ResolvedPublicBUG REPORT

Description

Steps to replicate the issue (include links if applicable):

  • Open https://lingualibre.org/wiki/Special:RecordWizard > login >
  • Step 2: if your default language is a sign language here....
  • Step 3: ... that sign language is already selected here....
  • Step 4: ... but here you have the default audio recording interface

What happens?: default recording configuration is for audio recording. When you change to sign language at step 3, then the recording configuration change to sign recording, and step 4 uses the video recording interface.

What should have happened instead?: if the user's default language is sign language at arrival, set the recording configuration to sign recording. Do not wait for language change to sign language in step 3.

Event Timeline

Yug triaged this task as High priority.Mar 16 2023, 4:14 PM

Done in commit 3ddb883b.

The "details" step only update the media type only when the user change the selected language. However, the media type default value was always "audio" instead of the default language media type. Today's commit fix this default value.