在 Bugzilla 中隐藏其他人的产品
我想对一组用户隐藏一些产品。我在 editproducts.cgi 配置中设置了组和产品。在组控件中,我将“隐藏”产品设置为 NA/NA,但这没有任何效果。在搜索对话框(query.cgi 上的产品下拉菜单)中,仍然有一个所有产品的列表。
如何向用户隐藏这些产品(用户不是其成员)?
编辑:我使用 Bugzilla 4.0.2
I want to hide some products from a group of users. I set up the groups and products in the editproducts.cgi configuration. In the groupcontrols I set the "to hide" products to NA/NA but that have no effect. In the search-dialog (the products-dropdown on query.cgi) there is still a list of all products.
How can I hide these products (which the user is not member of) from the user?
EDIT: I use Bugzilla 4.0.2
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我找到了具有此效果的组合:
I've found a combination which had this effect:
设置组成员控制、其他控制为“默认”、“默认”。还要检查“editbugs”。
产品应该与组映射,并且可以将用户分配到特定的组,这样,组成员只能查看产品的bug。
产品仅限于组和分配给特定组的用户。
Set the group Member control,Other control to "Default","Default". Check on "editbugs" too.
Product should map with The group and users can be assigned to specific groups, so that, the group members can only view the bug of the product.
The products are restricted to the groups and the users assigned to the specific groups.