Add group admin profiles
And other fixes Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
@@ -40,6 +40,7 @@ import RouteName from "../../router/name";
|
||||
apollo: {
|
||||
todo: {
|
||||
query: GET_TODO,
|
||||
fetchPolicy: "cache-and-network",
|
||||
variables() {
|
||||
return {
|
||||
id: this.$route.params.todoId,
|
||||
|
||||
@@ -56,6 +56,7 @@ import RouteName from "../../router/name";
|
||||
apollo: {
|
||||
todoList: {
|
||||
query: FETCH_TODO_LIST,
|
||||
fetchPolicy: "cache-and-network",
|
||||
variables() {
|
||||
return {
|
||||
id: this.$route.params.id,
|
||||
|
||||
@@ -55,6 +55,7 @@ import RouteName from "../../router/name";
|
||||
apollo: {
|
||||
group: {
|
||||
query: FETCH_GROUP,
|
||||
fetchPolicy: "cache-and-network",
|
||||
variables() {
|
||||
return {
|
||||
name: this.$route.params.preferredUsername,
|
||||
|
||||
Reference in New Issue
Block a user