複数グループに所属するユーザーのタイトル表示とグループリンクが一致しない

Thanks, great catch! Fixed per

Technical details: primary group is updated with a direct SQL query, but the change title logic is in an ActiveRecord callback. This did not impact the “primary group” admin UI because that was updated with AR.