-
Notifications
You must be signed in to change notification settings - Fork 482
fix: the issue that custom link type menu items cannot be saved normally #743
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: JohnNiang The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
/cherry-pick release-2.0 |
@JohnNiang: new pull request created: #751 In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
…lly (halo-dev/console#743) #### What type of PR is this? /kind bug /milestone 2.0.1 #### What this PR does / why we need it: 修复创建菜单项的时候,自定义链接类型的菜单项无法正常保存名称和链接的问题。 #### Which issue(s) this PR fixes: Fixes halo-dev#2816 #### Special notes for your reviewer: 测试方式: 1. 创建若干自定义类型的菜单项。 2. 检查是否成功保存了名称和连接。 #### Does this PR introduce a user-facing change? ```release-note 修复 Console 端无法正常创建自定义链接类型菜单项的问题。 ```
What type of PR is this?
/kind bug
/milestone 2.0.1
What this PR does / why we need it:
修复创建菜单项的时候,自定义链接类型的菜单项无法正常保存名称和链接的问题。
Which issue(s) this PR fixes:
Fixes halo-dev/halo#2816
Special notes for your reviewer:
测试方式:
Does this PR introduce a user-facing change?