commit | 8e7db340ef11bb614a7f05fdf105ed406f9a5a28 | [log] [tgz] |
---|---|---|
author | Ben Rohlfs <brohlfs@google.com> | Mon Jun 12 18:26:04 2023 +0200 |
committer | Ben Rohlfs <brohlfs@google.com> | Tue Jun 13 09:02:20 2023 +0200 |
tree | d848b0d2d8dff4ad473c53ba921f4687e7b6f5d8 | |
parent | 8efc1905e490e5a9e88b7bc431564d2b9b4cd823 [diff] [blame] |
Fix the navigation URL after creating a group Release-Notes: skip Change-Id: I31a2035621c9ed446153afec6923f8f17affc26d
diff --git a/polygerrit-ui/app/models/views/group.ts b/polygerrit-ui/app/models/views/group.ts index 2ab3735..f4a7c78 100644 --- a/polygerrit-ui/app/models/views/group.ts +++ b/polygerrit-ui/app/models/views/group.ts
@@ -17,6 +17,10 @@ export interface GroupViewState extends ViewState { view: GerritView.GROUP; + /** + * This refers to the (string) `id` of `GroupInfo`, not the `groupId`, which + * is a number. + */ groupId: GroupId; detail?: GroupDetailView; }