mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 21:34:25 +00:00
comment removed
This commit is contained in:
parent
433ccb1fc4
commit
769700fe83
@ -217,7 +217,6 @@ export default {
|
|||||||
if (this.action === 'addContact') {
|
if (this.action === 'addContact') {
|
||||||
type = 'thirdparty'
|
type = 'thirdparty'
|
||||||
data = this.$refs.castThirdparty.$data.thirdparty;
|
data = this.$refs.castThirdparty.$data.thirdparty;
|
||||||
// create the new contact here, bypassing saveFormOnTheFly() -> not working here?
|
|
||||||
data = {
|
data = {
|
||||||
"type": "thirdparty",
|
"type": "thirdparty",
|
||||||
"kind": "child",
|
"kind": "child",
|
||||||
|
@ -248,7 +248,7 @@ export default {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
newPriorSuggestion(entity) {
|
newPriorSuggestion(entity) {
|
||||||
console.log('newPriorSuggestion', entity);
|
// console.log('newPriorSuggestion', entity);
|
||||||
if (entity !== null) {
|
if (entity !== null) {
|
||||||
let suggestion = {
|
let suggestion = {
|
||||||
key: entity.type + entity.id,
|
key: entity.type + entity.id,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user