comment removed

This commit is contained in:
Julie Lenaerts 2022-02-04 10:50:59 +01:00
parent 481456a038
commit 298b597dd0
2 changed files with 1 additions and 2 deletions

View File

@ -224,7 +224,6 @@ export default {
if (this.action === 'addContact') {
type = 'thirdparty'
data = this.$refs.castThirdparty.$data.thirdparty;
// create the new contact here, bypassing saveFormOnTheFly() -> not working here?
data = {
"type": "thirdparty",
"kind": "child",

View File

@ -252,7 +252,7 @@ export default {
}
},
newPriorSuggestion(entity) {
console.log('newPriorSuggestion', entity);
// console.log('newPriorSuggestion', entity);
if (entity !== null) {
let suggestion = {
key: entity.type + entity.id,