You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- eventDataNormalization: skip non-object session/speaker entries so a
malformed paste yields a validation result instead of crashing; fix
parseEventJson error wording to match the actual (root-is-object) check.
- importEventData: validate doc ids up front (reject empty or "/"-
containing ids with a clear error), notify + rethrow on failure so the
user gets feedback and the wizard does not redirect on a half import.
- importEventData: use a type-only firebase import so the compat bundle
is not pulled into the runtime admin chunk.
- JsonImportApi: reword the comment so it no longer claims "read-only"
(isReadOnly() returns false: the import yields an editable event).
- Add project.importFail i18n (en/fr) and a unit test for invalid ids.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
0 commit comments