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 Finding_Group name truncated to 255 chars to prevent DataError (#14376)
Finding_Group.name is varchar(255), but auto-group names built from
long component names, file paths, or titles could exceed that limit,
causing a DataError on import. Truncate the name in get_or_create to
stay within the database column length.
Fixes#14367
0 commit comments