fix(frontend): remove organizedEvents from LoggedUserMemberships
This piece of date is not user in the UI. LoggedUserMemberships is referenced as LOGGED_USER_MEMBERSHIPS LOGGED_USER_MEMBERSHIPS is used in views/Group/MyGroups.vue and components/Event/OrganizerPickerWrapper.vue which are not displaying events content nor events count for a group. closes #1778
This commit is contained in:
@@ -282,17 +282,6 @@ export const LOGGED_USER_MEMBERSHIPS = gql`
|
||||
}
|
||||
parent {
|
||||
...ActorFragment
|
||||
organizedEvents {
|
||||
elements {
|
||||
id
|
||||
title
|
||||
picture {
|
||||
uuid
|
||||
url
|
||||
}
|
||||
}
|
||||
total
|
||||
}
|
||||
}
|
||||
invitedBy {
|
||||
...ActorFragment
|
||||
|
||||
Reference in New Issue
Block a user