Skip to content

Commit

Permalink
Added comment for #1592
Browse files Browse the repository at this point in the history
  • Loading branch information
oharsta committed Sep 19, 2024
1 parent e5997a0 commit 2c0d703
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/redesign/ServiceGroups.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ class ServiceGroups extends React.Component {
isWarning={true}
question={confirmationDialogQuestion}/>
<div>
<a className={"back-to-groups"} onClick={this.cancelSideScreen} href={"/cancel"}>
<a className={"back-to-groups"} onClick={this.cancelSideScreen} href={"/#cancel"}>
<ChevronLeft/>{I18n.t("models.serviceGroups.backToGroups")}
</a>
</div>
Expand Down
1 change: 1 addition & 0 deletions server/api/service_group.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ def update_service_group():
"name": service_group.name,
"short_name": short_name,
"description": service_group.description,
# See https://github.com/SURFscz/SBS/issues/1592, what is the expected behaviour? Ignore when different?
"auto_provision_members": service_group.auto_provision_members,
"global_urn": f"{collaboration.organisation.short_name}:{collaboration.short_name}:{short_name}",
"identifier": group.identifier,
Expand Down

0 comments on commit 2c0d703

Please sign in to comment.