We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
无
v1.3.0
判断器中删除其中一个条件后,再添加前端顺序号未更新
第一步:添加判断器,添加ELSE IF1、ELSE IF2、ELSE IF3 第二步:删除ELSE IF2,然后重新在最后分支下再添加一个分支 最后:展示结果为:ELSE IF1、ELSE IF3、ELSE IF3
期待结果应该为:ELSE IF1、ELSE IF2、ELSE IF3
No response
The text was updated successfully, but these errors were encountered:
感谢反馈,后续版本修复。
Sorry, something went wrong.
fix: 修复判断器删除其中一个条件后,前端序号未更新的缺陷
1eace87
#753
a5ca97a
#753 (cherry picked from commit 1eace87)
baixin513
No branches or pull requests
联系方式
无
MaxKB 版本
v1.3.0
问题描述
判断器中删除其中一个条件后,再添加前端顺序号未更新
重现步骤
第一步:添加判断器,添加ELSE IF1、ELSE IF2、ELSE IF3
第二步:删除ELSE IF2,然后重新在最后分支下再添加一个分支
最后:展示结果为:ELSE IF1、ELSE IF3、ELSE IF3
期待的正确结果
期待结果应该为:ELSE IF1、ELSE IF2、ELSE IF3
相关日志输出
No response
附加信息
No response
The text was updated successfully, but these errors were encountered: