summary refs log tree commit diff
path: root/issues/gn-auth/rework-view-resource-page.gmi
diff options
context:
space:
mode:
Diffstat (limited to 'issues/gn-auth/rework-view-resource-page.gmi')
-rw-r--r--issues/gn-auth/rework-view-resource-page.gmi7
1 files changed, 6 insertions, 1 deletions
diff --git a/issues/gn-auth/rework-view-resource-page.gmi b/issues/gn-auth/rework-view-resource-page.gmi
index fcf5c5a..2d6e145 100644
--- a/issues/gn-auth/rework-view-resource-page.gmi
+++ b/issues/gn-auth/rework-view-resource-page.gmi
@@ -2,7 +2,7 @@
 
 ## Tags
 
-* status: open
+* status: closed, completed
 * priority: medium
 * type: enhancement
 * assigned: fredm, zsloan
@@ -15,3 +15,8 @@ The view resource page ('/oauth2/resource/<uuid>/view') was built with only Geno
 We have since moved on, and added more types of resources (group, system, inbredset-group, etc). This leads to the page breaking for these other types of resources.
 
 We need to update the UI and route to ensure the page renders correctly for each type, or at the very least, redirects to the correct page (e.g. in the case of groups, which have a separate "view group" page).
+
+
+## Close as complete
+
+This is fixed now.