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
fix(models): read legacy doctype_meta_modifed_at key as a fallback
M6 (round 2): MobileFormName.fromJson falls back to the previously-misspelled
doctype_meta_modifed_at key when the corrected doctype_meta_modified_at is
absent, so any payload or replayed response still emitting the typo keeps
working. No persistence migration is needed (toJson has no callers); this is
pure read-side defense-in-depth.
0 commit comments