Skip to content

Commit 9adb7a1

Browse files
author
Donna-Marie Smith
committed
Modified following initial PO review
1 parent 428a644 commit 9adb7a1

File tree

5 files changed

+12
-7
lines changed

5 files changed

+12
-7
lines changed

content/en/docs/2025.3/Guides/user-guides/user-interfaces/gateway/Admin/studio-authorisation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ weight: 50
99

1010
## Summary
1111

12-
The Studio Authorisation page is used to configure access to flows within {{% ctx %}} Gateway. Each flow can be set to have [View][] or [Edit][] permissions assigned to LDAP Groups that exist in the Active Directory server configured in LDAP Connection for CORTEX Gateway, or no access permissions at all.
12+
The Studio Authorisation page is used to configure access to flows within {{% ctx %}} Gateway. Each flow can be set to have [`View`][View] or [`Edit`][Edit] permissions assigned to LDAP Groups that exist in the Active Directory server configured in LDAP Connection for {{% ctx %}} Gateway, or no access permissions at all.
1313

1414
| | |
1515
|------------------------------|-----------------------------------------------------------------|
@@ -25,7 +25,7 @@ Permissions are set either explicitly or implicitly. Explicitly set permissions
2525

2626
Permissions are explicitly set by setting the checkbox in either the [View][] or [Edit][] columns of the appropriate LDAP Group for the flow or group to which the permissions are to be assigned. Permissions are explicitly removed by clearing the checkbox.
2727

28-
If an item is explicitly set with [Edit][] permissions, then that item will also be implicitly set with [View][] permissions. Explicitly setting an item with [View][] permissions does not implicitly set it with Edit permissions.
28+
If an item is explicitly set with [`Edit`][Edit] permissions, then that item will also be implicitly set with [`View`][View] permissions. Explicitly setting an item with [`View`][View] permissions does not implicitly set it with Edit permissions.
2929

3030
## Actions
3131

content/en/docs/2025.3/Guides/user-guides/user-interfaces/gateway/Admin/studio-hierarchy.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The Studio Hierarchy page is used to move one or more flows from one group to an
1515

1616
{{< figure src="/images/Studio Hierarchy.png" title="Studio Hierarchy" >}}
1717

18-
Only flows with `Edit` permissions for the current user are displayed in the Studio Hierarchy grid.
18+
Only flows with [`Edit`][Edit] permissions for the current user are displayed in the Studio Hierarchy grid.
1919

2020
## Actions
2121

@@ -33,7 +33,7 @@ See the [Manage Flow Hierarchy][Manage Flow Hierarchy tutorial] tutorial for a s
3333

3434
### Known Limitations
3535

36-
* Parent groups must also have edit permissions, in addition to the flows, otherwise the group and flows contained within it will not be displayed.
36+
* Parent groups must also have [`Edit`][Edit] permissions, in addition to the flows, otherwise the group and flows contained within it will not be displayed.
3737

3838
## See Also
3939

@@ -45,4 +45,5 @@ None
4545

4646
* [Manage Flow Hierarchy][Manage Flow Hierarchy tutorial]
4747

48+
[Edit]: {{< url path="Cortex.Guides.UserGuides.UserInterfaces.Gateway.Admin.StudioAuthorisation.Edit" >}}
4849
[Manage Flow Hierarchy tutorial]: {{< url path="Cortex.Tutorials.Administration.StudioHierarchy.ManageFlowHierarchy" >}}

content/en/docs/2025.3/Guides/user-guides/user-interfaces/gateway/Admin/version-control.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The Version Control page displays the flow hierarchy for the current user, indic
1515

1616
{{< figure src="/images/Version Control.png" title="Version Control" >}}
1717

18-
Only flows with Edit permissions for the current user are displayed in the Version Control grid.
18+
Only flows with [`Edit`][Edit] permissions for the current user are displayed in the Version Control grid.
1919

2020
## Actions
2121

@@ -35,7 +35,7 @@ See the [Use Version Control][Use Version Control tutorial] tutorial for a step-
3535

3636
### Known Limitations
3737

38-
* Parent groups must also have edit permissions, in addition to the flows, otherwise the group and flows contained within it will not be displayed.
38+
* Parent groups must also have [`Edit`][Edit] permissions, in addition to the flows, otherwise the group and flows contained within it will not be displayed.
3939

4040
## See Also
4141

@@ -47,4 +47,5 @@ None
4747

4848
* [Use Version Control][Use Version Control tutorial]
4949

50+
[Edit]: {{< url path="Cortex.Guides.UserGuides.UserInterfaces.Gateway.Admin.StudioAuthorisation.Edit" >}}
5051
[Use Version Control tutorial]: {{< url path="Cortex.Tutorials.Administration.VersionControl.UseVersionControl" >}}

content/en/docs/2025.3/Tutorials/Administration/license-consumption.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "License Consumption"
33
linkTitle: "License Consumption"
44
description: "This section includes tutorials about checking the license consumption for {{% ctx %}}."
5-
weight: 70
5+
weight: 80
66
---
77

88
# {{% param title %}}

data/urls.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -924,6 +924,9 @@
924924
SetDefaultVersion = "/docs/guides/user-guides/user-interfaces/gateway/admin/packages/package-version-editor/#set-as-default-version"
925925
Triggers = "/docs/guides/user-guides/user-interfaces/gateway/admin/packages/package-version-editor/#triggers"
926926
Unpublish = "/docs/guides/user-guides/user-interfaces/gateway/admin/packages/package-version-editor/#unpublish-a-package-version"
927+
[Cortex.Guides.UserGuides.UserInterfaces.Gateway.Admin.StudioAuthorisation]
928+
MainDoc = "/docs/guides/user-guides/user-interfaces/gateway/admin/studio-authorisation/"
929+
Edit = "/docs/guides/user-guides/user-interfaces/gateway/admin/studio-authorisation/#edit"
927930
[Cortex.Guides.UserGuides.UserInterfaces.Gateway.Admin.StudioImport]
928931
MainDoc = "/docs/guides/user-guides/user-interfaces/gateway/admin/studio-import/"
929932
[Cortex.Reference]

0 commit comments

Comments
 (0)