mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
merge origin/master
This commit is contained in:
parent
16b130b9a5
commit
3c70cec396
@ -106,7 +106,7 @@ export default {
|
|||||||
.filter((e) => e !== null)
|
.filter((e) => e !== null)
|
||||||
.filter((e) => e.type === 'person')
|
.filter((e) => e.type === 'person')
|
||||||
.filter(
|
.filter(
|
||||||
(p) => return !state.accompanyingCourse.participations.filter(pa => pa.endDate === null).map((pa) => pa.person.id).includes(p.id)
|
(p) => !state.accompanyingCourse.participations.filter(pa => pa.endDate === null).map((pa) => pa.person.id).includes(p.id)
|
||||||
)
|
)
|
||||||
// filter persons appearing twice in requestor and resources
|
// filter persons appearing twice in requestor and resources
|
||||||
.filter(
|
.filter(
|
||||||
|
@ -210,7 +210,6 @@ export default {
|
|||||||
},
|
},
|
||||||
isAnonymous: {
|
isAnonymous: {
|
||||||
set(value) {
|
set(value) {
|
||||||
//console.log('requestorIsAnonymous value',value);
|
|
||||||
this.$store.dispatch('requestorIsAnonymous', value);
|
this.$store.dispatch('requestorIsAnonymous', value);
|
||||||
},
|
},
|
||||||
get() {
|
get() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user