Skip to content

【2.5.1】配置从灰度发布正式或者灰度删除时历史记录缺少操作人 #13245

Closed
@kangzhaok

Description

@kangzhaok

问题原因:配置从灰度发布正式或者灰度删除时历史记录缺少操作人
问题原因:前端传入的用户名是username,后端接受参数是srcUser
解决办法:ConfigContruller.stopBeta方法需要改成
if(StringUtils.isBlank(srcUser){
srcUser = RequestUtil.getSrcUserName(httpServletRequest)
}

Activity

KiteSoar

KiteSoar commented on Apr 14, 2025

@KiteSoar
Contributor

你想修复这个问题吗,如果想的话可以提个PR~

added this to the 2.5.2 milestone on Apr 14, 2025
kangzhaok

kangzhaok commented on Apr 14, 2025

@kangzhaok
ContributorAuthor

@i will solve it@

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @kangzhaok@KomachiSion@KiteSoar

        Issue actions

          【2.5.1】配置从灰度发布正式或者灰度删除时历史记录缺少操作人 · Issue #13245 · alibaba/nacos