Skip to content
Snippets Groups Projects
Commit 7c3850b6 authored by Julian's avatar Julian
Browse files

Merge remote-tracking branch 'origin/refactor/calendar-overview' into refactor/calendar-overview

parents bb50ce1f 5ef71994
No related branches found
No related tags found
1 merge request!1304Refactor calendar overview in more different components
Pipeline #141961 failed
......@@ -277,6 +277,7 @@ export default {
query: this.gqlQuery,
variables() {
return {
...this.additionalQueryArgs,
orderBy: this.gqlOrderBy,
filters: this.filterString,
};
......@@ -403,6 +404,11 @@ export default {
type: Object,
required: true,
},
additionalQueryArgs: {
type: Object,
required: false,
default: () => ({}),
},
gqlCreateMutation: {
type: Object,
required: false,
......
......@@ -4,7 +4,7 @@ skip_missing_interpreters = true
envlist = py39,py310,py311
[testenv]
whitelist_externals = poetry
allowlist_externals = poetry
sudo
node
skip_install = true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment