fix(identity): 版本署名统一取展示名 + 改名后刷新案件库展示名 + 两处小修(dev-board#564 #565 #566 #551) - #800
Merged
Merged
Conversation
…#565 #566 #551) v0.38.2 发版前真渲染走查发现,均为 PR#797/#795 的遗漏: - #564 版本署名:抽 UserService.signatureName,五处写 Git 作者名的地方 (VersionController / 自动存档 / 自动开启初始版本 / 云端整合 / AI 改纯文本)统一展示名优先。 - #564 案件库展示名:AccountIdentitySync 同步到官网展示名后发 DisplayNameSynced, OfficialCloudService 异步比对、不一致即重桥并撤旧设备令牌;旧案件库不刷新时本机照记官网值, 不会每次 status 都重桥。撤令牌逻辑抽成 CloudSyncService.revokeRemoteToken 与 disconnect 共用。 - #566「去填写」在资料未加载时挂起聚焦请求,加载后兑现。 - #565 昵称回车取 confirm 事件携带值(uni-h5 v-model 100ms 节流)。 - #551 工作台 provide leaveWorkbench;CollabDialog / InviteMemberDialog 的「去团队设置」 走它先落盘再 reLaunch;check:nav 扩到工作台直接 import 的组件。 Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
背景
v0.38.2 发版前真渲染走查(真后端 + 本机假官网/假案件库,不拦前端请求)发现 PR#797/#795 的遗漏:2 中 2 低 1 风险。
修复
adminUserService.signatureName统一五处 Git 作者名DisplayNameSynced事件 →OfficialCloudService比对后重桥并撤旧令牌leaveWorkbench,两个弹窗注入使用;check:nav覆盖组件验证
test:identity14/14;test:member-invite27/27;check:nav与check:nav:full通过。mvn test3585 通过 0 失败 14 跳过。DeviceTokenService.revoke按调用者 userId 过滤,同一用户新令牌可撤旧令牌;真实环境撤销仅单测覆盖。补丁边界内(仅 backend/src、frontend、领域文档),随 v0.38.2 发(dev-board#571)。
🤖 Generated with Claude Code