tech-debt: Dropzone upload path consistency and error handling #331

Open
opened 2026-05-31 14:30:12 +00:00 by jmiller · 0 comments
Owner

Summary

File upload (dropzone) has path consistency and error handling gaps.

Locations

  • web_src/js/features/dropzone.ts:38 - should use relative path for consistency
  • web_src/js/features/dropzone.ts:150 - if listing existing attachments failed (unhandled)
  • web_src/js/features/comp/EditorUpload.ts:33 - file does not satisfy DropzoneFile

Action Required

Use consistent relative paths for upload URLs. Add error handling for attachment listing failures.


Created by Claude Opus 4.6

## Summary File upload (dropzone) has path consistency and error handling gaps. ## Locations - `web_src/js/features/dropzone.ts:38` - should use relative path for consistency - `web_src/js/features/dropzone.ts:150` - if listing existing attachments failed (unhandled) - `web_src/js/features/comp/EditorUpload.ts:33` - file does not satisfy DropzoneFile ## Action Required Use consistent relative paths for upload URLs. Add error handling for attachment listing failures. --- *Created by Claude Opus 4.6*
jmiller added the tech-debtupstream labels 2026-05-31 14:30:12 +00:00
Sign in to join this conversation.
No labels tech-debt upstream
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: MokoConsulting/MokoGitea#331