mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
reformat to indentation 2
This commit is contained in:
parent
17778ab346
commit
352b5b41b0
@ -96,7 +96,8 @@ export default {
|
|||||||
commit('showUserOnCalendar', {user: payload.result, ranges: false, remotes: true});
|
commit('showUserOnCalendar', {user: payload.result, ranges: false, remotes: true});
|
||||||
dispatch('fetchCalendarEvents');
|
dispatch('fetchCalendarEvents');
|
||||||
break;
|
break;
|
||||||
};
|
}
|
||||||
|
;
|
||||||
commit('addPersonsInvolved', payload);
|
commit('addPersonsInvolved', payload);
|
||||||
},
|
},
|
||||||
removePersonInvolved({commit}, payload) {
|
removePersonInvolved({commit}, payload) {
|
||||||
@ -114,7 +115,8 @@ export default {
|
|||||||
let aUsers = document.getElementById("chill_activitybundle_activity_users");
|
let aUsers = document.getElementById("chill_activitybundle_activity_users");
|
||||||
aUsers.value = removeIdFromValue(aUsers.value, payload.id);
|
aUsers.value = removeIdFromValue(aUsers.value, payload.id);
|
||||||
break;
|
break;
|
||||||
};
|
}
|
||||||
|
;
|
||||||
commit('removePersonInvolved', payload);
|
commit('removePersonInvolved', payload);
|
||||||
},
|
},
|
||||||
|
|
||||||
@ -172,19 +174,9 @@ export default {
|
|||||||
mainUserInput.value = Number(mainUser.id);
|
mainUserInput.value = Number(mainUser.id);
|
||||||
|
|
||||||
commit('setMainUser', mainUser);
|
commit('setMainUser', mainUser);
|
||||||
|
|
||||||
/*
|
|
||||||
const event = new CustomEvent('pick-entity-type-action', {detail: {
|
|
||||||
name: "chill_activitybundle_activity_mainUser",
|
|
||||||
entity: toRaw(mainUser),
|
|
||||||
action: 'add'
|
|
||||||
}});
|
|
||||||
document.dispatchEvent(event);
|
|
||||||
commit('setMainUser', mainUser);
|
|
||||||
|
|
||||||
*/
|
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
||||||
// Location
|
// Location
|
||||||
updateLocation({commit}, value) {
|
updateLocation({commit}, value) {
|
||||||
console.log('### action: updateLocation', value);
|
console.log('### action: updateLocation', value);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user