Skip to content

fix takes_imported never logged from TakesImportModal#166

Merged
mfwolffe merged 1 commit intoLab-Lab-Lab:mainfrom
espadonne:main
Apr 3, 2026
Merged

fix takes_imported never logged from TakesImportModal#166
mfwolffe merged 1 commit intoLab-Lab-Lab:mainfrom
espadonne:main

Conversation

@espadonne
Copy link
Copy Markdown

Summary

  • TakesImportModal bypasses the onImport callback entirely — it calls addTrack directly via context, so the takes_imported operation was never logged
  • This blocked Activity 3 completion (11/12 operations, stuck at 92%)
  • Added logOperation('takes_imported') directly in the modal and removed the dead onImport prop

TakesImportModal bypasses handleImportTake entirely — it calls
addTrack directly via context. The onImport prop was passed but
never used, so takes_imported was never logged. Removed the
dead onImport prop and added logging directly in the modal.
@mfwolffe mfwolffe merged commit b704a56 into Lab-Lab-Lab:main Apr 3, 2026
1 check passed
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.

2 participants