From 41e85023019bc13c06a1de2c431e0bd920e9e29a Mon Sep 17 00:00:00 2001 From: Sascha Date: Sat, 20 Mar 2021 15:13:10 +0100 Subject: Use profile page for each identity Authorcomponent links to the authors profile page. Replace pofile buglist with statistics --- webui/src/graphql/fragments.graphql | 1 + 1 file changed, 1 insertion(+) (limited to 'webui/src/graphql/fragments.graphql') diff --git a/webui/src/graphql/fragments.graphql b/webui/src/graphql/fragments.graphql index 03a235f9..d01c488a 100644 --- a/webui/src/graphql/fragments.graphql +++ b/webui/src/graphql/fragments.graphql @@ -15,5 +15,6 @@ fragment authored on Authored { email displayName avatarUrl + humanId } } -- cgit From 774bae6d432c13cfa0de3ddc2f111927743243fe Mon Sep 17 00:00:00 2001 From: Sascha Date: Thu, 22 Apr 2021 14:02:43 +0200 Subject: Replace occurrences of humanId with the full Id Unless an ID must be shorted for user convenience, the full id should be used to prevent collisions. --- webui/src/graphql/fragments.graphql | 1 + 1 file changed, 1 insertion(+) (limited to 'webui/src/graphql/fragments.graphql') diff --git a/webui/src/graphql/fragments.graphql b/webui/src/graphql/fragments.graphql index d01c488a..227d00b2 100644 --- a/webui/src/graphql/fragments.graphql +++ b/webui/src/graphql/fragments.graphql @@ -16,5 +16,6 @@ fragment authored on Authored { displayName avatarUrl humanId + id } } -- cgit