merge firstname branch

This commit is contained in:
2022-03-24 11:13:07 +01:00
20 changed files with 216 additions and 67 deletions

View File

@@ -232,7 +232,9 @@ export default {
} else {
type = this.$refs.castNew.radioType;
data = this.$refs.castNew.castDataByType();
console.log(data)
data.civility = {type: 'chill_main_civility', id: data.civility.id};
data.profession = {type: 'third_party_profession', id: data.profession.id};
// console.log('onthefly data', data);
}
} else {
throw 'error with object type';