Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UI: Handle Empty File Uploads in FileUploader #1802

Merged
merged 2 commits into from
Sep 19, 2024

Commits on Sep 14, 2024

  1. UI: Handle empty file uploads in FileUploader

    * Display a warning for empty files, indicating they won't be included and listing file names.
    * Feature controlled by `records-resources-allow-empty-files` config value.
    * Continue uploading other files while showing the warning message.
    Samk13 committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    d6aab12 View commit details
    Browse the repository at this point in the history
  2. Refactor: Enhance Warnings Handling

    * Add the missing translation tags.
    * Refactor the logic to display multiple warning messages, while allowing other files to upload, except for case where exceeding the file size limit.
    Samk13 committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    8d1a41c View commit details
    Browse the repository at this point in the history