Skip to content

Commit dbfe920

Browse files
devGregAclaude
authored andcommitted
docs(view_group): point help-text links to OS Authorized Users page
Repoint the three help-icon doc links on the Group view (Members, Product Type Groups, Product Groups) to /admin/user_management/os__authorized_users/ so they describe the OS access-control model that's actually in scope, not the role-assignment workflow that no longer exists outside Pro. Applied to both tailwind and classic templates. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent e88e0be commit dbfe920

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

dojo/templates/dojo/view_group.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ <h3 class="pull-left">Description</h3>
4545
<div class="clearfix">
4646
<h4 class="pull-left">Members of this Group</h4>
4747
&nbsp;
48-
<a href="https://docs.defectdojo.com/en/customize_dojo/user_management/create_user_group/#manage-a-groups-users" target="_blank">
48+
<a href="https://docs.defectdojo.com/en/admin/user_management/os__authorized_users/" target="_blank">
4949
<i class="fa-solid fa-circle-question"></i></a>
5050
{% if group|has_object_permission:"staff_only" %}
5151
<div class="dropdown pull-right">
@@ -118,7 +118,7 @@ <h4 class="pull-left">Members of this Group</h4>
118118
<div class="clearfix">
119119
<h4 class="pull-left">{{ labels.ORG_GROUPS_LABEL }}</h4>
120120
&nbsp;
121-
<a href="https://docs.defectdojo.com/en/customize_dojo/user_management/create_user_group/#add-product-roles-or-product-type-roles-for-a-group" target="_blank">
121+
<a href="https://docs.defectdojo.com/en/admin/user_management/os__authorized_users/" target="_blank">
122122
<i class="fa-solid fa-circle-question"></i></a>
123123
{% if request.user.is_superuser %}
124124
<div class="dropdown pull-right">
@@ -192,7 +192,7 @@ <h4 class="pull-left">{{ labels.ORG_GROUPS_LABEL }}</h4>
192192
<div class="clearfix">
193193
<h4 class="pull-left">{{ labels.ASSET_GROUPS_ACCESS_LABEL }}</h4>
194194
&nbsp;
195-
<a href="https://docs.defectdojo.com/en/customize_dojo/user_management/create_user_group/#add-product-roles-or-product-type-roles-for-a-group" target="_blank">
195+
<a href="https://docs.defectdojo.com/en/admin/user_management/os__authorized_users/" target="_blank">
196196
<i class="fa-solid fa-circle-question"></i></a>
197197
{% if request.user.is_superuser %}
198198
<div class="dropdown pull-right">

dojo/templates_classic/dojo/view_group.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ <h3 class="pull-left">Description</h3>
4545
<div class="clearfix">
4646
<h4 class="pull-left">Members of this Group</h4>
4747
&nbsp;
48-
<a href="https://docs.defectdojo.com/en/customize_dojo/user_management/create_user_group/#manage-a-groups-users" target="_blank">
48+
<a href="https://docs.defectdojo.com/en/admin/user_management/os__authorized_users/" target="_blank">
4949
<i class="fa-solid fa-circle-question"></i></a>
5050
{% if group|has_object_permission:"Group_Manage_Members" %}
5151
<div class="dropdown pull-right">
@@ -118,7 +118,7 @@ <h4 class="pull-left">Members of this Group</h4>
118118
<div class="clearfix">
119119
<h4 class="pull-left">{{ labels.ORG_GROUPS_LABEL }}</h4>
120120
&nbsp;
121-
<a href="https://docs.defectdojo.com/en/customize_dojo/user_management/create_user_group/#add-product-roles-or-product-type-roles-for-a-group" target="_blank">
121+
<a href="https://docs.defectdojo.com/en/admin/user_management/os__authorized_users/" target="_blank">
122122
<i class="fa-solid fa-circle-question"></i></a>
123123
{% if request.user.is_superuser %}
124124
<div class="dropdown pull-right">
@@ -192,7 +192,7 @@ <h4 class="pull-left">{{ labels.ORG_GROUPS_LABEL }}</h4>
192192
<div class="clearfix">
193193
<h4 class="pull-left">{{ labels.ASSET_GROUPS_ACCESS_LABEL }}</h4>
194194
&nbsp;
195-
<a href="https://docs.defectdojo.com/en/customize_dojo/user_management/create_user_group/#add-product-roles-or-product-type-roles-for-a-group" target="_blank">
195+
<a href="https://docs.defectdojo.com/en/admin/user_management/os__authorized_users/" target="_blank">
196196
<i class="fa-solid fa-circle-question"></i></a>
197197
{% if request.user.is_superuser %}
198198
<div class="dropdown pull-right">

0 commit comments

Comments
 (0)