Add group admin profiles
And other fixes Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
@@ -170,6 +170,7 @@ import { displayNameAndUsername } from "../../types/actor";
|
||||
},
|
||||
apollo: {
|
||||
actionLogs: {
|
||||
fetchPolicy: "cache-and-network",
|
||||
query: LOGS,
|
||||
},
|
||||
},
|
||||
|
||||
@@ -232,6 +232,7 @@ import RouteName from "../../router/name";
|
||||
apollo: {
|
||||
report: {
|
||||
query: REPORT,
|
||||
fetchPolicy: "cache-and-network",
|
||||
variables() {
|
||||
return {
|
||||
id: this.reportId,
|
||||
|
||||
@@ -57,7 +57,7 @@ import RouteName from "../../router/name";
|
||||
apollo: {
|
||||
reports: {
|
||||
query: REPORTS,
|
||||
fetchPolicy: "no-cache",
|
||||
fetchPolicy: "cache-and-network",
|
||||
variables() {
|
||||
return {
|
||||
status: this.filterReports,
|
||||
|
||||
Reference in New Issue
Block a user