• erio's avatar
    fix: use i18n for mixed-channel warning messages and improve bulk pre-check · 3a04552f
    erio authored
    - BulkUpdate handler: add structured details to 409 response
    - BulkUpdateAccounts: simplify to global pre-check before any DB write;
      remove per-account snapshot tracking which is no longer needed
    - MixedChannelError.Error(): restore English message for API compatibility
    - BulkEditAccountModal: use t() with details for both pre-check and 409
      fallback paths instead of displaying raw backend strings
    - Update test to verify pre-check blocks on existing group conflicts
    3a04552f
account_handler.go 53.5 KB