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? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
描述bug
当一个参数对象里面是list的时候,在"文本"模式把其中一个list的值注释掉之后,这个时候不发布,但是重新点击"文本"模式,就会多出一行之前已经注释掉的那一行,并且多了一行注释的行
复现
通过如下步骤可以复现:
点击提交修改
切回"文本"模式之后,除开被注释的那一行以外,有多了一行没有注释的在最后面
期望
期望如果不进行发布,重新点击文本,之前注释掉的那个配置还是继续注释,不会又自动添加一行一摸一样的在最后面
截图
如果可以,附上截图来描述你的问题
The text was updated successfully, but these errors were encountered:
我稍微看了下源码, 好像逻辑是从release数据库和item数据库都把数据取出来了,然后进行了合并 但是因为这次修改并没有进行发布, 所以release里面拿到的还是 全部的内容 然后item数据库里面又有这次修改保存的注释掉的内容了 所以把两部分数据进行了合并, 造成了既有之前已经发布的内容和之后注释掉的内容
不知道我这么理解对不对
Sorry, something went wrong.
There is an isDeleted property of the item, it seems the table view display takes this property into consideration while the text view doesn't.
isDeleted
Successfully merging a pull request may close this issue.
描述bug
当一个参数对象里面是list的时候,在"文本"模式把其中一个list的值注释掉之后,这个时候不发布,但是重新点击"文本"模式,就会多出一行之前已经注释掉的那一行,并且多了一行注释的行
复现
通过如下步骤可以复现:
点击提交修改
切回"文本"模式之后,除开被注释的那一行以外,有多了一行没有注释的在最后面
期望
期望如果不进行发布,重新点击文本,之前注释掉的那个配置还是继续注释,不会又自动添加一行一摸一样的在最后面
截图
如果可以,附上截图来描述你的问题
额外的细节和日志
The text was updated successfully, but these errors were encountered: