feat:模型属性添加is_hidden隐藏配置 --story=132514098 前端隐藏模型的字段#8641
Open
elizabevil wants to merge 1 commit intoTencentBlueKing:v3.14.xfrom
Open
feat:模型属性添加is_hidden隐藏配置 --story=132514098 前端隐藏模型的字段#8641elizabevil wants to merge 1 commit intoTencentBlueKing:v3.14.xfrom
elizabevil wants to merge 1 commit intoTencentBlueKing:v3.14.xfrom
Conversation
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
模型表字段新加一个属性:is_hidden,默认为false
模型字段hidden=true时,不显示给用户,但是接口正常返回数据
模型字段属性修改接口,不能修改is_hidden参数
bk-cmdb 页面不提供对字段供调整is_hidden功能
提供专门接口调整字段is_hidden,使用正常的接口权限控制
模型字段隐藏场景
bk-cmdb 页面在列表,详情,编辑页面不显示hidden=true的字段